Searched refs:startServiceAsUser (Results 1 – 6 of 6) sorted by relevance
525 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in ContextWrapper526 return mBase.startServiceAsUser(service, user); in startServiceAsUser()
1978 public abstract ComponentName startServiceAsUser(Intent service, UserHandle user); in startServiceAsUser() method in Context
443 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in MockContext
1193 context.startServiceAsUser(intent, UserHandle.OWNER); in startSystemUi()
1401 public ComponentName startServiceAsUser(Intent arg0, UserHandle arg1) { in startServiceAsUser() method in BridgeContext
1697 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in ContextImpl