Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java161 @VisibleForTesting static final int MESSAGE_USER_UNLOCKED = 301; field in BluetoothManagerService
1359 mHandler.obtainMessage(MESSAGE_USER_UNLOCKED, userHandle).sendToTarget(); in handleOnUnlockUser()
1854 case MESSAGE_USER_UNLOCKED: in handleMessage()