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

/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java63 //Maximum msec to delay MESSAGE_USER_SWITCHED
80 private static final int MESSAGE_USER_SWITCHED = 300; field in class:BluetoothManagerService
143 mHandler.sendMessage(mHandler.obtainMessage(MESSAGE_USER_SWITCHED,
805 case MESSAGE_USER_SWITCHED:
808 Log.d(TAG, "MESSAGE_USER_SWITCHED");
810 mHandler.removeMessages(MESSAGE_USER_SWITCHED);
850 Message userMsg = mHandler.obtainMessage(MESSAGE_USER_SWITCHED);
853 // delay sending MESSAGE_USER_SWITCHED
856 Log.d(TAG, "delay MESSAGE_USER_SWITCHED " + userMsg.arg2);

Completed in 35 milliseconds