Home
last modified time | relevance | path

Searched refs:EMPTY (Results 1 – 25 of 71) sorted by relevance

123

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsTable.java256 private static final String EMPTY = ""; field in KeyboardTextsTable
261 EMPTY, EMPTY, EMPTY,
266 EMPTY, EMPTY, EMPTY,
269 /* morekeys_n */ EMPTY,
271 /* morekeys_s */ EMPTY,
274 EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY,
279 EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY,
294 EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY,
299 EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY,
329 /* morekeys_tablet_comma */ EMPTY,
[all …]
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapListTest.java60 assertTrue(ImapList.EMPTY.isEmpty()); in testEmpty()
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY); in testIs()
92 assertFalse(ImapList.EMPTY.is(0, "abc")); in testIs()
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); in testGetElementOrNone()
98 assertElement(ImapList.EMPTY, list.getElementOrNone(0)); in testGetElementOrNone()
101 assertElement(ImapString.EMPTY, list.getElementOrNone(3)); in testGetElementOrNone()
105 assertElement(ImapElement.NONE, ImapList.EMPTY.getElementOrNone(0)); in testGetElementOrNone()
109 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); in testGetListOrEmpty()
111 assertElement(ImapList.EMPTY, list.getListOrEmpty(0)); in testGetListOrEmpty()
112 assertElement(ImapList.EMPTY, list.getListOrEmpty(1)); in testGetListOrEmpty()
[all …]
DImapStringTest.java47 assertTrue(ImapString.EMPTY.isEmpty()); in testEmpty()
48 assertEquals("", ImapString.EMPTY.getString()); in testEmpty()
49 assertEquals("", Utility.fromAscii(IOUtils.toByteArray(ImapString.EMPTY.getAsStream()))); in testEmpty()
50 assertFalse(ImapString.EMPTY.isNumber()); in testEmpty()
51 assertFalse(ImapString.EMPTY.isDate()); in testEmpty()
53 assertTrue(ImapString.EMPTY.is("")); in testEmpty()
54 assertTrue(ImapString.EMPTY.startsWith("")); in testEmpty()
55 assertFalse(ImapString.EMPTY.is("a")); in testEmpty()
56 assertFalse(ImapString.EMPTY.startsWith("a")); in testEmpty()
DImapResponseParserTest.java155 ImapString.EMPTY, in testNil()
156 ImapString.EMPTY, in testNil()
157 ImapString.EMPTY, in testNil()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java345 accountMap.put(AccountColumns.SETTINGS_INTENT_URI, Uri.EMPTY); in createAccountDetailsMap()
346 accountMap.put(AccountColumns.HELP_INTENT_URI, Uri.EMPTY); in createAccountDetailsMap()
347 accountMap.put(AccountColumns.SEND_FEEDBACK_INTENT_URI, Uri.EMPTY); in createAccountDetailsMap()
348 accountMap.put(AccountColumns.REAUTHENTICATION_INTENT_URI, Uri.EMPTY); in createAccountDetailsMap()
355 accountMap.put(AccountColumns.RECENT_FOLDER_LIST_URI, Uri.EMPTY); in createAccountDetailsMap()
356 accountMap.put(AccountColumns.DEFAULT_RECENT_FOLDER_LIST_URI, Uri.EMPTY); in createAccountDetailsMap()
357 accountMap.put(AccountColumns.MANUAL_SYNC_URI, Uri.EMPTY); in createAccountDetailsMap()
358 accountMap.put(AccountColumns.VIEW_INTENT_PROXY_URI, Uri.EMPTY); in createAccountDetailsMap()
359 accountMap.put(AccountColumns.ACCOUNT_COOKIE_QUERY_URI, Uri.EMPTY); in createAccountDetailsMap()
360 accountMap.put(AccountColumns.UPDATE_SETTINGS_URI, Uri.EMPTY); in createAccountDetailsMap()
[all …]
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapList.java28 public static final ImapList EMPTY = new ImapList() { field in ImapList
99 return el.isList() ? (ImapList) el : EMPTY; in getListOrEmpty()
108 return el.isString() ? (ImapString) el : ImapString.EMPTY; in getStringOrEmpty()
138 return (e != null) ? ((ImapList) e) : ImapList.EMPTY; in getKeyedListOrEmpty()
155 return (e != null) ? ((ImapString) e) : ImapString.EMPTY; in getKeyedStringOrEmpty()
DImapResponse.java95 return ImapString.EMPTY; // Not a status response. in getResponseCodeOrEmpty()
107 return ImapString.EMPTY; // Not an ALERT in getAlertTextOrEmpty()
118 return ImapString.EMPTY; in getStatusResponseTextOrEmpty()
125 return ImapString.EMPTY; in getStatusOrEmpty()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DContactInfoHelper.java73 if (sipInfo == null || sipInfo == ContactInfo.EMPTY) { in lookupNumber()
86 if (phoneInfo == null || phoneInfo == ContactInfo.EMPTY) { in lookupNumber()
99 if (info == ContactInfo.EMPTY) { in lookupNumber()
174 info = ContactInfo.EMPTY; in lookupContactFromUri()
229 if (info != null && info != ContactInfo.EMPTY) { in queryContactInfoForPhoneNumber()
DCallLogAdapter.java515 boolean updated = (existingInfo != ContactInfo.EMPTY || isRemoteSource) && in queryContactInfo()
728 info = ContactInfo.EMPTY; in bindView()
730 mContactInfoCache.put(numberCountryIso, ContactInfo.EMPTY); in bindView()
750 if (info == ContactInfo.EMPTY) { in bindView()
1348 if (ci != null && ci != ContactInfo.EMPTY) { in getBetterNumberFromContacts()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java88 public SuggestedWords mSuggestedWords = SuggestedWords.EMPTY;
153 mSuggestedWords = SuggestedWords.EMPTY; in startInput()
324 mSuggestedWords = SuggestedWords.EMPTY; in onPickSuggestionManually()
498 SuggestedWords.EMPTY, false /* dismissGestureFloatingPreviewText */); in onStartBatchInput()
596 SuggestedWords.EMPTY, true /* dismissGestureFloatingPreviewText */); in onCancelBatchInput()
603 if (SuggestedWords.EMPTY != suggestedWords) { in setSuggestedWords()
1363 mSuggestionStripViewAccessor.showSuggestionStrip(SuggestedWords.EMPTY); in performUpdateSuggestionStripSync()
1856 previousSuggestedWords.isPunctuationSuggestions() ? SuggestedWords.EMPTY in retrieveOlderSuggestions()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java138 private FolderUri mSelectedFolderUri = FolderUri.EMPTY;
1082 && mSelectedFolderUri != FolderUri.EMPTY in recalculateDividedListFolders()
1364 return mCurrentAccount == null ? Uri.EMPTY : mCurrentAccount.uri; in getCurrentAccountUri()
1461 mSelectedFolderUri = FolderUri.EMPTY; in setSelectedFolder()
1518 manager.restartLoader(FOLDER_LIST_LOADER_ID, Bundle.EMPTY, this); in setSelectedAccount()
1520 manager.restartLoader(ALL_FOLDER_LIST_LOADER_ID, Bundle.EMPTY, this); in setSelectedAccount()
1524 mSelectedFolderUri = FolderUri.EMPTY; in setSelectedAccount()
DAbstractActivityController.java739 if (mAccount != null && !Uri.EMPTY.equals(mAccount.settings.setupIntentUri)) { in changeAccount()
993 restartOptionalLoader(LOADER_ACCOUNT_INBOX, mFolderCallbacks, Bundle.EMPTY); in loadAccountInbox()
1061 lm.initLoader(LOADER_FOLDER_CURSOR, Bundle.EMPTY, mFolderCallbacks); in updateFolder()
1063 lm.restartLoader(LOADER_FOLDER_CURSOR, Bundle.EMPTY, mFolderCallbacks); in updateFolder()
1115 mActivity.getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, Bundle.EMPTY, in onActivityResult()
1368 mActivity.getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, Bundle.EMPTY, in onCreate()
2376 restartOptionalLoader(LOADER_RECENT_FOLDERS, mFolderCallbacks, Bundle.EMPTY);
2379 restartOptionalLoader(LOADER_ACCOUNT_UPDATE_CURSOR, mAccountCallbacks, Bundle.EMPTY);
2525 restartOptionalLoader(LOADER_ACCOUNT_UPDATE_CURSOR, mAccountCallbacks, Bundle.EMPTY);
3492 && !mAccount.recentFolderListUri.equals(Uri.EMPTY)) {
[all …]
DFolderOperation.java34 public static final Collection<FolderOperation> EMPTY = Collections.emptyList(); field in FolderOperation
64 final Collection<FolderOperation> target = (in == null) ? EMPTY : ImmutableList.of(in); in listOf()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
DAccountTypeTest.java90 final AccountTypeForDisplayLabelTest EMPTY = new AccountTypeForDisplayLabelTest(""); in testDisplayLabelComparator() local
102 assertTrue(compareDisplayLabel(EMPTY, AA) < 0); in testDisplayLabelComparator()
103 assertTrue(compareDisplayLabel(EMPTY, NULL) == 0); in testDisplayLabelComparator()
/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java113 i.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track"); in onServiceConnected()
121 i.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/album"); in onServiceConnected()
288 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/album"); in onListItemClick()
294 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track"); in onListItemClick()
DPlaylistBrowserActivity.java380 shortcut.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/playlist"); in onListItemClick()
395 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track"); in onListItemClick()
400 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track"); in onListItemClick()
405 intent.setDataAndType(Uri.EMPTY, "vnd.android.cursor.dir/track"); in onListItemClick()
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
DHostAuthTests.java233 json.put(HostAuth.JSON_TAG_CREDENTIAL, Credential.EMPTY.toJson()); in testDeserializeFromJSON()
247 assertEquals(Credential.EMPTY, ha.mCredential); in testDeserializeFromJSON()
264 before.mCredential = Credential.EMPTY; in testSerializeAndDeserializeWithJSON()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
DEmptyFileFilter.java57 public static final IOFileFilter EMPTY = new EmptyFileFilter(); field in EmptyFileFilter
60 public static final IOFileFilter NOT_EMPTY = new NotFileFilter(EMPTY);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DFolderUri.java26 public static final FolderUri EMPTY = new FolderUri(Uri.EMPTY); field in FolderUri
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DFolderList.java18 private static final FolderList EMPTY = new FolderList(Collections.<Folder> emptyList()); field in FolderList
71 return EMPTY; in fromBlob()
DSettings.java128 defaultInbox = Uri.EMPTY; in Settings()
135 setupIntentUri = Uri.EMPTY; in Settings()
138 moveToInbox = Uri.EMPTY; in Settings()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1492 final boolean noSuggestionsFromDictionaries = (SuggestedWords.EMPTY == suggestedWords) in setSuggestedWords()
1519 callback.onGetSuggestedWords(SuggestedWords.EMPTY); in getSuggestedWords()
1529 sourceSuggestedWords.isEmpty() ? SuggestedWords.EMPTY : sourceSuggestedWords; in showSuggestionStrip()
1530 if (SuggestedWords.EMPTY == suggestedWords) { in showSuggestionStrip()
1567 ? SuggestedWords.EMPTY : currentSettings.mSpacingAndPunctuations.mSuggestPuncList; in setNeutralSuggestionStrip()
/packages/apps/Email/tests/src/com/android/email/
DVendorPolicyLoaderTest.java51 assertEquals(Bundle.EMPTY, pl.getPolicy(null, null)); in testPackageNotExist()
100 assertEquals(Bundle.EMPTY, pl.getPolicy("policy1", null)); in testGetPolicyNonSystem()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DSuggestedWordsTests.java150 assertNull(SuggestedWords.EMPTY.getTypedWordInfoOrNull()); in testGetTypedWordInfoOrNull()
160 assertNull(SuggestedWords.EMPTY.getTypedWordInfoOrNull()); in testGetTypedWordInfoOrNull()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallReceiver.java73 clientExtras = Bundle.EMPTY; in processOutgoingCallIntent()
116 clientExtras = Bundle.EMPTY; in processIncomingCallIntent()

123