Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceAdminServiceController.java152 disconnectServiceOnUserLocked(userId, actionForLog); in startServiceForOwner()
164 disconnectServiceOnUserLocked(userId, actionForLog); in startServiceForOwner()
189 disconnectServiceOnUserLocked(userId, actionForLog); in stopServiceForOwner()
197 private void disconnectServiceOnUserLocked(int userId, @NonNull String actionForLog) { in disconnectServiceOnUserLocked() method in DeviceAdminServiceController