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

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
CodesArrayParser.java 22 import android.text.TextUtils;
72 return TextUtils.isEmpty(strs[1]) ? strs[0] : strs[1];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionary.java 20 import android.text.TextUtils;
75 if (TextUtils.equals(word, prevWord)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordContents.java 25 import android.text.TextUtils;
130 if (MODE_EDIT == mMode && !TextUtils.isEmpty(mOldWord)) {
142 if (MODE_EDIT == mMode && !TextUtils.isEmpty(mOldWord)) {
154 if (TextUtils.isEmpty(tmpShortcut)) {
160 if (TextUtils.isEmpty(newWord)) {
170 if (TextUtils.isEmpty(newShortcut) && hasWord(newWord, context)) {
178 if (!TextUtils.isEmpty(newShortcut)) {
186 FREQUENCY_FOR_USER_DICTIONARY_ADDS, newShortcut, TextUtils.isEmpty(mLocale) ?
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AccountWithDataSet.java 20 import android.text.TextUtils;
41 return TextUtils.isEmpty(text) ? null : text;
DataRowHandlerForStructuredName.java 25 import android.text.TextUtils;
123 final boolean touchedUnstruct = !TextUtils.isEmpty(unstruct);
195 if (!TextUtils.isEmpty(phoneticFamily) || !TextUtils.isEmpty(phoneticMiddle)
196 || !TextUtils.isEmpty(phoneticGiven)) {
198 if (!TextUtils.isEmpty(phoneticFamily)) {
202 if (!TextUtils.isEmpty(phoneticMiddle)) {
206 if (!TextUtils.isEmpty(phoneticGiven)) {
SearchIndexManager.java 29 import android.text.TextUtils;
146 if (TextUtils.isEmpty(value)) {
179 if (TextUtils.isEmpty(token)) {
194 if (TextUtils.isEmpty(name)) {
220 if (!TextUtils.isEmpty(namePart)) {
299 sb.append(TextUtils.join(",", contactIds));
314 sb.append(TextUtils.join(",", rawContactIds));
425 if (!TextUtils.isEmpty(token)) {
478 if (!TextUtils.isEmpty(normalizedToken)) {
512 if (!TextUtils.isEmpty(normalizedToken))
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 35 import android.text.TextUtils;
113 if (!TextUtils.isEmpty(mUsername)) mUsernameEdit.setText(mUsername);
153 if (TextUtils.isEmpty(mUsername) || TextUtils.isEmpty(mPassword)) {
262 if (TextUtils.isEmpty(mUsername)) {
268 if (TextUtils.isEmpty(mPassword)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
UriUtils.java 26 import android.text.TextUtils;
276 if (!TextUtils.isEmpty(dialogTitle)) {
280 if (!TextUtils.isEmpty(DETAIL_DIALOG_URI_DIALOG_DESCRIPTION)) {
289 if (!TextUtils.isEmpty(startName)) {
334 if (!TextUtils.isEmpty(startIndexStr) && TextUtils.isDigitsOnly(startIndexStr)) {
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 33 import android.text.TextUtils;
165 if (TextUtils.isEmpty(charset)) {
175 if (TextUtils.isEmpty(charset)) {
218 return !(TextUtils.isEmpty(familyName) && TextUtils.isEmpty(middleName) &&
219 TextUtils.isEmpty(givenName) && TextUtils.isEmpty(prefix) &&
220 TextUtils.isEmpty(suffix) && TextUtils.isEmpty(phoneticFamilyName) &&
221 TextUtils.isEmpty(phoneticMiddleName) && TextUtils.isEmpty(phoneticGivenName) &
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 26 import android.text.TextUtils;
184 if (!TextUtils.isEmpty(clientAlias)) {
185 if (TextUtils.isEmpty(security)) {
313 if (!TextUtils.isEmpty(userInfo)) {
325 if (TextUtils.isEmpty(mLogin)) {
339 if (TextUtils.isEmpty(mLogin)) {
377 if (!useSecureConnection && !TextUtils.isEmpty(clientCertAlias)) {
495 && TextUtils.equals(mProtocol, that.mProtocol)
496 && TextUtils.equals(mAddress, that.mAddress)
497 && TextUtils.equals(mLogin, that.mLogin
    [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 38 import android.text.TextUtils;
434 } else if (TextUtils.isEmpty(number)
512 && TextUtils.isEmpty(ci.normalizedNumber)) {
603 if (TextUtils.isEmpty(number) || TextUtils.isEmpty(dataId)) {
607 if (TextUtils.isEmpty(countryIso)) {
612 if (TextUtils.isEmpty(normalizedNumber)) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 29 import android.text.TextUtils;
118 if (TextUtils.isEmpty(mAccountName)) {
129 if (TextUtils.isEmpty(accountType)) {
132 if (!TextUtils.isEmpty(mAccountName)) {
181 if (TextUtils.isEmpty(phoneNumber)) {
206 if (TextUtils.isEmpty(emailAddress)) {
251 if (!TextUtils.isEmpty(type)) {
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/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 25 import android.text.TextUtils;
262 participant = TextUtils.isEmpty(lastParticipant) ?
273 participant = TextUtils.isEmpty(firstUnread.name) ?
277 if (TextUtils.isEmpty(participant)) {
284 if (showToHeader && !TextUtils.isEmpty(participant)) {
357 if (TextUtils.isEmpty(emailAddress)) {
370 return TextUtils.isEmpty(mEmailAddress);
  /packages/services/Telecomm/src/com/android/server/telecom/
MissedCallNotifier.java 42 import android.text.TextUtils;
155 if (!TextUtils.isEmpty(handle)
156 && !TextUtils.equals(handle, mContext.getString(R.string.handle_restricted))) {
202 if (!TextUtils.isEmpty(name) && TextUtils.isGraphic(name)) {
204 } else if (!TextUtils.isEmpty(handle)) {
302 || TextUtils.isEmpty(handleString)) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 28 import android.text.TextUtils;
266 if (TextUtils.isEmpty(name) || TextUtils.isEmpty(value)) return false;
271 if (TextUtils.isEmpty(name)) return null;
338 if (!TextUtils.isEmpty(ret)) {
512 if (!TextUtils.isEmpty(ret)) {
565 if (TextUtils.isEmpty(bssid)) return false;
641 if (TextUtils.isEmpty(bssid)) {
650 if (TextUtils.isEmpty(bssid)) {
659 if (TextUtils.isEmpty(pin)) return false
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 37 import android.text.TextUtils;
286 engine.label = TextUtils.isEmpty(label) ? engine.name : label.toString();
343 if (TextUtils.isEmpty(localeString)) {
368 return TextUtils.isEmpty(parseEnginePrefFromList(
382 if (!TextUtils.isEmpty(localeString)) {
442 if (!TextUtils.isEmpty(language)) {
450 if (!TextUtils.isEmpty(country)) {
497 if (TextUtils.isEmpty(prefValue)) {
545 if (TextUtils.isEmpty(list)) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 21 import android.text.TextUtils;
461 if (TextUtils.isEmpty(alias)) {
555 if (TextUtils.isEmpty((eap))) {
558 if (TextUtils.isEmpty(phase2)) {
565 if (TextUtils.isEmpty(string)) return "";
585 if (TextUtils.isEmpty(toBeFound)) return defaultIndex;
601 if (TextUtils.isEmpty(value) || EMPTY_VALUE.equals(value)) return "";
618 if (TextUtils.isEmpty(value)) {
633 if (TextUtils.isEmpty(value)) {
  /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/
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/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)) {

Completed in 593 milliseconds

<<11121314151617181920>>