OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
1151 - 1175
of
8076
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViewHolder.java
313
if (TextUtils.
isEmpty
(number)) {
445
if (!TextUtils.
isEmpty
(voicemailUri)) {
489
if (!TextUtils.
isEmpty
(voicemailUri) && canPlaceCallToNumber) {
497
if (callType == Calls.VOICEMAIL_TYPE && !TextUtils.
isEmpty
(callTypeOrLocation)) {
519
&& !TextUtils.
isEmpty
(voicemailUri)) {
630
if (!isExpanded || TextUtils.
isEmpty
(view.getText())) {
650
final String displayName = TextUtils.
isEmpty
(info.name) ? displayNumber : info.name;
673
if (view.getId() == R.id.primary_action_button && !TextUtils.
isEmpty
(voicemailUri)) {
685
TextUtils.
isEmpty
(info.name) ? null : displayNumber, /* second line of contact
CallLogNotificationsHelper.java
136
if (!TextUtils.
isEmpty
(contactInfo.name)) {
143
if (cachedContactInfo != null && !TextUtils.
isEmpty
(cachedContactInfo.name)) {
147
if (!TextUtils.
isEmpty
(contactInfo.formattedNumber)) {
150
} else if (!TextUtils.
isEmpty
(number)) {
/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
CallLogCacheLollipopMr1.java
62
if (TextUtils.
isEmpty
(number)) {
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
BlockedNumbersAdapter.java
92
public boolean
isEmpty
() {
/packages/apps/Dialer/src/com/android/dialer/logging/
Logger.java
62
if (!TextUtils.
isEmpty
(screenName)) {
/packages/apps/Dialer/tests/src/com/android/dialer/database/
DatabaseTestUtils.java
69
if (TextUtils.
isEmpty
(number)) {
/packages/apps/EmergencyInfo/src/com/android/emergency/edit/
EditEmergencyInfoFragment.java
47
boolean notSet = TextUtils.
isEmpty
((String) value);
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
EmergencyListPreference.java
60
return TextUtils.
isEmpty
(getValue());
/packages/apps/EmergencyInfo/src/com/android/emergency/view/
ViewEmergencyContactsFragment.java
84
emergencyContactsString).
isEmpty
();
ViewEmergencyInfoFragment.java
77
if (!TextUtils.
isEmpty
(sharedPreferences.getString(key, ""))) {
/packages/apps/Gallery/src/com/android/camera/
GalleryPickerItem.java
69
if (frameBounds.
isEmpty
()) {
/packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java
342
if (!TextUtils.
isEmpty
(packageName) && !TextUtils.
isEmpty
(className)) {
390
if (TextUtils.
isEmpty
(packageName) || TextUtils.
isEmpty
(className)) {
451
if (TextUtils.
isEmpty
(url) || !Patterns.WEB_URL.matcher(url).matches()) {
470
if (TextUtils.
isEmpty
(packageName) || TextUtils.
isEmpty
(className)) {
537
if (!extras.
isEmpty
()) {
658
if (!TextUtils.
isEmpty
(value)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateConversationArchiveStatusAction.java
47
Assert.isTrue(!TextUtils.
isEmpty
(conversationId));
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java
179
if (TextUtils.
isEmpty
(inputString)) {
208
if (TextUtils.
isEmpty
(inputString)) {
393
if (!TextUtils.
isEmpty
(firstTextPart)) {
401
if (!TextUtils.
isEmpty
(partText)) {
402
if (!TextUtils.
isEmpty
(separator) && sb.length() > 0) {
433
if (mParts.
isEmpty
()) {
554
if (!TextUtils.
isEmpty
(mSenderFullName)) {
557
if (!TextUtils.
isEmpty
(mSenderFirstName)) {
599
&& !TextUtils.
isEmpty
(mSenderContactLookupKey)) {
[
all
...]
DraftMessageData.java
146
mAttachments.
isEmpty
())) {
228
mMessageTextStats.getMessageLengthRequiresMms() || !mAttachments.
isEmpty
() ||
229
!TextUtils.
isEmpty
(mMessageSubject);
434
return !mAttachments.
isEmpty
();
438
return !mPendingAttachments.
isEmpty
();
691
return TextUtils.
isEmpty
(mMessageText) && mAttachments.
isEmpty
() &&
692
TextUtils.
isEmpty
(mMessageSubject);
780
if (TextUtils.
isEmpty
(PhoneUtils.get(mSelfSubId).getSelfRawNumber(true))) {
[
all
...]
ParticipantListItemData.java
46
if (TextUtils.
isEmpty
(participant.getFullName())) {
SelfParticipantsData.java
105
return !mSelfParticipantMap.
isEmpty
();
/packages/apps/Messaging/src/com/android/messaging/sms/
SmsSender.java
175
if (TextUtils.
isEmpty
(carrierName)) {
193
if (TextUtils.
isEmpty
(message)) {
198
if (!TextUtils.
isEmpty
(MmsConfig.get(subId).getEmailGateway()) &&
210
if (TextUtils.
isEmpty
(dest)) {
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
EnterSelfPhoneNumberDialog.java
71
if (!TextUtils.
isEmpty
(newNumber)) {
/packages/apps/Messaging/src/com/android/messaging/util/
FallbackStrategies.java
67
Assert.isFalse(mChainedStrategies.
isEmpty
());
PhoneUtils.java
271
if (TextUtils.
isEmpty
(country)) {
322
if (!TextUtils.
isEmpty
(userDefinedNumber)) {
423
if (TextUtils.
isEmpty
(country)) {
441
if (!TextUtils.
isEmpty
(displayName)) {
484
if (!TextUtils.
isEmpty
(userDefinedNumber)) {
492
if (TextUtils.
isEmpty
(phoneNumber) && LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
689
if (TextUtils.
isEmpty
(country)) {
867
if (TextUtils.
isEmpty
(phoneText) ||
[
all
...]
TextUtil.java
25
if (string == null || string.
isEmpty
()) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
BaseSuggestionView.java
90
if (TextUtils.
isEmpty
(text)) {
SuggestionsAdapter.java
52
boolean
isEmpty
();
/packages/apps/Settings/src/com/android/settings/
ManualDisplayActivity.java
51
if (TextUtils.
isEmpty
(path)) {
Completed in 338 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>