Searched refs:deviceOwnerComponent (Results 1 – 3 of 3) sorted by relevance
353 ComponentName deviceOwnerComponent = in computePackageStateHash() local355 if (deviceOwnerComponent != null) { in computePackageStateHash()356 deviceOwner = deviceOwnerComponent.getPackageName(); in computePackageStateHash()
977 ComponentName deviceOwnerComponent = null; in getDeviceOwner() local980 deviceOwnerComponent = devicePolicyManager.getDeviceOwnerComponentOnAnyUser(); in getDeviceOwner()984 if (deviceOwnerUser == null || deviceOwnerComponent == null) return null; in getDeviceOwner()986 if (deviceOwnerComponent.getPackageName() == null) { in getDeviceOwner()990 return new Pair<>(deviceOwnerUser, deviceOwnerComponent); in getDeviceOwner()
10077 final ComponentName deviceOwnerComponent = mOwners.getDeviceOwnerComponent();10080 || !deviceOwnerComponent.getPackageName().equals(packageName)10090 removeActiveAdminLocked(deviceOwnerComponent, deviceOwnerUserId);10094 Slogf.i(LOG_TAG, "Device owner removed: " + deviceOwnerComponent);