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

1234567891011>>

/frameworks/base/core/java/com/android/internal/content/
H A DSelectionBuilder.java51 if (TextUtils.isEmpty(selection)) {
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DSmokeTestRunner.java78 if (!errSet.isEmpty()) {
/frameworks/base/tools/aapt/
H A DResourceFilter.cpp67 ResourceFilter::isEmpty() const function in class:ResourceFilter
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java466 if (!TextUtils.isEmpty(result.pin)) {
1320 if (!TextUtils.isEmpty(value)) {
1333 if (!TextUtils.isEmpty(value)) {
1341 if (!TextUtils.isEmpty(value)) {
1350 if (!TextUtils.isEmpty(value)) {
1359 if (!TextUtils.isEmpty(value)) {
1369 if (!TextUtils.isEmpty(value)) {
1377 if (!TextUtils.isEmpty(value)) {
1385 if (!TextUtils.isEmpty(value)) {
1398 if (!TextUtils.isEmpty(valu
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp109 if (gl_extensions.isEmpty()) {
/frameworks/rs/
H A DrsFifoSocket.cpp93 bool FifoSocket::isEmpty() { function in class:FifoSocket
/frameworks/support/renderscript/v8/rs_support/
H A DrsFifoSocket.cpp91 bool FifoSocket::isEmpty() { function in class:FifoSocket
/frameworks/base/core/java/android/os/
H A DEnvironment.java100 if (TextUtils.isEmpty(rawMediaStorage)) {
104 if (!TextUtils.isEmpty(rawEmulatedStorageTarget)) {
118 if (TextUtils.isEmpty(rawExternalStorage)) {
/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java146 profile.saveLogin = !profile.username.isEmpty() || !profile.password.isEmpty();
185 if (TextUtils.isEmpty(dnsServers)) {
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java145 boolean visible = !TextUtils.isEmpty(mTitle);
175 return !TextUtils.isEmpty(getText());
199 if (!TextUtils.isEmpty(cdesc)) {
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp111 if (path.isEmpty()) {
128 if (path.isEmpty()) {
144 return name.isEmpty()
/frameworks/base/libs/hwui/
H A DRect.h77 inline bool isEmpty() const { function in class:android::uirenderer::Rect
107 return !intersectWith(l, t, r, b).isEmpty();
117 if (!tmp.isEmpty()) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardMessageArea.java95 if (!TextUtils.isEmpty(msg) && important) {
194 if (!TextUtils.isEmpty(args[0])) {
199 if (!TextUtils.isEmpty(text)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimSmsInterfaceManager.java249 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty());
276 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty());
311 if (mConfigList.isEmpty()) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java123 AccessibilityServiceInfo.FEEDBACK_SPOKEN).isEmpty()) {
130 && !getInstalledSpeakingAccessibilityServices(context).isEmpty();
216 if (services.isEmpty()) {
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java412 return !mPending.isEmpty();
427 if (!mPending.isEmpty()) {
453 if (!mPending.isEmpty()) {
469 if (reqList.isEmpty()) {
531 if (reqList.isEmpty()) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java274 if (TextUtils.isEmpty(number)) {
294 if (TextUtils.isEmpty(info.phoneNumber)) {
348 if (!TextUtils.isEmpty(name)) {
523 String number = TextUtils.isEmpty(phoneNumber) ? fallbackNumber : phoneNumber;
534 if (TextUtils.isEmpty(number)) {
/frameworks/base/core/java/android/preference/
H A DPreference.java511 if (!TextUtils.isEmpty(title)) {
523 if (!TextUtils.isEmpty(summary)) {
849 return !TextUtils.isEmpty(mKey);
1151 if (TextUtils.isEmpty(mDependencyKey)) return;
1182 if (TextUtils.isEmpty(key) || mPreferenceManager == null) {
1663 if (!TextUtils.isEmpty(title)) {
1667 if (!TextUtils.isEmpty(summary)) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java994 || TextUtils.isEmpty(networkPortion)))
999 if (TextUtils.isEmpty(phoneNumber)) {
1464 if (!TextUtils.isEmpty(regionCode) &&
1689 if (TextUtils.isEmpty(numbers)) {
1694 if (!TextUtils.isEmpty(numbers)) {
1840 return !TextUtils.isEmpty(number) && compare(number, vmNumber);
1939 if (!TextUtils.isEmpty(dialStr)) {
1944 if (!TextUtils.isEmpty(currIso) && !TextUtils.isEmpty(defaultIso)) {
2008 if (!TextUtils.isEmpty(networkDialSt
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java327 if (!TextUtils.isEmpty(getText())) {
354 if (!TextUtils.isEmpty(text) && TextUtils.getTrimmedLength(text) > 0) {
368 if (!TextUtils.isEmpty(displayString)
545 !TextUtils.isEmpty(contact.getDisplayName())));
913 TextUtils.isEmpty(entry.getDisplayName())
937 if (TextUtils.isEmpty(number)) {
946 if (TextUtils.isEmpty(token)) {
959 if (!TextUtils.isEmpty(display)) {
961 if (!TextUtils.isEmpty(token)) {
972 if (!TextUtils.isEmpty(displa
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java357 if (!TextUtils.isEmpty(historyFileName)
524 if (!mActivities.isEmpty()) {
583 if (!TextUtils.isEmpty(mHistoryFileName)) {
688 && !mActivities.isEmpty() && !mHistoricalRecords.isEmpty()) {
727 !TextUtils.isEmpty(mHistoryFileName)) {
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java126 if (sensor == -1 || sListeners.isEmpty()) {
129 if (sensor == -1 && !sListeners.isEmpty()) {
333 if (!sListeners.isEmpty()) {
/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java295 if (mKeyboardLayouts.isEmpty()) {
326 if (!mKeyboardLayouts.isEmpty()) {
400 if (mCurrentKeyboardLayout == null && !mKeyboardLayouts.isEmpty()) {
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java178 if (entry.isEmpty()) continue;
341 if (!collection.isEmpty()) {
359 if (!collection.isEmpty()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java232 if (TextUtils.isEmpty(number)) {
236 if (efType == IccConstants.EF_FDN && TextUtils.isEmpty(pin2)) {
403 if (!record.isEmpty()) {

Completed in 7588 milliseconds

1234567891011>>