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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
ActiveNetworkScorerDialog.java 26 import android.text.TextUtils;
79 if (oldScorer != null && TextUtils.equals(oldScorer.mPackageName, mNewPackageName)) {
HelpUtils.java 25 import android.text.TextUtils;
81 if (TextUtils.isEmpty(helpUrlString)) {
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pPeer.java 25 import android.text.TextUtils;
48 if (TextUtils.isEmpty(device.deviceName)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsCustomLabelActivity.java 25 import android.text.TextUtils;
65 if (TextUtils.isEmpty(name)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/
ConversationListContext.java 22 import android.text.TextUtils;
113 return in != null && !TextUtils.isEmpty(in.searchQuery);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmailCopyContextMenu.java 25 import android.text.TextUtils;
100 if(!TextUtils.isEmpty(mAddress)) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SearchActionBarController.java 23 import android.text.TextUtils;
97 if (!TextUtils.isEmpty(query)) {
  /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...]
  /packages/services/Telephony/src/com/android/phone/
GetPin2Screen.java 24 import android.text.TextUtils;
89 if (TextUtils.isEmpty(mPin2Field.getText())) {
  /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;
433 } else if (TextUtils.isEmpty(number)
510 && TextUtils.isEmpty(ci.normalizedNumber)) {
601 if (TextUtils.isEmpty(number) || TextUtils.isEmpty(dataId)) {
606 if (TextUtils.isEmpty(countryIso)) {
612 if (TextUtils.isEmpty(normalizedNumber)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
AboutActivity.java 41 import android.text.TextUtils;
136 if (TextUtils.equals(key, KEY_BUILD)) {
154 } else if (TextUtils.equals(key, KEY_VERSION)) {
162 } else if (TextUtils.equals(key, TERMS_OF_SERVICE)) {
165 } else if (TextUtils.equals(key, PRIVACY_POLICY)) {
167 } else if (TextUtils.equals(key, ADDITIONAL_TERMS)) {
170 } else if (TextUtils.equals(key, KEY_LEGAL_INFO)) {
  /packages/services/Telecomm/src/com/android/server/telecom/
MissedCallNotifier.java 41 import android.text.TextUtils;
143 if (!TextUtils.isEmpty(handle)
144 && !TextUtils.equals(handle, mContext.getString(R.string.handle_restricted))) {
190 if (!TextUtils.isEmpty(name) && TextUtils.isGraphic(name)) {
192 } else if (!TextUtils.isEmpty(handle)) {
290 || TextUtils.isEmpty(handleString)) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 28 import android.text.TextUtils;
262 if (TextUtils.isEmpty(name) || TextUtils.isEmpty(value)) return false;
267 if (TextUtils.isEmpty(name)) return null;
334 if (!TextUtils.isEmpty(ret)) {
508 if (!TextUtils.isEmpty(ret)) {
561 if (TextUtils.isEmpty(bssid)) return false;
637 if (TextUtils.isEmpty(bssid)) {
646 if (TextUtils.isEmpty(bssid)) {
655 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)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 22 import android.text.TextUtils;
53 if (TextUtils.isEmpty(text)) return 0;
83 if (TextUtils.isEmpty(extraValues)) {
91 if (TextUtils.isEmpty(extraValues)) {
104 return TextUtils.join(SEPARATOR_FOR_COMMA_SPLITTABLE_TEXT, result);
122 if (TextUtils.equals(cur, previous)) {
476 if (TextUtils.isEmpty(hexString)) {
557 if (!TextUtils.isEmpty(sequences.get(i))) {
613 if (TextUtils.isEmpty(text)) {

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 91011>>