blob: 7e7441fce5c3c401deb93f11c89660bc54f45e92 [file] [log] [blame]
Anton Hanssondaa9d882020-02-19 11:35:09 +00001// Baseline format: 1.0
2InternalClasses: com.android.permission.persistence.RuntimePermissionsPersistence:
3 Internal classes must not be exposed
4InternalClasses: com.android.permission.persistence.RuntimePermissionsState:
5 Internal classes must not be exposed
6InternalClasses: com.android.permission.persistence.RuntimePermissionsState.PermissionState:
7 Internal classes must not be exposed
8InternalClasses: com.android.role.persistence.RolesPersistence:
9 Internal classes must not be exposed
10InternalClasses: com.android.role.persistence.RolesState:
11 Internal classes must not be exposed
12InternalClasses: com.android.server.SystemService:
13 Internal classes must not be exposed
14InternalClasses: com.android.server.SystemService.TargetUser:
15 Internal classes must not be exposed
16
17
18ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder):
19 Protected methods not allowed; must be public: method com.android.server.SystemService.publishBinderService(String,android.os.IBinder)}
20ProtectedMember: com.android.server.SystemService#publishBinderService(String, android.os.IBinder, boolean):
21 Protected methods not allowed; must be public: method com.android.server.SystemService.publishBinderService(String,android.os.IBinder,boolean)}