Searched refs:revoked (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/companion/ |
D | AssociationInfo.java | 82 boolean revoked, long timeApprovedMs, long lastTimeConnectedMs) { in AssociationInfo() argument 102 mRevoked = revoked; in AssociationInfo() 419 public Builder setRevoked(boolean revoked) { in setRevoked() argument 420 mRevoked = revoked; in setRevoked() 477 Builder setRevoked(boolean revoked); in setRevoked() argument
|
/frameworks/base/services/companion/java/com/android/server/companion/ |
D | PersistentDataStore.java | 453 final boolean revoked = readBooleanAttribute(parser, XML_ATTR_REVOKED, false); in readAssociationV1() 459 appPackage, macAddress, displayName, profile, selfManaged, notify, revoked, in readAssociationV1() 556 boolean notify, boolean revoked, long timeApproved, long lastTimeConnected) { in createAssociationInfoNoThrow() argument 560 displayName, profile, selfManaged, notify, revoked, timeApproved, in createAssociationInfoNoThrow()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2686 // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being revoked. 2935 // ACTION: An unknown permission was revoked for an app 2936 // PACKAGE: The package name of the app the permission was revoked for 2955 // ACTION: The permission READ_CALENDAR was revoked for an app 2956 // PACKAGE: The package name of the app the permission was revoked for 2975 // ACTION: The permission WRITE_CALENDAR was revoked for an app 2976 // PACKAGE: The package name of the app the permission was revoked for 2995 // ACTION: The permission CAMERA was revoked for an app 2996 // PACKAGE: The package name of the app the permission was revoked for 3015 // ACTION: The permission READ_CONTACTS was revoked for an app [all …]
|
/frameworks/base/core/java/android/permission/ |
D | PermissionControllerManager.java | 186 public abstract void onRevokeRuntimePermissions(@NonNull Map<String, List<String>> revoked); in onRevokeRuntimePermissions() argument 351 }).whenCompleteAsync((revoked, err) -> { in revokeRuntimePermissions() argument 355 Log.e(TAG, "Failure when revoking runtime permissions " + revoked, err); in revokeRuntimePermissions() 358 callback.onRevokeRuntimePermissions(revoked); in revokeRuntimePermissions()
|
D | PermissionControllerService.java | 431 doDryRun, reason, callerPackageName, revoked -> { in onBind() 432 CollectionUtils.forEach(revoked, (pkg, perms) -> { in onBind() 436 callback.complete(revoked); in onBind()
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 1888 // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being revoked.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 10149 // permission was automatically revoked after one-time permission expired 10151 // permission was automatically revoked for unused app 12113 * auto revoked for it. 12126 // The name of a permission group that has been revoked
|