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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
H A DEmptyFileFilter.java33 * String[] files = dir.list( EmptyFileFilter.EMPTY );
57 public static final IOFileFilter EMPTY = new EmptyFileFilter(); field in class:EmptyFileFilter
60 public static final IOFileFilter NOT_EMPTY = new NotFileFilter(EMPTY);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DFolderUri.java26 public static final FolderUri EMPTY = new FolderUri(Uri.EMPTY); field in class:FolderUri
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfo.java44 public static ContactInfo EMPTY = new ContactInfo(); field in class:ContactInfo
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolderList.java18 private static final FolderList EMPTY = new FolderList(Collections.<Folder> emptyList()); field in class:FolderList
71 return EMPTY;
H A DConversation.java169 public static final Collection<Conversation> EMPTY = Collections.emptyList(); field in class:Conversation
723 final Collection<Conversation> target = (in == null) ? EMPTY : ImmutableList.of(in);
H A DFolder.java197 public static final Collection<Folder> EMPTY = Collections.emptyList(); field in class:Folder
415 parent = parentString == null ? Uri.EMPTY : Uri.parse(parentString);
914 return (folder == null) || Uri.EMPTY.equals(folder.parent);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderOperation.java34 public static final Collection<FolderOperation> EMPTY = Collections.emptyList(); field in class:FolderOperation
64 final Collection<FolderOperation> target = (in == null) ? EMPTY : ImmutableList.of(in);
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapList.java28 public static final ImapList EMPTY = new ImapList() { field in class:ImapList
95 * If {@code index} is out of range or not a list, returns {@link ImapList#EMPTY}.
99 return el.isList() ? (ImapList) el : EMPTY;
104 * If {@code index} is out of range or not a string, returns {@link ImapString#EMPTY}.
108 return el.isString() ? (ImapString) el : ImapString.EMPTY;
126 * Return {@link ImapList#EMPTY} if not found.
134 * Return {@link ImapList#EMPTY} if not found.
138 return (e != null) ? ((ImapList) e) : ImapList.EMPTY;
143 * Return {@link ImapString#EMPTY} if not found.
151 * Return {@link ImapString#EMPTY} i
[all...]
H A DImapString.java39 public static final ImapString EMPTY = new ImapString() { field in class:ImapString
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DCredential.java23 public static final Credential EMPTY = new Credential(-1, "", "", "", 0); field in class:Credential
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsTable.java256 private static final String EMPTY = ""; field in class:KeyboardTextsTable
261 EMPTY, EMPTY, EMPTY,
266 EMPTY, EMPTY, EMPTY,
269 /* morekeys_n */ EMPTY,
271 /* morekeys_s */ EMPTY,
274 EMPTY, EMPT
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java48 public static final SuggestedWords EMPTY = new SuggestedWords( field in class:SuggestedWords
/packages/apps/Settings/src/com/android/settings/search/
H A DIndex.java150 private static final String EMPTY = ""; field in class:Index
1007 return (input != null) ? input.replaceAll(NON_BREAKING_HYPHEN, HYPHEN) : EMPTY;
1011 final String nohyphen = (input != null) ? input.replaceAll(HYPHEN, EMPTY) : EMPTY;
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 514 milliseconds