Searched refs:isEmpty (Results 301 - 325 of 796) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java174 while (!mPendingTasks.isEmpty()) {
276 if (TextUtils.isEmpty(serviceComponent)) {
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java1494 if (TextUtils.isEmpty(voiceName)) {
1654 if (TextUtils.isEmpty(voiceName)) {
1707 if (TextUtils.isEmpty(voiceName)) {
1845 if (params != null && !params.isEmpty()) {
1862 if (!TextUtils.isEmpty(mCurrentEngine)) {
1877 if (params != null && !params.isEmpty()) {
1960 if (!TextUtils.isEmpty(valueString)) {
1972 if (!TextUtils.isEmpty(valueString)) {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java389 if (!TextUtils.isEmpty(subtypeName)) {
507 if (TextUtils.isEmpty(localeStr))
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java347 while (!mPendingTasks.isEmpty()) {
399 while (!mPendingTasks.isEmpty()) {
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java297 if (event.getText().isEmpty() && (event.getContentDescription() == null)) {
502 if ((localRect == null) || localRect.isEmpty()) {
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp219 if (!dirty.isEmpty() && !dirty.intersect(0, 0, width, height)) {
228 if (!dirty.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.java112 if (mAdapter.isEmpty() && !state.stackTouched) {
199 if (isEmpty()) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java291 final boolean leftEmpty = TextUtils.isEmpty(lhs);
292 final boolean rightEmpty = TextUtils.isEmpty(rhs);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java289 final boolean plmnValid = !TextUtils.isEmpty(plmn);
290 final boolean spnValid = !TextUtils.isEmpty(spn);
H A DKeyguardPatternView.java320 if (!TextUtils.isEmpty(mHelpMessage.getText())) {
349 if (!TextUtils.isEmpty(mHelpMessage.getText())) {
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java129 if (!mOverlays.isEmpty()) {
171 } else if (part.isEmpty()) {
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java225 if (!TextUtils.isEmpty(countryIso)) {
245 if (!TextUtils.isEmpty(countryIso)) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java310 if (TextUtils.isEmpty(mCallerInfo.name)) {
320 if (!TextUtils.isEmpty(cw.number)) {
/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.cpp229 eventPending = !mPendingEvents.isEmpty();
293 // note: !timestamp implies signalConnections.isEmpty(), because we
329 } while (signalConnections.isEmpty());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsHeader.java204 (smsHeader.specialSmsMsgList.isEmpty()) &&
205 (smsHeader.miscEltList.isEmpty()) &&
H A DIccSmsInterfaceManager.java619 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty());
646 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty());
673 setCdmaBroadcastActivation(!mCdmaBroadcastRangeManager.isEmpty());
700 setCdmaBroadcastActivation(!mCdmaBroadcastRangeManager.isEmpty());
735 if (mConfigList.isEmpty()) {
775 if (mConfigList.isEmpty()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewSharedElementHelper.java166 if (activity == null && !TextUtils.isEmpty(sharedElementName) ||
167 activity != null && TextUtils.isEmpty(sharedElementName)) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java179 boolean visible = !TextUtils.isEmpty(mTitle);
209 return !TextUtils.isEmpty(getText());
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java271 if (TextUtils.isEmpty(value)) return defValue;
292 if (!conditionComponents.isEmpty()) {
418 if (TextUtils.isEmpty(val)) return defValue;
429 if (TextUtils.isEmpty(val)) return null;
435 if (TextUtils.isEmpty(val)) return null;
576 if (TextUtils.isEmpty(value)) return null;
/frameworks/base/libs/hwui/
H A DRenderNode.cpp44 if (logBuffer.isEmpty()) {
533 if (mDisplayListData == NULL || mDisplayListData->isEmpty()) return;
679 if (revealClipPath && revealClipPath->isEmpty()) return;
868 if (mDisplayListData->isEmpty()) {
880 if (properties().getAlpha() <= 0 || (outline.getShouldClip() && outline.isEmpty())) {
937 if (CC_UNLIKELY(!mProjectedNodes.isEmpty() && opIndex == projectionReceiveIndex)) {
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java370 if (TextUtils.isEmpty(curSpellCheckerId)) {
399 if (!TextUtils.isEmpty(subtypeHashCodeStr)) {
417 if (!TextUtils.isEmpty(localeString)) {
468 if (TextUtils.isEmpty(sciId) || tsListener == null || scListener == null) {
655 if (TextUtils.isEmpty(sciId) || !mSpellCheckerMap.containsKey(sciId)) return;
887 if (mBound && mListeners.isEmpty()) {
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java546 if (TextUtils.isEmpty(providerName)) {
573 if (TextUtils.isEmpty(authority)) {
605 if (TextUtils.isEmpty(authority)) {
629 if (TextUtils.isEmpty(providerName)) {
673 if (TextUtils.isEmpty(providerName)) {
793 if (TextUtils.isEmpty(authority)) {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1856 if (!TextUtils.isEmpty(value)) {
5897 if ((type == TYPE_CUSTOM || type == TYPE_ASSISTANT) && !TextUtils.isEmpty(label)) {
6049 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6257 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6395 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6429 if (type == PROTOCOL_CUSTOM && !TextUtils.isEmpty(label)) {
6603 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6730 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
6826 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(label)) {
7155 if (type == TYPE_CUSTOM && !TextUtils.isEmpty(labe
[all...]

Completed in 1904 milliseconds

<<11121314151617181920>>