Loading services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +13 −11 Original line number Diff line number Diff line Loading @@ -1214,6 +1214,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub { } mAppOpsService = IAppOpsService.Stub.asInterface( ServiceManager.getService(Context.APP_OPS_SERVICE)); if (mDeviceOwner != null) { if (mDeviceOwner.hasDeviceOwner()) { try { mAppOpsService.setDeviceOwner(mDeviceOwner.getDeviceOwnerPackageName()); Loading @@ -1229,6 +1230,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub { } } } } private void handlePasswordExpirationNotification(int userHandle) { synchronized (this) { Loading Loading
services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +13 −11 Original line number Diff line number Diff line Loading @@ -1214,6 +1214,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub { } mAppOpsService = IAppOpsService.Stub.asInterface( ServiceManager.getService(Context.APP_OPS_SERVICE)); if (mDeviceOwner != null) { if (mDeviceOwner.hasDeviceOwner()) { try { mAppOpsService.setDeviceOwner(mDeviceOwner.getDeviceOwnerPackageName()); Loading @@ -1229,6 +1230,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub { } } } } private void handlePasswordExpirationNotification(int userHandle) { synchronized (this) { Loading