HomeSort by relevance Sort by last modified time
    Searched refs:MESSAGE_SEARCH_PENDING (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 91 private static final int MESSAGE_SEARCH_PENDING = 1;
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/
BaseRecipientAdapter.java 84 private static final int MESSAGE_SEARCH_PENDING = 1;
505 sendMessageDelayed(obtainMessage(MESSAGE_SEARCH_PENDING, 0, 0, null),
510 removeMessages(MESSAGE_SEARCH_PENDING);
    [all...]

Completed in 215 milliseconds