OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
2051 - 2075
of
8076
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/packages/apps/Settings/src/com/android/settings/search/
DynamicIndexableContentMonitor.java
241
if (services != null && !services.
isEmpty
()) {
252
if (services != null && !services.
isEmpty
()) {
/packages/apps/Settings/src/com/android/settings/sim/
SimPreferenceDialog.java
139
if (TextUtils.
isEmpty
(rawNumber)) {
147
carrierView.setText(!TextUtils.
isEmpty
(simCarrierName) ? simCarrierName :
/packages/apps/Settings/src/com/android/settings/wifi/
ConfigureWifiSettings.java
109
if (UserManager.get(context).isAdminUser() && !scorers.
isEmpty
()) {
220
wifiMacAddressPref.setSummary(!TextUtils.
isEmpty
(macAddress) ? macAddress
/packages/apps/TV/src/com/android/tv/
TimeShiftManager.java
[
all
...]
/packages/apps/TV/src/com/android/tv/data/
WatchedHistoryManager.java
143
if (!mPendingRecords.
isEmpty
()) {
227
if (list.
isEmpty
()) {
/packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java
80
long priority = recordingsToOverride.
isEmpty
() ? Long.MAX_VALUE
163
if (!overLap.
isEmpty
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java
91
if (mSenders == null || mSenders.
isEmpty
()) {
180
if (photoIdsAsStrings.
isEmpty
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
FlipDrawable.java
122
if (bounds.
isEmpty
()) {
134
if (!isVisible() || bounds.
isEmpty
()) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeySpecParser.java
151
if (label.
isEmpty
()) {
183
if (outputText.
isEmpty
()) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java
149
if (!term.
isEmpty
()) {
172
if (!term.
isEmpty
()) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java
177
if (TextUtils.
isEmpty
(value)) {
297
if (!TextUtils.
isEmpty
(savedValue)) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java
240
if (TextUtils.
isEmpty
(packageName)) {
252
if (TextUtils.
isEmpty
(clazz)) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoCarousel.java
69
if (mBitmapQueue.
isEmpty
()) {
158
if (!mBitmapLoaders.
isEmpty
()) {
/packages/services/Telecomm/src/com/android/server/telecom/
ServiceBinder.java
74
if (!mCallbacks.
isEmpty
()) {
213
Preconditions.checkState(!TextUtils.
isEmpty
(serviceAction));
/packages/services/Telephony/src/com/android/services/telephony/
CdmaConferenceController.java
93
if (!mCdmaConnections.
isEmpty
() && connection.isOutgoing()) {
193
} else if (conferenceConnections.
isEmpty
()) {
CdmaConnection.java
265
if (!mDtmfQueue.
isEmpty
()) {
267
while (!mDtmfQueue.
isEmpty
()) {
/platform_testing/libraries/chrome-app-helper/src/android/platform/test/helpers/
ChromeHelperImpl.java
66
if (prop == null || prop.
isEmpty
()) {
88
if (prop == null || prop.
isEmpty
()) {
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
AppLaunchTests.java
83
if (mCustomActivityList == null || mCustomActivityList.
isEmpty
()) {
197
if (!customActivityList.
isEmpty
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManager.java
96
if (region == null || region.
isEmpty
()) {
126
if (region == null || region.
isEmpty
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java
496
if (!selection.
isEmpty
() && selection instanceof ITreeSelection) {
602
mRemoveButton.setEnabled(!selection.
isEmpty
() && selection instanceof ITreeSelection);
668
if (!selection.
isEmpty
() && selection instanceof ITreeSelection) {
692
if (!selection.
isEmpty
() && selection instanceof ITreeSelection) {
706
if (!selection.
isEmpty
() && selection instanceof ITreeSelection) {
719
if (!selection.
isEmpty
() && selection instanceof ITreeSelection) {
735
if (!selection.
isEmpty
() && selection instanceof ITreeSelection) {
748
if (!selection.
isEmpty
() && selection instanceof ITreeSelection) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java
129
if (resources != null && !resources.
isEmpty
()) {
198
if (resources != null && !resources.
isEmpty
()) {
RunLintAction.java
74
if (!projects.
isEmpty
()) {
83
if (projects.
isEmpty
() && warn) {
/system/connectivity/shill/
arp_packet_unittest.cc
82
EXPECT_TRUE(packet_.local_mac_address().
IsEmpty
());
83
EXPECT_TRUE(packet_.remote_mac_address().
IsEmpty
());
/system/core/include/utils/
KeyedVector.h
56
inline bool
isEmpty
() const { return mVector.
isEmpty
(); }
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepo.java
235
mIncludeAll = includeFilters.
isEmpty
();
368
if (tokens != null && !tokens.
isEmpty
()) {
388
if (!mdIncludes.
isEmpty
()) {
391
if (!mdExcludes.
isEmpty
()) {
401
return (mIncludeAll || !mdIncludes.
isEmpty
()) && !containsModuleExclude(mdExcludes);
560
if (source.
isEmpty
()) {
Completed in 2758 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>