Searched refs:stopServiceAsUser (Results 1 – 7 of 7) sorted by relevance
731 public boolean stopServiceAsUser(Intent name, UserHandle user) { in stopServiceAsUser() method in ContextWrapper732 return mBase.stopServiceAsUser(name, user); in stopServiceAsUser()
3056 public abstract boolean stopServiceAsUser(Intent service, UserHandle user); in stopServiceAsUser() method in Context
593 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in MockContext
514 context.stopServiceAsUser(mSecondaryUserServiceIntent,
1881 public boolean stopServiceAsUser(Intent arg0, UserHandle arg1) { in stopServiceAsUser() method in BridgeContext
1675 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in ContextImpl
4720 Landroid/app/ContextImpl;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)Z13163 Landroid/content/Context;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)Z13195 Landroid/content/ContextWrapper;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;…