Searched refs:startServiceAsUser (Results 1 – 5 of 5) sorted by relevance
49 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in ContextCompat50 return mContext.startServiceAsUser(service, user); in startServiceAsUser()
42 context.startServiceAsUser(startNotificationIntent, UserHandle.SYSTEM); in onReceive()
58 context.startServiceAsUser(intent, UserHandle.CURRENT); in onReceive()
85 context.startServiceAsUser(intent, UserHandle.CURRENT); in onReceive()
94 context.startServiceAsUser(new Intent(context, UserSwitchListenerService.class), in onUserCreatedOrDeleted()