Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java91 private static final int MESSAGE_SEARCH_PENDING = 1; field in BaseEmailAddressAdapter
465 mHandler.removeMessages(MESSAGE_SEARCH_PENDING, partition); in onDirectoryLoadFinished()
466 Message msg = mHandler.obtainMessage(MESSAGE_SEARCH_PENDING, i, 0, partition); in onDirectoryLoadFinished()
510 mHandler.removeMessages(MESSAGE_SEARCH_PENDING, partition); in onPartitionLoadFinished()
/frameworks/opt/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java96 private static final int MESSAGE_SEARCH_PENDING = 1; field in BaseRecipientAdapter
563 sendMessageDelayed(obtainMessage(MESSAGE_SEARCH_PENDING, 0, 0, null), in sendDelayedLoadMessage()
568 removeMessages(MESSAGE_SEARCH_PENDING); in removeDelayedLoadMessage()