Searched refs:isEmpty (Results 501 - 525 of 1646) sorted by relevance

<<21222324252627282930>>

/packages/apps/TV/src/com/android/tv/parental/
H A DContentRatingSystem.java246 if (TextUtils.isEmpty(mName)) {
249 if (TextUtils.isEmpty(mDomain)) {
268 if (!TextUtils.isEmpty(mTitle)) {
396 if (TextUtils.isEmpty(mName)) {
483 if (TextUtils.isEmpty(mName)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyCodeDescriptionMapper.java116 return TextUtils.isEmpty(description) ? outputText : description;
131 if (!TextUtils.isEmpty(key.getLabel())) {
228 if (!TextUtils.isEmpty(key.getLabel())) {
313 if (!TextUtils.isEmpty(spokenText)) {
327 if (!TextUtils.isEmpty(spokenText)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DPersonalDictionaryLookup.java359 if (!TextUtils.isEmpty(inputLocale.getCountry())) {
474 if (!TextUtils.isEmpty(inputLocale.getCountry())) {
478 if (!TextUtils.isEmpty(expansionForCountry)) {
492 if (!TextUtils.isEmpty(expansionForLanguage)) {
502 if (!TextUtils.isEmpty(expansionForGlobal) && DebugFlags.DEBUG_ENABLED) {
H A DSuggest.java140 if (suggestions.isEmpty()) {
210 || suggestionResults.isEmpty()
257 if (!TextUtils.isEmpty(typedWordString)) {
262 if (DBG && !suggestionsContainer.isEmpty()) {
336 final SuggestedWordInfo pseudoTypedWordInfo = suggestionsContainer.isEmpty() ? null
H A DBinaryDictionary.java358 if (TextUtils.isEmpty(word)) {
367 if (TextUtils.isEmpty(word)) {
380 if (!ngramContext.isValid() || TextUtils.isEmpty(word)) {
448 if (word == null || (word.isEmpty() && !isBeginningOfSentence)) {
463 if (TextUtils.isEmpty(word)) {
477 if (!ngramContext.isValid() || TextUtils.isEmpty(word)) {
495 if (TextUtils.isEmpty(word)) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java205 } else if (!TextUtils.isEmpty(data1) || !TextUtils.isEmpty(data2)) {
210 if (TextUtils.isEmpty(hashId)) {
241 if (TextUtils.isEmpty(hashId)) {
426 * Test all against {@link TextUtils#isEmpty(CharSequence)}.
430 if (!TextUtils.isEmpty(values.getAsString(key))) {
/packages/services/Telecomm/src/com/android/server/telecom/
H A DNewOutgoingCallIntentBroadcaster.java230 if (TextUtils.isEmpty(number)) {
387 return !TextUtils.isEmpty(name) && !TextUtils.isEmpty(uriString);
391 return TextUtils.isEmpty(gatewayUriString) ? null : Uri.parse(gatewayUriString);
410 if (!TextUtils.isEmpty(gatewayPackageName) && gatewayUri != null) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java249 boolean isFiltered = (client.filters != null) && !client.filters.isEmpty();
349 && (client.filters == null || client.filters.isEmpty())) {
478 if (mBatchClients.isEmpty()) {
557 if (isFilteringSupported() && mFilterIndexStack.isEmpty()
558 && mClientFilterIndexMap.isEmpty()) {
581 if (mFilterIndexStack.isEmpty() && isFilteringSupported()) {
656 if (mBatchClients.isEmpty()) {
704 if (mBatchClients.isEmpty()) {
863 while (!queue.isEmpty()) {
931 if (clients.isEmpty()) {
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java345 if (TextUtils.isEmpty(htmlText)) {
353 if (TextUtils.isEmpty(htmlText)) {
414 return !TextUtils.isEmpty(string) ? TextUtils.htmlEncode(removeEmptyDoubleQuotes ? string
544 if (TextUtils.isEmpty(urlString)) {
561 if (TextUtils.isEmpty(urlString)) {
588 if(uri == null || TextUtils.isEmpty(uri.toString())) {
648 if (activity != null && !isEmpty(feedbackIntentUri)) {
698 int index = !TextUtils.isEmpty(filename) ? filename.lastIndexOf('.') : -1;
815 if (TextUtils.isEmpty(uri) || uri == JSONObject.NULL)
820 public static boolean isEmpty(Ur method in class:Utils
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java222 if (selection.isEmpty()) {
237 if (selection.isEmpty()) {
258 if (selection.isEmpty()) {
273 if (selection.isEmpty() || selection.size() > 1) {
295 if (selection.isEmpty()) {
347 assert(!selection.isEmpty());
446 if (mState.stack.isEmpty()) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DHostAuth.java184 if (!TextUtils.isEmpty(clientAlias)) {
185 if (TextUtils.isEmpty(security)) {
313 if (!TextUtils.isEmpty(userInfo)) {
325 if (TextUtils.isEmpty(mLogin)) {
339 if (TextUtils.isEmpty(mLogin)) {
377 if (!useSecureConnection && !TextUtils.isEmpty(clientCertAlias)) {
533 if (!TextUtils.isEmpty(path)) {
/packages/apps/Email/provider_src/com/android/email/
H A DLegacyConversions.java180 if (!TextUtils.isEmpty(disposition)) {
200 if (TextUtils.isEmpty(name)) {
208 if (!TextUtils.isEmpty(disposition)) {
210 if (!TextUtils.isEmpty(s)) {
433 if (TextUtils.isEmpty(contentUriString)) {
436 if (TextUtils.isEmpty(contentUriString)) {
502 + (!TextUtils.isEmpty(filename) ? "filename=\"" + filename + "\";" : "")
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java268 return (mSearchResults != null) && mFilteredApps.isEmpty();
272 return hasNoFilteredResults() && !isAppDiscoveryRunning() && mDiscoveredApps.isEmpty();
303 if (mComponentToAppMap.isEmpty()) {
475 if (mPredictedAppComponents.isEmpty() && !mApps.isEmpty()) {
489 if (mPredictedAppComponents != null && !mPredictedAppComponents.isEmpty() && !hasFilter()) {
492 if (!mPredictedApps.isEmpty()) {
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderCursor.java140 return TextUtils.isEmpty(intentDescription) ?
173 if (!TextUtils.isEmpty(packageName) || !TextUtils.isEmpty(resourceName)) {
202 return TextUtils.isEmpty(title) ? "" : Utilities.trim(title);
223 if (!TextUtils.isEmpty(title)) {
227 if (TextUtils.isEmpty(info.title)) {
282 if (TextUtils.isEmpty(info.title)) {
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DBaseWidgetProvider.java152 if (accountUri == null && Utils.isEmpty(folderUri) && !updateAllWidgets) {
217 if (!TextUtils.isEmpty(accountFolder)) {
234 if (!TextUtils.isEmpty(accountUri)) {
237 if (Utils.isEmpty(folderUri) && account != null) {
370 if (!Utils.isEmpty(folderUri)) {
415 if (!TextUtils.isEmpty(accountFolder)) {
428 if (!TextUtils.isEmpty(accountUri)) {
/packages/services/Mms/src/com/android/mms/service/
H A DMmsHttpClient.java356 if (!TextUtils.isEmpty(extraHttpParams)) {
365 if (!TextUtils.isEmpty(name) && !TextUtils.isEmpty(value)) {
384 if (TextUtils.isEmpty(value)) {
423 if (TextUtils.isEmpty(urlString)) {
506 if (!TextUtils.isEmpty(nai)) {
508 if (!TextUtils.isEmpty(naiSuffix)) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1490 return (!TextUtils.isEmpty(rrule) ||
1491 !TextUtils.isEmpty(rdate) ||
1492 !TextUtils.isEmpty(originalId) ||
1493 !TextUtils.isEmpty(originalSyncId));
1735 if (!TextUtils.isEmpty(color_index)) {
1757 if (TextUtils.isEmpty(cursor.getString(rruleCol))) {
1767 if (!TextUtils.isEmpty(cursor.getString(originalIdCol))) {
1772 boolean createSingleException = TextUtils.isEmpty(modValues.getAsString(Events.RRULE));
2061 if (TextUtils.isEmpty(syncId) || TextUtils.isEmpty(calendarI
[all...]
/packages/apps/Dialer/java/com/android/incallui/
H A DContactInfoCache.java183 if (!TextUtils.isEmpty(number)) {
190 if (TextUtils.isEmpty(info.name)) {
196 if (TextUtils.isEmpty(number) && TextUtils.isEmpty(info.cnapName)) {
207 } else if (!TextUtils.isEmpty(info.cnapName)) {
281 if (!TextUtils.isEmpty(customLabel)
324 || TextUtils.isEmpty(info.cnapName)
511 if (TextUtils.isEmpty(callerInfo.name) && !TextUtils.isEmpty(cequintCallerIdContact.name)) {
515 if (!TextUtils.isEmpty(cequintCallerIdContac
[all...]
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupFinal.java285 final boolean explicitForm = !(TextUtils.isEmpty(user) ||
286 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing));
289 final boolean implicitForm = !TextUtils.isEmpty(password) && !explicitForm;
290 if (TextUtils.isEmpty(email) || !(explicitForm || implicitForm)) {
419 TextUtils.isEmpty(displayName) ? email : displayName);
570 if (!TextUtils.isEmpty(mSetupData.getAmProtocol()) &&
582 if (!TextUtils.isEmpty(amProtocol)) {
797 if (!TextUtils.isEmpty(existingAccountName)) {
1286 if (!TextUtils.isEmpty(descriptio
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DMessageData.java225 if (!TextUtils.isEmpty(content.mParticipantId)) {
228 if (!TextUtils.isEmpty(content.mMmsSubject)) {
268 if (!TextUtils.isEmpty(messageText)) {
303 if (!TextUtils.isEmpty(messageText)) {
675 if (!part.isAttachment() && !TextUtils.isEmpty(part.getText())) {
700 if (part.isAttachment() && !TextUtils.isEmpty(part.getText())) {
741 Assert.isTrue(TextUtils.isEmpty(messageId) || TextUtils.isEmpty(mMessageId));
814 return !TextUtils.isEmpty(mMmsSubject) ||
816 !TextUtils.isEmpty(getMessageTex
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java650 if (!TextUtils.isEmpty(wearReply)) {
816 if (TextUtils.isEmpty(lastAccountUri)) {
819 if (!TextUtils.isEmpty(lastAccountUri)) {
824 if (accountExtra instanceof String && !TextUtils.isEmpty((String) accountExtra)) {
868 boolean showCc = !TextUtils.isEmpty(mCc.getText()) || (savedInstanceState != null &&
870 boolean showBcc = !TextUtils.isEmpty(mBcc.getText()) || (savedInstanceState != null &&
913 if (TextUtils.isEmpty(mTo.getText())) {
1144 TextUtils.isEmpty(htmlInPlainText)) {
1162 if (refMessage != null && !TextUtils.isEmpty(quotedText)) {
1163 if (!TextUtils.isEmpty(refMessag
[all...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DGlobalDismissManager.java212 if (senderId == null || senderId.isEmpty()) {
219 if (calendars.isEmpty()) {
227 if (calendarsToAccounts.isEmpty()) {
248 if (accounts.isEmpty()) {
352 if (eventsToCalendars.isEmpty()) {
363 if (calendarsToAccounts.isEmpty()) {
/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DCallSubjectDialog.java303 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE);
324 if (!TextUtils.isEmpty(mNumberLabel) && !TextUtils.isEmpty(mDisplayNumber)) {
434 if (!TextUtils.isEmpty(historyItem)) {
457 if (!TextUtils.isEmpty(subject)) {
610 if (!TextUtils.isEmpty(charsetName)) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListAdapter.java257 if (TextUtils.isEmpty(queryString)) {
547 public boolean isEmpty() { method in class:ContactEntryListAdapter
556 return TextUtils.isEmpty(getQueryString());
558 return super.isEmpty();
645 String displayName = !TextUtils.isEmpty(directoryName)
652 final int headerPaddingTop = partitionIndex == 1 && getPartition(0).isEmpty()?
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java267 if (!TextUtils.isEmpty(historyItem)) {
308 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE);
329 if (!TextUtils.isEmpty(mDisplayNumber)) {
332 TextUtils.isEmpty(mNumberLabel)
400 if (!TextUtils.isEmpty(subject)) {
547 if (!TextUtils.isEmpty(charsetName)) {

Completed in 736 milliseconds

<<21222324252627282930>>