Searched refs:isEmpty (Results 76 - 100 of 1646) sorted by relevance

1234567891011>>

/packages/services/Mms/src/com/android/mms/service/
H A DApnSettings.java98 if (!TextUtils.isEmpty(apnName)) {
123 if (TextUtils.isEmpty(mmscUrl)) {
133 if (!TextUtils.isEmpty(proxyAddress)) {
137 if (!TextUtils.isEmpty(portString)) {
165 if (TextUtils.isEmpty(value)) {
201 return !TextUtils.isEmpty(mProxyAddress);
206 if (TextUtils.isEmpty(types)) {
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDisplayUtils.java65 if (!TextUtils.isEmpty(displayName)) {
74 if (!TextUtils.isEmpty(altDisplayName)) {
86 if (!TextUtils.isEmpty(phoneticName)) {
101 if (!TextUtils.isEmpty(directoryDisplayName)) {
103 } else if (!TextUtils.isEmpty(directoryType)) {
130 if (TextUtils.isEmpty(company)) {
133 if (TextUtils.isEmpty(title)) {
146 if (!TextUtils.isEmpty(combined)) {
222 if (!TextUtils.isEmpty(textToDisplay)) {
/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactPhotoManager.java77 if (!TextUtils.isEmpty(request.displayName)) {
80 if (!TextUtils.isEmpty(request.identifier)) {
121 if (!TextUtils.isEmpty(encodedFragment)) {
141 return !TextUtils.isEmpty(encodedFragment)
153 if (!TextUtils.isEmpty(contactType)) {
158 if (!TextUtils.isEmpty(scale)) {
163 if (!TextUtils.isEmpty(offset)) {
168 if (!TextUtils.isEmpty(isCircular)) {
488 if (TextUtils.isEmpty(defaultImageRequest.identifier)) {
H A DClipboardUtils.java39 if (TextUtils.isEmpty(text)) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DAvatarUriUtil.java99 Assert.isTrue(!participants.isEmpty());
121 Assert.isTrue(!avatarUris.isEmpty());
164 if (!TextUtils.isEmpty(name) && isValidFirstCharacter(name)) {
167 final String identifier = TextUtils.isEmpty(contactLookupKey)
200 Assert.isTrue(!TextUtils.isEmpty(slotIdentifier) ||
201 !TextUtils.isEmpty(participantData.getProfilePhotoUri()));
202 if (TextUtils.isEmpty(slotIdentifier)) {
253 TextUtils.isEmpty(contactLookupKey) ? nameString : contactLookupKey;
276 return path.isEmpty() ? null : path.get(0);
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DPictureSizeCalculator.java112 Preconditions.checkState(!supported.isEmpty());
149 if (supportedPictureSizes.isEmpty()) {
160 Preconditions.checkState(!supported.isEmpty());
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DTaskQueue.java50 Assert.isTrue(queue.isEmpty());
141 public boolean isEmpty() { method in class:TaskQueue
142 return queue.isEmpty();
/packages/apps/Settings/src/com/android/settings/search/
H A DBaseSearchIndexProvider.java68 if (controllers != null && !controllers.isEmpty()) {
101 if (resources == null || resources.isEmpty()) {
119 if (!TextUtils.isEmpty(key)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DBluetoothTetheringNetworkFactory.java102 if (TextUtils.isEmpty(mInterfaceName)) {
168 if (iface == null || TextUtils.isEmpty(iface)) {
173 if (!TextUtils.isEmpty(mInterfaceName)) {
187 if (TextUtils.isEmpty(mInterfaceName)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/util/
H A DInterop.java75 if (address == null || address.isEmpty()) return false;
/packages/apps/Contacts/src/com/android/contacts/
H A DClipboardUtils.java40 if (TextUtils.isEmpty(text)) return;
/packages/apps/Contacts/src/com/android/contacts/compat/
H A DCompatUtils.java195 if (TextUtils.isEmpty(className)) {
222 if (TextUtils.isEmpty(className) || TextUtils.isEmpty(methodName)) {
255 if (instance == null || TextUtils.isEmpty(methodName)) {
H A DEventCompat.java51 if (type == BaseTypes.TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditor.java60 public boolean isEmpty(); method in interface:Editor
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactEntry.java52 || TextUtils.isEmpty(nameAlternative)) {
/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsHeaderViewHolder.java79 if (!TextUtils.isEmpty(contact.getDisplayNumber())) {
82 TextUtils.isEmpty(contact.getNumberLabel())
94 if (!TextUtils.isEmpty(contact.getSimDetails().getNetwork())) {
102 if (TextUtils.isEmpty(contact.getNumber())) {
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/util/
H A DRowCombiner.java29 Assert.checkArgument(!individualRowsSortedByTimestampDesc.isEmpty());
/packages/apps/Dialer/java/com/android/dialer/util/
H A DMoreStrings.java43 return TextUtils.isEmpty(string) ? null : string;
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
H A DStroke.java43 if (!mPoints.isEmpty()) {
/packages/apps/Dialer/java/com/android/voicemail/
H A DVoicemailPermissionHelper.java46 return getMissingPermissions(context).isEmpty();
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DSubscriptionInfoHelper.java59 if (actionBar == null || TextUtils.isEmpty(mSubLabel)) {
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DArchiveId.java30 assert(!path.isEmpty());
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/selection/
H A DTestItemSelectionListener.java47 assertTrue(mSelected.isEmpty());
/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/
H A DFeatureFactory.java45 if (TextUtils.isEmpty(clsName)) {
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DSingleImageList.java49 public boolean isEmpty() { method in class:SingleImageList

Completed in 919 milliseconds

1234567891011>>