Home
last modified time | relevance | path

Searched defs:setForegroundUserId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java381 public static void setForegroundUserId(int userId) { in setForegroundUserId() method in Utils
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl282 oneway void setForegroundUserId(in int userId, in AttributionSource attributionSource); in setForegroundUserId() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4433 public void setForegroundUserId(int userId, AttributionSource attributionSource) { in setForegroundUserId() method in AdapterService.AdapterServiceBinder