Home
last modified time | relevance | path

Searched refs:supervisorComponent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1154 ComponentName supervisorComponent = in updateSecondaryLockscreenRequirement() local
1157 if (supervisorComponent == null) { in updateSecondaryLockscreenRequirement()
1163 .setPackage(supervisorComponent.getPackageName()); in updateSecondaryLockscreenRequirement()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java9181 final ComponentName supervisorComponent = ComponentName.unflattenFromString(supervisor);
9182 if (supervisorComponent == null) {
9185 if (supervisorComponent.equals(doComponent) || supervisorComponent.equals(
9187 return supervisorComponent;
9380 final ComponentName supervisorComponent = ComponentName.unflattenFromString(
9382 if (!owner.equals(supervisorComponent)) {
11831 final ComponentName supervisorComponent = ComponentName.unflattenFromString(supervisor);
11832 return caller.getComponentName().equals(supervisorComponent);
12674 final ComponentName supervisorComponent = ComponentName.unflattenFromString(
12676 return admin.info.getComponent().equals(supervisorComponent);