Searched refs:isEmpty (Results 26 - 50 of 796) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyDevController.java206 if (mModems.isEmpty()) {
237 if (mSims.isEmpty()) {
257 if (mModems.isEmpty() || mSims.isEmpty()) {
285 if (mSims.isEmpty()) {
314 if (mModems.isEmpty()) {
332 if (mSims.isEmpty()) {
/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java132 if (TextUtils.isEmpty(authority) ||
162 if (TextUtils.isEmpty(queryString)) {
165 if (!mTwoLineDisplay && !TextUtils.isEmpty(line2)) {
/frameworks/ex/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/
H A DAnimatedGifTest.java51 public boolean isEmpty() { method in class:AnimatedGifTest.CheckingProvider
52 return mBitmaps.isEmpty();
114 if (!mProvider.isEmpty()) throw new IllegalStateException("All bitmaps not recycled");
/frameworks/base/core/java/android/widget/
H A DBaseAdapter.java82 public boolean isEmpty() { method in class:BaseAdapter
H A DBaseExpandableListAdapter.java102 public boolean isEmpty() { method in class:BaseExpandableListAdapter
H A DExpandableListAdapter.java163 * @see ListAdapter#isEmpty()
165 boolean isEmpty(); method in interface:ExpandableListAdapter
/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java707 if (TextUtils.isEmpty(domain)) {
710 if (TextUtils.isEmpty(ratingSystem)) {
713 if (TextUtils.isEmpty(rating)) {
729 if (TextUtils.isEmpty(ratingString)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java55 if (TextUtils.isEmpty(text)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DUriPermissionOwner.java85 if (mReadPerms.isEmpty()) {
100 if (mWritePerms.isEmpty()) {
122 if (mReadPerms.isEmpty()) {
129 if (mWritePerms.isEmpty()) {
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiUtils.java210 if (a.isEmpty() && b.isEmpty()) {
213 if (a.isEmpty()) {
216 if (b.isEmpty()) {
/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java81 public abstract boolean isEmpty(); method in class:CellLocation
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DFrameSourceFilter.java44 if (mFrames.isEmpty()) {
/frameworks/native/opengl/tools/glgen/src/
H A DParameterChecker.java30 if (s.isEmpty()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCallBase.java50 if (mConnections.isEmpty()) setState(State.IDLE);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java165 if (TextUtils.isEmpty(charset)) {
175 if (TextUtils.isEmpty(charset)) {
218 return !(TextUtils.isEmpty(familyName) && TextUtils.isEmpty(middleName) &&
219 TextUtils.isEmpty(givenName) && TextUtils.isEmpty(prefix) &&
220 TextUtils.isEmpty(suffix) && TextUtils.isEmpty(phoneticFamilyName) &&
221 TextUtils.isEmpty(phoneticMiddleName) && TextUtils.isEmpty(phoneticGivenNam
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardUtilsTests.java93 assertTrue(TextUtils.isEmpty(VCardUtils.toStringAsV30ParamValue("")));
94 assertTrue(TextUtils.isEmpty(VCardUtils.toStringAsV30ParamValue(null)));
95 assertTrue(TextUtils.isEmpty(VCardUtils.toStringAsV30ParamValue(" \t")));
109 assertTrue(TextUtils.isEmpty(
/frameworks/base/core/java/android/view/textservice/
H A DTextInfo.java56 return TextUtils.isEmpty(text) ? 0 : text.length();
69 if (TextUtils.isEmpty(charSequence)) {
/frameworks/base/core/java/android/webkit/
H A DMimeTypeMap.java44 if (!TextUtils.isEmpty(url)) {
61 if (!filename.isEmpty() &&
/frameworks/base/location/java/android/location/
H A DLocalListenerHelper.java52 if (mListeners.isEmpty()) {
76 boolean isLastRemoved = removed && mListeners.isEmpty();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DReferenceCountedTrigger.java61 if (mCount == 0 && !mFirstIncRunnables.isEmpty()) {
88 if (mCount == 0 && !mLastDecRunnables.isEmpty()) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkIdentitySet.java99 if (isEmpty()) return -1;
100 if (another.isEmpty()) return 1;
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp192 if (!msg.isEmpty()) {
198 if (!msg.isEmpty()) {
204 if (!msg.isEmpty()) {
209 if (!msg.isEmpty()) {
224 if (!msg.isEmpty()) {
230 if (!msg.isEmpty()) {
236 if (!msg.isEmpty()) {
241 if (!msg.isEmpty()) {
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java101 if (TextUtils.isEmpty(apiCallStack)) {
260 public boolean isEmpty() { method in class:InputMethodUtils.InputMethodListBuilder
261 return mInputMethodSet.isEmpty();
284 if (!builder.isEmpty()) {
289 if (!builder.isEmpty()) {
294 if (!builder.isEmpty()) {
299 if (!builder.isEmpty()) {
323 if (!builder.isEmpty()) {
328 if (!builder.isEmpty()) {
333 if (!builder.isEmpty()) {
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkCapabilities.java459 if (TextUtils.isEmpty(networkSpecifier) == false && Long.bitCount(mTransportTypes) != 1) {
479 if (TextUtils.isEmpty(otherSpecifier)) return;
480 if (TextUtils.isEmpty(mNetworkSpecifier) == false) {
486 return (TextUtils.isEmpty(mNetworkSpecifier) ||
490 if (TextUtils.isEmpty(mNetworkSpecifier)) {
491 return TextUtils.isEmpty(nc.mNetworkSpecifier);
538 (TextUtils.isEmpty(mNetworkSpecifier) ? 0 : mNetworkSpecifier.hashCode() * 17));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java266 if (TextUtils.isEmpty(name) || TextUtils.isEmpty(value)) return false;
271 if (TextUtils.isEmpty(name)) return null;
338 if (!TextUtils.isEmpty(ret)) {
422 if (settings.channelSet != null && !settings.channelSet.isEmpty()) {
512 if (!TextUtils.isEmpty(ret)) {
565 if (TextUtils.isEmpty(bssid)) return false;
641 if (TextUtils.isEmpty(bssid)) {
650 if (TextUtils.isEmpty(bssid)) {
659 if (TextUtils.isEmpty(pi
[all...]

Completed in 681 milliseconds

1234567891011>>