Loading services/devicepolicy/java/com/android/server/devicepolicy/CallerIdentity.java +8 −0 Original line number Diff line number Diff line Loading @@ -58,4 +58,12 @@ class CallerIdentity { @Nullable public ComponentName getComponentName() { return mComponentName; } public boolean hasAdminComponent() { return mComponentName != null; } public boolean hasPackage() { return mPackageName != null; } } services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +139 −69 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
services/devicepolicy/java/com/android/server/devicepolicy/CallerIdentity.java +8 −0 Original line number Diff line number Diff line Loading @@ -58,4 +58,12 @@ class CallerIdentity { @Nullable public ComponentName getComponentName() { return mComponentName; } public boolean hasAdminComponent() { return mComponentName != null; } public boolean hasPackage() { return mPackageName != null; } }
services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +139 −69 File changed.Preview size limit exceeded, changes collapsed. Show changes