Searched refs:actionForLog (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DeviceAdminServiceController.java | 120 @NonNull String actionForLog) { in startServiceForOwner() argument 128 disconnectServiceOnUserLocked(userId, actionForLog); in startServiceForOwner() 140 disconnectServiceOnUserLocked(userId, actionForLog); in startServiceForOwner() 145 service.getComponentName().flattenToShortString(), actionForLog); in startServiceForOwner() 161 public void stopServiceForOwner(int userId, @NonNull String actionForLog) { in stopServiceForOwner() argument 165 disconnectServiceOnUserLocked(userId, actionForLog); in stopServiceForOwner() 173 private void disconnectServiceOnUserLocked(int userId, @NonNull String actionForLog) { in disconnectServiceOnUserLocked() argument 177 userId, actionForLog); in disconnectServiceOnUserLocked()
|
D | DevicePolicyManagerService.java | 3680 private void startOwnerService(int userId, String actionForLog) { in startOwnerService() argument 3684 owner.getPackageName(), userId, actionForLog); in startOwnerService() local 3688 private void stopOwnerService(int userId, String actionForLog) { in stopOwnerService() argument 3689 mDeviceAdminServiceController.stopServiceForOwner(userId, actionForLog); in stopOwnerService()
|