Home
last modified time | relevance | path

Searched refs:actionForLog (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceAdminServiceController.java120 @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()
DDevicePolicyManagerService.java3680 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()