Searched refs:stopServiceAsUser (Results 1 – 8 of 8) sorted by relevance
326 mContext.stopServiceAsUser(mVendorServiceInfo.getIntent(), mUser); in stopOrUnbindService()
803 public boolean stopServiceAsUser(Intent name, UserHandle user) { in stopServiceAsUser() method in ContextWrapper804 return mBase.stopServiceAsUser(name, user); in stopServiceAsUser()
3347 public abstract boolean stopServiceAsUser(Intent service, UserHandle user); in stopServiceAsUser() method in Context
615 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in MockContext
618 context.stopServiceAsUser(mSecondaryUserServiceIntent,
1940 public boolean stopServiceAsUser(Intent arg0, UserHandle arg1) { in stopServiceAsUser() method in BridgeContext
1888 public boolean stopServiceAsUser(Intent service, UserHandle user) { in stopServiceAsUser() method in ContextImpl
4717 Landroid/app/ContextImpl;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)Z13154 Landroid/content/Context;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;)Z13186 Landroid/content/ContextWrapper;->stopServiceAsUser(Landroid/content/Intent;Landroid/os/UserHandle;…