Searched defs:TemporaryEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java127 protected static class TemporaryEntry { class in class:BaseRecipientAdapter
139 public TemporaryEntry( method in class:BaseRecipientAdapter.TemporaryEntry
162 public TemporaryEntry(Cursor cursor, Long directoryId) { method in class:BaseRecipientAdapter.TemporaryEntry
244 putOneEntry(new TemporaryEntry(defaultDirectoryCursor,
371 final ArrayList<TemporaryEntry> tempEntries = new ArrayList<TemporaryEntry>();
382 tempEntries.add(new TemporaryEntry(cursor, mParams.directoryId));
418 final ArrayList<TemporaryEntry> tempEntries =
419 (ArrayList<TemporaryEntry>) results.values;
421 for (TemporaryEntry tempEntr
[all...]

Completed in 23 milliseconds