Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java117 private static final int MESSAGE_USER_UNLOCKED = 301; field in BluetoothManagerService
1141 mHandler.obtainMessage(MESSAGE_USER_UNLOCKED, userHandle, 0).sendToTarget(); in handleOnUnlockUser()
1897 case MESSAGE_USER_UNLOCKED: { in handleMessage()