Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java96 private static final int MSG_ENABLE_BLUETOOTH = 3; field in KeyboardUI
486 case MSG_ENABLE_BLUETOOTH: { in handleMessage()
534 mHandler.obtainMessage(MSG_ENABLE_BLUETOOTH, enable, 0).sendToTarget(); in onClick()