OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
2251 - 2275
of
8076
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java
133
if (TextUtils.
isEmpty
(emergencyIdRange)) {
243
if (!TextUtils.
isEmpty
(emergencyIdRange)) {
249
if (!TextUtils.
isEmpty
(emergencyIdRange)) {
/packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java
259
setDeleteButtonVisible(!TextUtils.
isEmpty
(value));
319
public boolean
isEmpty
() {
322
if (!TextUtils.
isEmpty
(editText.getText())) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java
241
if (!TextUtils.
isEmpty
(cachedFile)) {
369
if (TextUtils.
isEmpty
(text)) {
373
if (TextUtils.
isEmpty
(text)) {
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
215
.putBoolean(hasKey, !infos.
isEmpty
())
230
.putBoolean(KEY_HAS_CAMERA, !infos.
isEmpty
())
242
sCameraAvailable = !apps.
isEmpty
();
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationListItemData.java
85
mPreviewUri = TextUtils.
isEmpty
(previewUriString) ? null : Uri.parse(previewUriString);
102
mDraftPreviewUri = TextUtils.
isEmpty
(draftPreviewUriString) ?
254
if (!TextUtils.
isEmpty
(mSnippetSenderFirstName)) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java
122
if (TextUtils.
isEmpty
(inputMethodsAndSubtypesString)) {
157
if (TextUtils.
isEmpty
(disabledIMEsStr)) {
398
if (subtypes.
isEmpty
()) {
/packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java
420
if (TextUtils.
isEmpty
(program.getEpisodeTitle())) {
485
if (TextUtils.
isEmpty
(name)) {
530
if (!TextUtils.
isEmpty
(text)) {
/packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java
367
if (TextUtils.
isEmpty
(inputId)) {
447
(TextUtils.
isEmpty
(channelDisplayName) ? channel.getDisplayNumber()
455
if (!TextUtils.
isEmpty
(program.getThumbnailUri())) {
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
CacheManager.java
381
if (!headMap.
isEmpty
()) {
402
if (map.
isEmpty
()) {
513
if (mCacheMap.
isEmpty
() && mClosed) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java
442
if (TextUtils.
isEmpty
(result.SSID)) {
506
if ((mWifiSecurity == WifiSecurity.WEP && TextUtils.
isEmpty
(mConfiguration.wepKeys[0]))
507
|| (!mWifiSecurity.isOpen() && TextUtils.
isEmpty
(mConfiguration.preSharedKey))) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
MultiPagedForm.java
77
Object lastLocation = mFlowStack.
isEmpty
() ? null : mFlowStack.peek();
83
if (mFlowStack.
isEmpty
()) {
397
if (!mFlowStack.
isEmpty
()) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
TextToSpeechFragment.java
290
if (!TextUtils.
isEmpty
(mCurrentDefaultLocale.getISO3Country())) {
293
if (!TextUtils.
isEmpty
(mCurrentDefaultLocale.getVariant())) {
336
if (TextUtils.
isEmpty
(currentEngine)) currentEngine = mTts.getDefaultEngine();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
Picker.java
240
if (!animList.
isEmpty
()) {
269
if (!animList.
isEmpty
()) {
302
if (animateAlpha && animList == null && !localAnimList.
isEmpty
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
LogUtils.java
147
if (TextUtils.
isEmpty
(accountName)) {
155
if (TextUtils.
isEmpty
(name)) {
398
if (TextUtils.
isEmpty
(date)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java
88
if (suggestions == null || TextUtils.
isEmpty
(query)) {
147
if (TextUtils.
isEmpty
(text) || text.length() <= 1) return CHECKABILITY_TOO_SHORT;
341
if (suggestionResults.
isEmpty
() || suggestionsLimit <= 0) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMetadataProvider.java
361
if (TextUtils.
isEmpty
(data)) {
410
final boolean partialUri = TextUtils.
isEmpty
(accountName) ^ TextUtils.
isEmpty
(accountType);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
100
if (!ArrayUtils.
isEmpty
(notifs)) {
311
if (!TextUtils.
isEmpty
(description)) {
378
if (!TextUtils.
isEmpty
(title)) {
/packages/services/Car/car-lib/src/android/car/hardware/
CarSensorManager.java
354
if (listeners.
isEmpty
()) {
463
boolean
isEmpty
() {
464
return mListeners.
isEmpty
();
/packages/services/Telephony/src/com/android/phone/common/mail/utils/
LogUtils.java
146
if (TextUtils.
isEmpty
(accountName)) {
154
if (TextUtils.
isEmpty
(name)) {
397
if (TextUtils.
isEmpty
(date)) {
/packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java
148
if (TextUtils.
isEmpty
(subDisplayName)) {
536
if (mAccounts.
isEmpty
()) {
562
if (!TextUtils.
isEmpty
(phoneAccountId) && TextUtils.isDigitsOnly(phoneAccountId)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java
96
if (value != null && value.
isEmpty
()) {
153
if (value != null && value.
isEmpty
()) {
191
if (variations.
isEmpty
()) {
/system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc
419
EXPECT_TRUE(props.
IsEmpty
());
437
EXPECT_TRUE(props.
IsEmpty
());
449
EXPECT_TRUE(props.
IsEmpty
());
/system/core/include/utils/
Vector.h
77
inline bool
isEmpty
() const { return VectorImpl::
isEmpty
(); }
193
inline bool empty() const{ return
isEmpty
(); }
/cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java
116
writableDirs.
isEmpty
());
469
writableDirs.
isEmpty
());
661
writableDirs.
isEmpty
());
759
writable.
isEmpty
());
822
insecure.
isEmpty
());
[
all
...]
/external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java
285
return
isEmpty
() ? null : removeAndGet(0);
294
return
isEmpty
() ? null : elementData(0);
343
return
isEmpty
() ? null : removeAndGet(getMaxElementIndex());
352
if (
isEmpty
()) {
363
return
isEmpty
() ? null : elementData(getMaxElementIndex());
759
|| ((forgetMeNot != null) && !forgetMeNot.
isEmpty
());
Completed in 410 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>