HomeSort by relevance Sort by last modified time
    Searched refs:TextUtils (Results 251 - 275 of 1349) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 28 import android.text.TextUtils;
99 if (!TextUtils.isEmpty(text)) {
111 if (!TextUtils.isEmpty(text)) {
167 if (!TextUtils.isEmpty(text)) {
179 if (!TextUtils.isEmpty(text)) {
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 29 import android.text.TextUtils;
118 .append(TextUtils.join(",", questionMarks))
168 .append(TextUtils.join(",", questionMarks))
212 .appendPath(TextUtils.join(",", dataIds))
238 append(TextUtils.join(",", questionMarks)).
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java 23 import android.text.TextUtils;
161 if (!TextUtils.isEmpty(testEn)) {
199 if (!TextUtils.isEmpty(entry[0]) && dialNumber.equals(entry[0])) {
200 if (tmpArray.length >= 2 && !TextUtils.isEmpty(tmpArray[1])) {
208 if(!TextUtils.isEmpty(tmpArray[0]) && tmpArray[0].endsWith("MDN")) {
RetryManager.java 21 import android.text.TextUtils;
186 if (!TextUtils.isEmpty(configStr)) {
205 if (TextUtils.equals(splitStr[0], "default_randomization")) {
209 } else if (TextUtils.equals(splitStr[0], "max_retries")) {
210 if (TextUtils.equals("infinite",splitStr[1])) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecord.java 22 import android.text.TextUtils;
159 return TextUtils.isEmpty(mAlphaTag) && TextUtils.isEmpty(mNumber) && mEmails == null;
221 if (TextUtils.isEmpty(mNumber)) {
246 if (!TextUtils.isEmpty(mAlphaTag)) {
  /frameworks/support/v4/kitkat/android/support/v4/provider/
DocumentsContractApi19.java 26 import android.text.TextUtils;
59 if (DocumentsContract.Document.MIME_TYPE_DIR.equals(type) || TextUtils.isEmpty(type)) {
82 if (TextUtils.isEmpty(getRawType(context, self))) {
100 if (TextUtils.isEmpty(type)) {
113 } else if (!TextUtils.isEmpty(type)
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 29 import android.text.TextUtils;
164 if (TextUtils.isEmpty(homepage) || BLANK_URL.endsWith(homepage)) {
172 if (TextUtils.equals(defaultHomepage, homepage)) {
175 if (TextUtils.equals(mCurrentPage, homepage)) {
187 if (TextUtils.isEmpty(homepage) || BLANK_URL.equals(homepage)) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 26 import android.text.TextUtils;
148 if (TextUtils.isEmpty(saved)) {
180 if (TextUtils.isEmpty(saved)) {
290 if (TextUtils.isEmpty(accountType) || TextUtils.isEmpty(accountName)) return null;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 25 import android.text.TextUtils;
149 || !TextUtils.equals(accountName, otherFilter.accountName)
150 || !TextUtils.equals(accountType, otherFilter.accountType)
151 || !TextUtils.equals(dataSet, otherFilter.dataSet)) {
268 if (!TextUtils.isEmpty(dataSet)) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 27 import android.text.TextUtils;
98 if (TextUtils.isEmpty(dataSet)) {
138 if (!TextUtils.isEmpty(account.dataSet)) sb.append(account.dataSet);
161 TextUtils.isEmpty(array[2]) ? null : array[2]);
187 if (TextUtils.isEmpty(s)) {
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 26 import android.text.TextUtils;
216 if (!TextUtils.isEmpty(countryIso)) {
220 if (!TextUtils.isEmpty(numberE164)) {
254 if (TextUtils.isEmpty(number)) {
261 if (TextUtils.isEmpty(countryIso)) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Credential.java 10 import android.text.TextUtils;
148 return TextUtils.equals(mProviderId, that.mProviderId)
149 && TextUtils.equals(mAccessToken, that.mAccessToken)
150 && TextUtils.equals(mRefreshToken, that.mRefreshToken)
162 if (TextUtils.isEmpty(mProviderId)) {
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityTest.java 23 import android.text.TextUtils;
111 assertFalse(TextUtils.equals(created1.getName(), "file"));
116 assertTrue(TextUtils.equals(created2.getName(), "file"));
121 assertFalse(TextUtils.equals(created3.getName(), "file.ext"));
126 assertTrue(TextUtils.equals(created4.getName(), "file.ext"));
  /packages/apps/Mms/apptests/src/com/android/mms/tests/
SmsSendIntentTestActivity.java 25 import android.text.TextUtils;
112 if (TextUtils.isEmpty(recipient)) {
118 if (TextUtils.isEmpty(message)) {
142 if (TextUtils.isEmpty(recipient)) {
148 if (TextUtils.isEmpty(message)) {
  /packages/apps/Mms/src/com/android/mms/model/
VideoModel.java 29 import android.text.TextUtils;
78 if (TextUtils.isEmpty(extension)) {
121 if (TextUtils.isEmpty(mContentType)) {
125 if (mContentType.equals(ContentType.VIDEO_MP4) && !(TextUtils.isEmpty(mSrc))) {
130 if (!(TextUtils.isEmpty(extension)) &&
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 28 import android.text.TextUtils;
105 if (TextUtils.isEmpty(settingsActivity)) {
209 return TextUtils.join(", ", subtypeLabels);
252 if (TextUtils.isEmpty(t0)) {
255 if (TextUtils.isEmpty(t1)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 25 import android.text.TextUtils;
297 participant = TextUtils.isEmpty(lastParticipant) ?
308 participant = TextUtils.isEmpty(firstUnread.name) ?
312 if (TextUtils.isEmpty(participant)) {
319 if (showToHeader && !TextUtils.isEmpty(participant)) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 38 import android.text.TextUtils;
255 if (TextUtils.equals(ACTION_JUMP_TO_INCOMING, action)) {
257 } else if (TextUtils.equals(ACTION_JUMP_TO_OUTGOING, action)) {
259 } else if (TextUtils.equals(ACTION_JUMP_TO_OPTIONS, action)) {
286 if (TextUtils.equals(syncLookbackText, CREATE_ACCOUNT_SYNC_ALL_VALUE)) {
293 final boolean explicitForm = !(TextUtils.isEmpty(user) ||
294 TextUtils.isEmpty(incoming) || TextUtils.isEmpty(outgoing));
297 final boolean implicitForm = !TextUtils.isEmpty(password) && !explicitForm;
298 if (TextUtils.isEmpty(email) || !(explicitForm || implicitForm))
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 24 import android.text.TextUtils;
77 TextUtils.TruncateAt.START,
97 TextUtils.TruncateAt.START,
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 27 import android.text.TextUtils;
113 if (!TextUtils.isEmpty(mSearchView.getQuery())) {
136 String newFilter = !TextUtils.isEmpty(newText) ? newText : null;
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/elizachat/
ResponderService.java 30 import android.text.TextUtils;
121 String line = TextUtils.isEmpty(text) ? mLastResponse : text + "\n" + mLastResponse;
125 if (!TextUtils.isEmpty(text)) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 30 import android.text.TextUtils;
131 String newFilter = !TextUtils.isEmpty(newText) ? newText : null;
152 if (!TextUtils.isEmpty(mSearchView.getQuery())) {
LoaderRetained.java 32 import android.text.TextUtils;
136 String newFilter = !TextUtils.isEmpty(newText) ? newText : null;
157 if (!TextUtils.isEmpty(mSearchView.getQuery())) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java 32 import android.text.TextUtils;
98 if (TextUtils.isEmpty(recipientTextEdit.getText())) {
104 if (TextUtils.isEmpty(contentTextEdit.getText())) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 36 import android.text.TextUtils;
114 String newFilter = !TextUtils.isEmpty(newText) ? newText : null;
132 if (!TextUtils.isEmpty(SearchViewCompat.getQuery(searchView))) {

Completed in 857 milliseconds

<<11121314151617181920>>