Searched refs:isEmpty (Results 101 - 125 of 1646) sorted by relevance

1234567891011>>

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPreloadReceiver.java40 final int workspaceResId = !TextUtils.isEmpty(name)
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAllAppsSearchBarController.java91 if (mQuery.isEmpty()) {
101 if (TextUtils.isEmpty(mQuery)) {
118 if (query.isEmpty()) {
129 if (query.isEmpty()) {
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
H A DWifiConfigurationProvider.java82 if (!TextUtils.isEmpty(wifiPassword)) {
106 if (TextUtils.isEmpty(proxyHost) && TextUtils.isEmpty(pacUrl)) {
109 if (!TextUtils.isEmpty(proxyHost)) {
/packages/apps/Messaging/src/android/support/v7/mms/
H A DPhoneNumberHelper.java39 if (!TextUtils.isEmpty(number)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNoConfirmationSmsSendService.java89 if (TextUtils.isEmpty(recipients) && TextUtils.isEmpty(conversationId)) {
99 if (TextUtils.isEmpty(message)) {
109 if (TextUtils.isEmpty(conversationId)) {
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactSectionIndexer.java51 if (mSectionStartingPositions.isEmpty()) {
61 if (mSectionStartingPositions.isEmpty()) {
117 if (TextUtils.isEmpty(mSections[i])) {
144 final String section = TextUtils.isEmpty(sortKey) ? BLANK_HEADER_STRING :
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DLaunchConversationActivity.java65 final boolean haveAddress = !TextUtils.isEmpty(intent.getStringExtra(ADDRESS));
66 final boolean haveEmail = !TextUtils.isEmpty(intent.getStringExtra(Intent.EXTRA_EMAIL));
75 if (TextUtils.isEmpty(mSmsBody)) {
78 if (TextUtils.isEmpty(mSmsBody)) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DRingtoneUtil.java42 if (!TextUtils.isEmpty(ringtoneString)) {
H A DTextUtil.java25 if (string == null || string.isEmpty()) {
/packages/apps/Settings/src/com/android/settings/
H A DHelpTrampoline.java38 if (TextUtils.isEmpty(name)) {
H A DSelectableEditTextPreference.java56 if (!TextUtils.isEmpty(editText.getText())) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
H A DSearchIndexProviderCodeInspector.java137 .isEmpty();
140 .isEmpty();
143 .isEmpty();
146 .isEmpty();
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDeletionType.java83 default boolean isEmpty() { method in interface:DeletionType
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DFeatureFactory.java49 if (TextUtils.isEmpty(clsName)) {
/packages/apps/StorageManager/src/com/android/storagemanager/utils/
H A DPreferenceListCache.java43 if (TextUtils.isEmpty(key) || mCache.containsKey(key)) {
/packages/apps/UnifiedEmail/src/com/android/mail/perf/
H A DSimpleTimer.java72 return TextUtils.isEmpty(mSessionName) ? DEFAULT_LOG_TAG : mSessionName;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureFloatingTextDrawingPreview.java142 if (!isPreviewEnabled() || mSuggestedWords.isEmpty()
143 || TextUtils.isEmpty(mSuggestedWords.getWord(0))) {
157 if (mSuggestedWords.isEmpty() || TextUtils.isEmpty(mSuggestedWords.getWord(0))) {
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderFlattenTreeTests.java49 while (!result.isEmpty()) {
/packages/services/BuiltInPrintService/src/com/android/bips/
H A DJobQueue.java54 if (mJobs.isEmpty() || mCurrent != null) return;
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
H A DIntegerArrayStream.java46 public boolean isEmpty() { method in class:IntegerArrayStream
/packages/apps/Car/Overview/src/com/android/car/overview/
H A DSimpleStreamViewHolder.java67 if (!TextUtils.isEmpty(card.getPrimaryText())) {
71 if (!TextUtils.isEmpty(card.getSecondaryText())) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsSectionIndexer.java59 if (TextUtils.isEmpty(mSections[i])) {
108 if (mSections.length > 0 && mSections[0].isEmpty()) {
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapString.java87 public final boolean isEmpty() { method in class:ImapString
127 if (isEmpty()) {
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DMimeTypes.java42 if (groups.length != 2 || groups[0].isEmpty() || groups[1].isEmpty()) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java227 if (isGenericType || TextUtils.isEmpty(mimeType)) {
228 if (!TextUtils.isEmpty(fileExtension)) {
231 if (TextUtils.isEmpty(resultType)) {
242 if (TextUtils.isEmpty(resultType)) {
255 if (!TextUtils.isEmpty(fileName)) {
333 if (!TextUtils.isEmpty(fileName)) {
411 if (TextUtils.isEmpty(attachment.mFileName)) {
432 final String mimeType = TextUtils.isEmpty(attachment.mMimeType) ?

Completed in 1250 milliseconds

1234567891011>>