Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java160 @VisibleForTesting static final int MESSAGE_USER_SWITCHED = 300; field in BluetoothManagerService
1353 mHandler.obtainMessage(MESSAGE_USER_SWITCHED, userHandle).sendToTarget(); in handleSwitchUser()
1825 case MESSAGE_USER_SWITCHED: in handleMessage()
1828 mHandler.removeMessages(MESSAGE_USER_SWITCHED); in handleMessage()
1856 mHandler.removeMessages(MESSAGE_USER_SWITCHED); in handleMessage()