Searched refs:isEmpty (Results 201 - 225 of 550) sorted by relevance

1234567891011>>

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java177 if (!propGroupSet.isEmpty()) {
/frameworks/base/services/input/
H A DInputReader.cpp873 if (!ranges.isEmpty()) {
1443 for (BitSet32 idBits(touchingIdBits); !idBits.isEmpty(); ) {
3370 if (!mVirtualKeys.isEmpty()) {
3762 for (BitSet32 idBits(mCurrentRawPointerData.touchingIdBits); !idBits.isEmpty(); ) {
3775 for (BitSet32 idBits(mCurrentRawPointerData.hoveringIdBits); !idBits.isEmpty(); ) {
3786 if (!mCurrentStylusIdBits.isEmpty()) {
3790 } else if (!mCurrentMouseIdBits.isEmpty()) {
3793 } else if (!mCurrentFingerIdBits.isEmpty() || isPointerDown(mCurrentButtonState)) {
3844 if (mCurrentRawPointerData.touchingIdBits.isEmpty()) {
3886 if (mLastRawPointerData.touchingIdBits.isEmpty()
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java307 if (linkProperties == null || TextUtils.isEmpty(linkProperties.getInterfaceName())) {
352 if (TextUtils.isEmpty(mLinkProperties.getInterfaceName())) {
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java205 if (encCerts.isEmpty()) {
220 if (!sigInfos.isEmpty()) {
/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java517 if (mPrototype.mMediaSizes == null || mPrototype.mMediaSizes.isEmpty()) {
523 if (mPrototype.mResolutions == null || mPrototype.mResolutions.isEmpty()) {
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java174 while (!mPendingTasks.isEmpty()) {
276 if (TextUtils.isEmpty(serviceComponent)) {
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java347 while (!mPendingTasks.isEmpty()) {
399 while (!mPendingTasks.isEmpty()) {
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp64 return !region->isEmpty();
91 return GetSkRegion(env, region)->isEmpty();
267 { "isEmpty", "()Z", (void*)Region_isEmpty },
/frameworks/base/libs/hwui/utils/
H A DSortedList.h55 inline bool isEmpty() const { function in class:android::uirenderer::SortedList
56 return VectorImpl::isEmpty();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java114 if (mAdapter.isEmpty() && !state.stackTouched) {
201 if (isEmpty()) {
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java740 if (!profile.ipsecUserCert.isEmpty()) {
745 if (!profile.ipsecCaCert.isEmpty()) {
749 if (!profile.ipsecServerCert.isEmpty()) {
822 if (!profile.dnsServers.isEmpty()) {
825 if (!profile.searchDomains.isEmpty()) {
1113 if (mConfig.routes == null || mConfig.routes.isEmpty()) {
1120 if (!dnsServers.isEmpty()) {
1128 if (!searchDomains.isEmpty()) {
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayAdapter.java126 if (!mOverlays.isEmpty()) {
168 } else if (part.isEmpty()) {
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java226 if (!TextUtils.isEmpty(countryIso)) {
246 if (!TextUtils.isEmpty(countryIso)) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java262 if (TextUtils.isEmpty(mCallerInfo.name)) {
272 if (!TextUtils.isEmpty(cw.number)) {
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java173 if (ris == null || ris.isEmpty()) {
230 if (mRequiredAccounts == null || mRequiredAccounts.isEmpty()) {
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java106 if (!errSet.isEmpty()) {
124 if (!mAsyncErrors.isEmpty()) {
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp195 eventPending = !mPendingEvents.isEmpty();
259 // note: !timestamp implies signalConnections.isEmpty(), because we
295 } while (signalConnections.isEmpty());
H A DLayer.cpp242 if (!mCurrentCrop.isEmpty()) {
256 if (CC_LIKELY(exclude.isEmpty())) {
268 if (!s.active.crop.isEmpty()) {
292 if (!s.active.crop.isEmpty()) {
307 if (!activeCrop.isEmpty()) {
478 if (!holes.isEmpty()) {
643 if (!s.active.crop.isEmpty()) {
684 return !mCurrentCrop.isEmpty();
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java301 if (TextUtils.isEmpty(curSpellCheckerId)) {
330 if (!TextUtils.isEmpty(subtypeHashCodeStr)) {
348 if (!TextUtils.isEmpty(localeString)) {
399 if (TextUtils.isEmpty(sciId) || tsListener == null || scListener == null) {
586 if (TextUtils.isEmpty(sciId) || !mSpellCheckerMap.containsKey(sciId)) return;
818 if (mBound && mListeners.isEmpty()) {
H A DInputMethodManagerService.java687 mImeSelectedOnBoot = !TextUtils.isEmpty(defaultImiId);
765 if (TextUtils.isEmpty(selectedImiId)) {
801 final boolean initialUserSwitch = TextUtils.isEmpty(defaultImiId);
1568 if (!TextUtils.isEmpty(ss.getNotificationTargetClassName())) {
1639 if (TextUtils.isEmpty(id) && chooseNewDefaultIMELocked()) {
1642 if (!TextUtils.isEmpty(id)) {
2106 if (TextUtils.isEmpty(targetLastImiId)
2137 if (!TextUtils.isEmpty(targetLastImiId)) {
2189 if (lastIme == null || TextUtils.isEmpty(lastIme.first)
2190 || TextUtils.isEmpty(lastIm
[all...]
H A DConnectivityService.java465 if (TextUtils.isEmpty(SystemProperties.get("net.hostname"))) {
2032 if (TextUtils.isEmpty(oldIface) == false) {
2564 if (TextUtils.isEmpty(iface) == false) {
2698 if (!TextUtils.isEmpty(ifaceName) && !mAddedRoutes.contains(r)) {
2744 if (TextUtils.isEmpty(bufferSizes)) {
3455 if (proxyProperties != null && (!TextUtils.isEmpty(proxyProperties.getHost()) ||
3456 !TextUtils.isEmpty(proxyProperties.getPacFileUrl()))) {
3498 if (!TextUtils.isEmpty(host) || !TextUtils.isEmpty(pacFileUrl)) {
3500 if (!TextUtils.isEmpty(pacFileUr
[all...]
/frameworks/base/services/java/com/android/server/content/
H A DContentService.java461 if (TextUtils.isEmpty(providerName)) {
487 if (TextUtils.isEmpty(authority)) {
518 if (TextUtils.isEmpty(authority)) {
548 if (TextUtils.isEmpty(providerName)) {
584 if (TextUtils.isEmpty(providerName)) {
670 if (TextUtils.isEmpty(authority)) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java232 if (TextUtils.isEmpty(constraint)) {
341 if (TextUtils.isEmpty(displayName) || TextUtils.equals(displayName, emailAddress)) {
378 if (!TextUtils.isEmpty(constraint)) {
398 if (!tempEntries.isEmpty()) {
949 if (TextUtils.isEmpty(displayName) || TextUtils.equals(displayName, destination)) {
967 if (!TextUtils.isEmpty(destination)) {
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java107 if (mQueue == null || mQueue.isEmpty()) {
548 return TextUtils.isEmpty(mimeType) ? "text/html" : mimeType;
552 return TextUtils.isEmpty(data) ? "" : data;
556 return TextUtils.isEmpty(url) ? "about:blank" : url;
560 return TextUtils.isEmpty(url) ? "about:blank" : url;
917 if (url == null || url.trim().isEmpty()) return null;
934 if (url == null || url.trim().isEmpty()) return null;
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1831 if (!TextUtils.isEmpty(value)) {
5612 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) {
5763 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
5970 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6108 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6142 if (type == PROTOCOL_CUSTOM && !TextUtils.isEmpty(label)) {
6315 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6441 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6848 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {

Completed in 1809 milliseconds

1234567891011>>