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

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

Completed in 36 milliseconds