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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDockService.java76 private static final int MSG_TYPE_UNDOCKED_PERMANENT = 444; field in class:DockService
79 // MSG_TYPE_UNDOCKED_PERMANENT
282 case MSG_TYPE_UNDOCKED_PERMANENT:
325 Message newMsg = mServiceHandler.obtainMessage(MSG_TYPE_UNDOCKED_PERMANENT, state,
368 + mServiceHandler.hasMessages(MSG_TYPE_UNDOCKED_PERMANENT, mDevice));
370 + mServiceHandler.hasMessages(MSG_TYPE_UNDOCKED_PERMANENT, device));
373 mServiceHandler.removeMessages(MSG_TYPE_UNDOCKED_PERMANENT);

Completed in 54 milliseconds