Home
last modified time | relevance | path

Searched refs:startServiceAsUser (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DContextCompat.java49 public ComponentName startServiceAsUser(Intent service, UserHandle user) { in startServiceAsUser() method in ContextCompat
50 return mContext.startServiceAsUser(service, user); in startServiceAsUser()
/packages/apps/Settings/src/com/android/settings/development/
DEnable16KBootReceiver.java42 context.startServiceAsUser(startNotificationIntent, UserHandle.SYSTEM); in onReceive()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingRequest.java58 context.startServiceAsUser(intent, UserHandle.CURRENT); in onReceive()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java85 context.startServiceAsUser(intent, UserHandle.CURRENT); in onReceive()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DUserSwitchListenerService.java94 context.startServiceAsUser(new Intent(context, UserSwitchListenerService.class), in onUserCreatedOrDeleted()