Searched refs:actionForLog (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DeviceAdminServiceController.java | 144 @NonNull String actionForLog) { in startServiceForOwner() argument 152 disconnectServiceOnUserLocked(userId, actionForLog); in startServiceForOwner() 164 disconnectServiceOnUserLocked(userId, actionForLog); in startServiceForOwner() 169 service.getComponentName().flattenToShortString(), actionForLog); in startServiceForOwner() 185 public void stopServiceForOwner(int userId, @NonNull String actionForLog) { in stopServiceForOwner() argument 189 disconnectServiceOnUserLocked(userId, actionForLog); in stopServiceForOwner() 197 private void disconnectServiceOnUserLocked(int userId, @NonNull String actionForLog) { in disconnectServiceOnUserLocked() argument 201 userId, actionForLog); in disconnectServiceOnUserLocked()
|
D | DevicePolicyManagerService.java | 3483 private void startOwnerService(int userId, String actionForLog) { in startOwnerService() argument 3487 owner.getPackageName(), userId, actionForLog); in startOwnerService() local 3491 private void stopOwnerService(int userId, String actionForLog) { in stopOwnerService() argument 3492 mDeviceAdminServiceController.stopServiceForOwner(userId, actionForLog); in stopOwnerService()
|