Searched refs:stopServiceAsUser (Results 1 – 2 of 2) sorted by relevance
58 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in ContextCompat59 return mContext.stopServiceAsUser(service, user); in stopServiceAsUser()
97 context.stopServiceAsUser(new Intent(context, UserSwitchListenerService.class), in onUserCreatedOrDeleted()