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

1234567891011>>

/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
H A DSvcMonitor.java122 if (halPID.isEmpty() || javaPID.isEmpty()) {
124 (halPID.isEmpty() ? svcmonitor.halProc : svcmonitor.javaProc));
168 if (temp == null || temp.isEmpty())
183 if (pid.isEmpty()) {
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp122 if (in.isEmpty()) return;
140 if (in.isEmpty()) return;
193 if (frame->pendingDirty.isEmpty()) {
203 if (props.getClipDamageToBounds() && !frame->pendingDirty.isEmpty()) {
213 if (props.getProjectBackwards() && !frame->pendingDirty.isEmpty()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java186 if (!TextUtils.isEmpty(testEn)) {
240 if (!TextUtils.isEmpty(dsToReplace) && dialNumber.equals(dsToReplace)) {
242 if (!TextUtils.isEmpty(dsReplacement) && dsReplacement.endsWith("MDN")) {
244 if (!TextUtils.isEmpty(mdn)) {
260 if (!TextUtils.isEmpty(outNumber)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecord.java171 public boolean isEmpty() { method in class:AdnRecord
172 return TextUtils.isEmpty(mAlphaTag) && TextUtils.isEmpty(mNumber) && mEmails == null;
234 if (TextUtils.isEmpty(mNumber)) {
244 byteTag = !TextUtils.isEmpty(mAlphaTag) ? GsmAlphabet.stringToGsm8BitPacked(mAlphaTag)
/frameworks/base/core/java/android/app/
H A DTaskStackBuilder.java217 if (mIntents.isEmpty()) {
269 if (mIntents.isEmpty()) {
283 if (mIntents.isEmpty()) {
/frameworks/base/core/java/android/preference/
H A DTwoStatePreference.java201 if (mChecked && !TextUtils.isEmpty(mSummaryOn)) {
204 } else if (!mChecked && !TextUtils.isEmpty(mSummaryOff)) {
211 if (!TextUtils.isEmpty(summary)) {
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DLocaleUtils.java62 if (supportedScript.isEmpty() || !supportedScript.equals(desired.getScript())) {
68 if (supportedCountry.isEmpty() || !supportedCountry.equals(desired.getCountry())) {
158 if (preferredLocales.isEmpty()) {
/frameworks/base/core/java/com/android/internal/midi/
H A DEventScheduler.java155 long lowestTime = mEventBuffer.isEmpty() ? Long.MAX_VALUE
190 if (!mEventBuffer.isEmpty()) {
215 if (!mEventBuffer.isEmpty()) {
/frameworks/base/services/core/java/com/android/server/location/
H A DRemoteListenerHelper.java109 if (mListenerMap.isEmpty()) {
147 if (mListenerMap.isEmpty()) {
203 if (!mHasIsSupported || mListenerMap.isEmpty()) {
/frameworks/base/telecomm/java/android/telecom/
H A DDefaultDialerManager.java131 if (TextUtils.isEmpty(systemDialerPackageName)) {
193 if (TextUtils.isEmpty(packageName)) {
211 if (packageNames == null || packageNames.isEmpty()) {
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java62 if (TextUtils.isEmpty(device.deviceAddress)) {
68 if (TextUtils.isEmpty(deviceAddress)) {
75 if (mDevices.isEmpty()) return false;
/frameworks/support/compat/java/android/support/v4/content/pm/
H A DShortcutInfoCompat.java60 if (!TextUtils.isEmpty(mLongLabel)) {
63 if (!TextUtils.isEmpty(mDisabledMessage)) {
285 if (TextUtils.isEmpty(mInfo.mLabel)) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DActionPresenterSelector.java34 if (TextUtils.isEmpty(action.getLabel2())) {
114 if (TextUtils.isEmpty(line1)) {
116 } else if (TextUtils.isEmpty(line2)) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderDescriptor.java55 if (routeBundles == null || routeBundles.isEmpty()) {
143 if (!descriptor.mRoutes.isEmpty()) {
173 if (!routes.isEmpty()) {
H A DMediaRouteDescriptor.java301 if (TextUtils.isEmpty(getId())
302 || TextUtils.isEmpty(getName())
388 if (!descriptor.mControlFilters.isEmpty()) {
416 if (TextUtils.isEmpty(groupMemberId)) {
443 if (!groupMemberIds.isEmpty()) {
575 if (!filters.isEmpty()) {
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DTwoStatePreference.java213 if (mChecked && !TextUtils.isEmpty(mSummaryOn)) {
216 } else if (!mChecked && !TextUtils.isEmpty(mSummaryOff)) {
222 if (!TextUtils.isEmpty(summary)) {
/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java67 if (locale.getCountry().isEmpty()) {
187 if (!iso.isEmpty()) {
192 if (!iso.isEmpty()) {
237 if (country.isEmpty()) {
257 if (localeId.isEmpty()) {
293 if (!country.isEmpty()) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java90 if (mEventQueue.isEmpty()) return;
117 if (mEventQueue.isEmpty()) {
178 if (stopped() || mEventQueue.isEmpty()) return;
190 if (mEventQueue.isEmpty()) {
208 if (stopped() || mEventQueue.isEmpty()) return;
256 if (stopped() || mEventQueue.isEmpty()) return;
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityButtonController.java149 if (mCallbacks == null || mCallbacks.isEmpty()) {
173 if (mCallbacks == null || mCallbacks.isEmpty()) {
/frameworks/base/core/java/android/accounts/
H A DAccount.java77 if (TextUtils.isEmpty(name)) {
80 if (TextUtils.isEmpty(type)) {
/frameworks/base/core/java/android/content/
H A DClipboardManager.java149 if (mPrimaryClipChangedListeners.isEmpty()) {
164 if (mPrimaryClipChangedListeners.isEmpty()) {
/frameworks/base/core/java/android/security/net/config/
H A DApplicationConfig.java55 return mConfigs != null && !mConfigs.isEmpty();
72 if (hostname == null || hostname.isEmpty() || mConfigs == null) {
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java285 engine.label = TextUtils.isEmpty(label) ? engine.name : label.toString();
342 if (TextUtils.isEmpty(localeString)) {
367 return TextUtils.isEmpty(parseEnginePrefFromList(
381 if (!TextUtils.isEmpty(localeString)) {
441 if (!TextUtils.isEmpty(language)) {
449 if (!TextUtils.isEmpty(country)) {
494 if (TextUtils.isEmpty(prefValue)) {
542 if (TextUtils.isEmpty(list)) {
/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp39 SkASSERT(!clip.isEmpty());
98 } else if (clipRegion.isEmpty()) {
/frameworks/base/location/java/android/location/
H A DLocalListenerHelper.java54 if (mListeners.isEmpty()) {
80 boolean isLastRemoved = removed && mListeners.isEmpty();

Completed in 639 milliseconds

1234567891011>>