Searched refs:TextUtils (Results 376 - 400 of 658) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java31 import android.text.TextUtils;
276 if (TextUtils.isEmpty(serviceComponent)) {
/frameworks/base/core/java/android/text/
H A DMeasuredText.java116 TextUtils.getChars(text, start, end, mChars, 0);
138 TextUtils.doesNotNeedBidi(mChars, 0, len)) {
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java30 import android.text.TextUtils;
313 return TextUtils.SUGGESTION_SPAN;
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java26 import android.text.TextUtils;
1798 TextUtils.getChars(text, start, end, buf, 0);
1886 TextUtils.getChars(text, start, end, buf, 0);
2019 TextUtils.getChars(text, start, end, buf, 0);
2166 TextUtils.getChars(text, contextStart, contextEnd, buf, 0);
2333 TextUtils.getChars(text, contextStart, contextEnd, buf, 0);
2564 TextUtils.getChars(text, contextStart, contextEnd, buf, 0);
2638 TextUtils.getChars(text, contextStart, contextEnd, buf, 0);
/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java25 import android.text.TextUtils;
293 if (TextUtils.isEmpty(keyStoreAlias)) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java34 import android.text.TextUtils;
390 return !TextUtils.isEmpty(summary) ? summary : title;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DSuggestionParser.java22 import android.text.TextUtils;
325 category.multiple = !TextUtils.isEmpty(multiple) && Boolean.parseBoolean(multiple);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTileUtils.java31 import android.text.TextUtils;
289 if (TextUtils.isEmpty(title)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java25 import android.text.TextUtils;
192 final boolean twoLines = !TextUtils.isEmpty(item.line2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java25 import android.text.TextUtils;
139 if (TextUtils.isEmpty(state.label)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java35 import android.text.TextUtils;
168 } else if (!TextUtils.isEmpty(mTransientIndication)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java36 import android.text.TextUtils;
107 TextUtils.join(",", iconBlacklist), mCurrentUser);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java35 import android.text.TextUtils;
121 if (!TextUtils.isEmpty(rt)) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java39 import android.text.TextUtils;
232 if (TextUtils.isEmpty(appName) || appUid < 0) {
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchables.java34 import android.text.TextUtils;
304 if (!TextUtils.isEmpty(searchProviderSetting)) {
/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java34 import android.text.TextUtils;
343 if (!TextUtils.isEmpty(uriScheme) && !mSupportedUriSchemes.contains(uriScheme)) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java24 import android.text.TextUtils;
129 if (TextUtils.isEmpty(charset)) {
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPlayback.java29 import android.text.TextUtils;
151 boolean mediaHasChanged = !TextUtils.equals(mediaId, mCurrentMediaId);
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java42 import android.text.TextUtils;
206 if (TextUtils.isEmpty(parentId)) {
240 if (TextUtils.isEmpty(parentId)) {
264 if (TextUtils.isEmpty(parentId)) {
283 if (TextUtils.isEmpty(parentId)) {
384 if (TextUtils.isEmpty(description.getMediaId())) {
1018 if (TextUtils.isEmpty(mediaId)) {
1465 if (TextUtils.isEmpty(mediaId)) {
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPlayback.java29 import android.text.TextUtils;
151 boolean mediaHasChanged = !TextUtils.equals(mediaId, mCurrentMediaId);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java34 import android.text.TextUtils;
283 if (isConnectedOrConnecting && !TextUtils.isEmpty(description)) {
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java29 import android.text.TextUtils;
889 Preconditions.checkArgument(!TextUtils.isEmpty(label) !=
890 (!TextUtils.isEmpty(packageName) && labelResId != 0), "label cannot be empty.");
914 if (!TextUtils.isEmpty(mPackageName) && mLabelResId > 0) {
1093 if (TextUtils.isEmpty(id)) {
1096 if (TextUtils.isEmpty(label)) {
/frameworks/base/core/java/android/view/
H A DWindowManager.java29 import android.text.TextUtils;
1815 mTitle = TextUtils.stringOrSpannedString(title);
1884 TextUtils.writeToParcel(mTitle, out, parcelableFlags);
1901 TextUtils.writeToParcel(accessibilityTitle, out, parcelableFlags);
1938 mTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
1955 accessibilityTitle = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);
/frameworks/base/media/java/android/media/tv/
H A DTvView.java36 import android.text.TextUtils;
307 if (TextUtils.isEmpty(inputId)) {
315 if (mSessionCallback != null && TextUtils.equals(mSessionCallback.mInputId, inputId)) {
470 if (TextUtils.isEmpty(inputId)) {
478 if (mSessionCallback != null && TextUtils.equals(mSessionCallback.mInputId, inputId)) {
563 if (TextUtils.isEmpty(action)) {
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java47 import android.text.TextUtils;
154 title = !TextUtils.isEmpty(deviceName)
172 if (TextUtils.isEmpty(rootId)) {
474 if (!TextUtils.equals(docId, afterDocId)) {
666 if (bundle == null && !TextUtils.isEmpty(method)) {
671 if (TextUtils.isEmpty(arg)) {

Completed in 2395 milliseconds

<<11121314151617181920>>