Home
last modified time | relevance | path

Searched refs:setForegroundUserId (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/service/src/
DAdapterBinder.kt74 fun setForegroundUserId(userId: Int, source: AttributionSource) { in setForegroundUserId() method
75 adapterBinder.setForegroundUserId(userId, source) in setForegroundUserId()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientTest.java190 Utils.setForegroundUserId(UserHandle.getCallingUserId()); in testConnectViaBinder()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java313 Utils.setForegroundUserId(callingUser.getIdentifier()); in setUp()
347 Utils.setForegroundUserId(mForegroundUserId); in tearDown()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl278 oneway void setForegroundUserId(in int userId, in AttributionSource attributionSource); in setForegroundUserId() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java476 public static void setForegroundUserId(int userId) { in setForegroundUserId() method in Utils
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java852 mAdapter.setForegroundUserId(userId, mContext.getAttributionSource()); in propagateForegroundUserId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3982 public void setForegroundUserId(int userId, AttributionSource attributionSource) { in setForegroundUserId() method in AdapterService.AdapterServiceBinder
3992 Utils.setForegroundUserId(userId); in setForegroundUserId()