Searched refs:stopServiceAsUser (Results 1 – 9 of 9) sorted by relevance
555 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in RavenwoodBaseContext
856 public boolean stopServiceAsUser(Intent name, UserHandle user) { in stopServiceAsUser() method in ContextWrapper857 return mBase.stopServiceAsUser(name, user); in stopServiceAsUser()
3813 public abstract boolean stopServiceAsUser(Intent service, UserHandle user); in stopServiceAsUser() method in Context
892 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in ApplicationContext895 return context.stopServiceAsUser(service, user); in stopServiceAsUser()
2021 public boolean stopServiceAsUser(Intent arg0, UserHandle arg1) { in stopServiceAsUser() method in BridgeContext
671 applicationContext.stopServiceAsUser( in <lambda>()
630 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in MockContext
1993 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in ContextImpl
4717 Landroid/app/ContextImpl;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)Z10276 Landroid/content/Context;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)Z10308 Landroid/content/ContextWrapper;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;…