OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abortmsg
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java
339
Message
abortMsg
= mHandler.obtainMessage(MSG_BLE_ABORT_SCAN, ++mScanAttempt, 0);
340
mHandler.sendMessageDelayed(
abortMsg
, BLUETOOTH_SCAN_TIMEOUT_MILLIS);
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
msg_formatting.h
126
using
AbortMsg
= Message<Abort_t>;
Completed in 97 milliseconds