Searched refs:startServiceAsUser (Results 1 – 7 of 7) sorted by relevance
93 context.startServiceAsUser(receiveIntent, UserHandle.CURRENT); in startBeamReceive()116 context.startServiceAsUser(sendIntent, userHandle); in startBeamSend()
58 context.startServiceAsUser(intent, UserHandle.CURRENT); in onReceive()
191 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in VendorServiceControllerTest.ServiceLauncherContext
307 mStarted = mContext.startServiceAsUser(intent, mUser) != null; in startOrBindService()
682 mContext.startServiceAsUser(intent, UserHandle.CURRENT); in tryPeripheralHandover()