Searched refs:TextUtils (Results 326 - 350 of 658) sorted by relevance

<<11121314151617181920>>

/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceDialogFragmentCompat.java33 import android.text.TextUtils;
242 if (!TextUtils.isEmpty(message)) {
H A DPreferenceGroup.java26 import android.text.TextUtils;
286 if (TextUtils.equals(getKey(), key)) {
/frameworks/volley/src/main/java/com/android/volley/
H A DRequest.java24 import android.text.TextUtils;
178 if (!TextUtils.isEmpty(url)) {
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java66 TextUtils.getChars(text, start, end, mText, 0);
398 TextUtils.getChars(cs, csStart, csEnd, mText, start);
1368 char[] buf = TextUtils.obtain(end - start);
1372 TextUtils.recycle(buf);
1393 char[] buf = TextUtils.obtain(contextLen);
1396 TextUtils.recycle(buf);
1414 char[] buf = TextUtils.obtain(end - start);
1418 TextUtils.recycle(buf);
1438 char[] buf = TextUtils.obtain(end - start);
1442 TextUtils
[all...]
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java24 import android.text.TextUtils;
645 if (!TextUtils.isEmpty(reason)) {
664 if (!TextUtils.isEmpty(reason)) {
687 if (!TextUtils.isEmpty(reason)) {
707 if (!TextUtils.isEmpty(arg)) {
/frameworks/base/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java28 import android.text.TextUtils;
107 if (!TextUtils.isEmpty(title)) {
112 if (!TextUtils.isEmpty(subtitle)) {
195 if (TextUtils.isEmpty(mToolbar.getNavigationContentDescription())) {
658 if (TextUtils.isEmpty(mHomeDescription)) {
H A DActionBarContextView.java27 import android.text.TextUtils;
192 final boolean hasTitle = !TextUtils.isEmpty(mTitle);
193 final boolean hasSubtitle = !TextUtils.isEmpty(mSubtitle);
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java41 import android.text.TextUtils;
414 if (TextUtils.isEmpty(mediaId)) {
461 if (TextUtils.isEmpty(parentId)) {
494 if (TextUtils.isEmpty(parentId)) {
746 if (TextUtils.isEmpty(description.getMediaId())) {
/frameworks/base/media/java/android/media/session/
H A DMediaController.java36 import android.text.TextUtils;
387 if (TextUtils.isEmpty(command)) {
622 if (TextUtils.isEmpty(mediaId)) {
702 if (TextUtils.isEmpty(mediaId)) {
889 if (TextUtils.isEmpty(action)) {
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java36 import android.text.TextUtils;
606 final CharSequence title = TextUtils.ellipsize(mText, mTextPaint,
607 availableWidth, TextUtils.TruncateAt.END);
608 if (!TextUtils.equals(title, mTextToDraw)) {
617 || TextUtils.isEmpty(mTextToDraw)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbarWidgetWrapper.java34 import android.text.TextUtils;
111 if (!TextUtils.isEmpty(title)) {
116 if (!TextUtils.isEmpty(subtitle)) {
199 if (TextUtils.isEmpty(mToolbar.getNavigationContentDescription())) {
630 if (TextUtils.isEmpty(mHomeDescription)) {
H A DActionBarContextView.java26 import android.text.TextUtils;
150 final boolean hasTitle = !TextUtils.isEmpty(mTitle);
151 final boolean hasSubtitle = !TextUtils.isEmpty(mSubtitle);
/frameworks/base/core/java/android/widget/
H A DSearchView.java46 import android.text.TextUtils;
580 if (submit && !TextUtils.isEmpty(query)) {
874 final boolean hasText = !TextUtils.isEmpty(mSearchSrcTextView.getText());
934 final boolean hasText = !TextUtils.isEmpty(mSearchSrcTextView.getText());
1270 boolean hasText = !TextUtils.isEmpty(text);
1275 if (mOnQueryChangeListener != null && !TextUtils.equals(newText, mOldQueryText)) {
1283 if (query != null && TextUtils.getTrimmedLength(query) > 0) {
1301 if (TextUtils.isEmpty(text)) {
1598 mSearchSrcTextView.setSelection(TextUtils.isEmpty(query) ? 0 : query.length());
1956 return TextUtils
[all...]
H A DSwitch.java39 import android.text.TextUtils;
1280 if (!TextUtils.isEmpty(getText())) {
1292 if (!TextUtils.isEmpty(getText())) {
1409 if (!TextUtils.isEmpty(switchText)) {
1411 if (TextUtils.isEmpty(oldText)) {
1429 if (!TextUtils.isEmpty(switchText)) {
1431 if (TextUtils.isEmpty(oldText)) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java59 import android.text.TextUtils;
511 if (!TextUtils.isEmpty(getText())) {
538 if (!TextUtils.isEmpty(text) && TextUtils.getTrimmedLength(text) > 0) {
547 if (!TextUtils.isEmpty(displayString)
548 && TextUtils.getTrimmedLength(displayString) > 0) {
755 return TextUtils.ellipsize(text, paint, maxWidth,
756 TextUtils.TruncateAt.END);
1341 if (TextUtils.isEmpty(token)) {
1353 if (!TextUtils
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java50 import android.text.TextUtils;
300 if (!TextUtils.isEmpty(operatorAlpha)) {
304 if (!TextUtils.isEmpty(operatorNumeric)) {
331 if (TextUtils.isEmpty(operatorNumeric)) {
1006 if (TextUtils.isEmpty(dialString)) {
1280 if (TextUtils.isEmpty(number)) {
1289 if (TextUtils.isEmpty(number)) {
1294 if (!TextUtils.isEmpty(listArray[i])) {
1300 !TextUtils.isEmpty(defaultVMNumberArray[1]) &&
1311 if (!isPhoneTypeGsm() && TextUtils
[all...]
H A DServiceStateTracker.java67 import android.text.TextUtils;
332 if (!TextUtils.isEmpty(oldNetworkSelection) ||
333 !TextUtils.isEmpty(oldNetworkSelectionName) ||
334 !TextUtils.isEmpty(oldNetworkSelectionShort)) {
1391 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) {
1543 if (TextUtils.isEmpty(mPrlVersion)) {
2175 showPlmn = !TextUtils.isEmpty(plmn) &&
2193 boolean showSpn = !TextUtils.isEmpty(spn)
2197 if (!TextUtils.isEmpty(spn) && !TextUtils
[all...]
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogTest.java33 import android.text.TextUtils;
948 if (TextUtils.isEmpty(expectedPositiveButtonText)) {
956 if (TextUtils.isEmpty(expectedNegativeButtonText)) {
964 if (TextUtils.isEmpty(expectedNeutralButtonText)) {
1021 if (!TextUtils.isEmpty(positiveButtonText)) {
1024 if (!TextUtils.isEmpty(negativeButtonText)) {
1027 if (!TextUtils.isEmpty(neutralButtonText)) {
1145 if (!TextUtils.isEmpty(positiveButtonText)) {
1149 if (!TextUtils.isEmpty(negativeButtonText)) {
1153 if (!TextUtils
[all...]
/frameworks/base/media/java/android/media/
H A DAudioAttributes.java25 import android.text.TextUtils;
456 aa.mFormattedTags = TextUtils.join(";", mTags);
743 mFormattedTags = TextUtils.join(";", mTags);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java35 import android.text.TextUtils;
263 if (TextUtils.isEmpty(summaryText) && root.availableBytes >= 0) {
269 summary.setVisibility(TextUtils.isEmpty(summaryText) ? View.GONE : View.VISIBLE);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java23 import android.text.TextUtils;
399 if (!TextUtils.isEmpty(mSecurityMessageDisplay.getText())) {
433 if (!TextUtils.isEmpty(mSecurityMessageDisplay.getText())) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAppRestrictionsHelper.java34 import android.text.TextUtils;
242 if (!TextUtils.isEmpty(info.packageName)
243 && !TextUtils.isEmpty(info.activityName)
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetNetworkFactory.java45 import android.text.TextUtils;
329 if (!TextUtils.isEmpty(tcpBufferSizes)) {
493 return !TextUtils.isEmpty(mIface);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java40 import android.text.TextUtils;
448 mCurFilter = !TextUtils.isEmpty(newText) ? newText : null;
462 if (!TextUtils.isEmpty(SearchViewCompat.getQuery(searchView))) {
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java40 import android.text.TextUtils;
448 mCurFilter = !TextUtils.isEmpty(newText) ? newText : null;
462 if (!TextUtils.isEmpty(SearchViewCompat.getQuery(searchView))) {

Completed in 2455 milliseconds

<<11121314151617181920>>