OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
576 - 600
of
8076
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/services/core/java/com/android/server/hdmi/
HdmiLogger.java
67
if (!log.
isEmpty
()) {
78
if (!log.
isEmpty
()) {
/frameworks/base/telecomm/java/android/telecom/
GatewayInfo.java
76
public boolean
isEmpty
() {
77
return TextUtils.
isEmpty
(mGatewayProviderPackageName) || mGatewayAddress == null;
/frameworks/base/telephony/java/android/telephony/
ModemActivityInfo.java
161
&& (getRxTimeMillis() >= 0) && (getEnergyUsed() >= 0) && !
isEmpty
());
164
private boolean
isEmpty
() {
/frameworks/base/tools/preload/
Proc.java
102
if (!stack.
isEmpty
()) {
120
if (stack == null || stack.
isEmpty
()) {
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/
generator.js
45
if (_.
isEmpty
(specjs.CLASSGROUPS)) {
112
return (_.
isEmpty
(spec) ? '' : (' -> ' + spec.type));
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_bufferqueue.h
106
if (!id.
isEmpty
()) {
143
if (!id.
isEmpty
()) {
/libcore/jsr166-tests/src/test/java/jsr166/
Collection8Test.java
56
assertTrue(found.
isEmpty
());
72
assertTrue(found.
isEmpty
());
/libcore/luni/src/test/java/libcore/java/util/
OldAbstractMapTest.java
63
assertTrue(amt.
isEmpty
());
65
assertFalse(amt.
isEmpty
());
/libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java
256
value.
isEmpty
());
294
value.
isEmpty
());
322
value.
isEmpty
());
352
value.
isEmpty
());
386
value.
isEmpty
());
414
assertTrue("Result set has wrong size", values.
isEmpty
());
471
assertTrue("Result set has wrong size", values.
isEmpty
());
541
assertTrue("Result set has wrong size", values.
isEmpty
());
/libcore/ojluni/src/main/java/java/lang/
ProcessEnvironment.java
229
public boolean
isEmpty
() {return m.
isEmpty
();}
325
public boolean
isEmpty
() {return s.
isEmpty
();}
367
public boolean
isEmpty
() {return c.
isEmpty
();}
394
public boolean
isEmpty
() {return s.
isEmpty
();}
/libcore/ojluni/src/main/java/sun/util/locale/
UnicodeLocaleExtension.java
72
if (!this.attributes.
isEmpty
() || !this.keywords.
isEmpty
()) {
/libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java
67
//
isEmpty
69
.
isEmpty
());
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
MostRecentImageSaver.java
118
if (mFullSizeImages.
isEmpty
()) {
139
if (mFullSizeImages.
isEmpty
()) {
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
FiniteTicketPool.java
156
if (mClosed || !mWaiters.
isEmpty
()) {
173
if (!mClosed && mWaiters.
isEmpty
() && mTickets >= 1) {
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockContentProvider.java
478
if (mExpectedQueries.
isEmpty
()) {
501
if (mExpectedTypeQueries.
isEmpty
()) {
516
if (mExpectedInserts.
isEmpty
()) {
544
if (mExpectedUpdates.
isEmpty
()) {
574
if (mExpectedDeletes.
isEmpty
()) {
635
missedQueries.
isEmpty
());
646
missedInserts.
isEmpty
());
657
missedDeletes.
isEmpty
());
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java
152
if (!TextUtils.
isEmpty
(mAccountType.getText())) {
155
if (!TextUtils.
isEmpty
(mAccountUserName.getText())) {
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneAccountUtils.java
58
if (TextUtils.
isEmpty
(componentString) || TextUtils.
isEmpty
(accountId)) {
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasicsFragment.java
105
final boolean emailValid = !TextUtils.
isEmpty
(emailField)
107
&& !TextUtils.
isEmpty
(addresses[0].getAddress());
/packages/apps/Email/src/com/android/email/view/
CertificateSelector.java
88
TextUtils.
isEmpty
(alias)
92
TextUtils.
isEmpty
(alias)
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsAddressResolver.java
100
if (parts[i] == null || parts[i].
isEmpty
()) continue;
101
if (!addressText.
isEmpty
()) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
SubscriptionListData.java
72
final String displayName = TextUtils.
isEmpty
(subscriptionName) ?
126
return !mEntriesExcludingDefault.
isEmpty
() || mDefaultEntry != null;
/packages/apps/Messaging/src/com/android/messaging/util/
YouTubeUtil.java
56
if (!TextUtils.
isEmpty
(videoId)) {
67
if (TextUtils.
isEmpty
(urlPath)) {
/packages/apps/PhoneCommon/src/com/android/phone/common/util/
SettingsUtil.java
65
if (TextUtils.
isEmpty
(uriString)) {
90
if (!TextUtils.
isEmpty
(title)) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java
168
public boolean
isEmpty
() {
169
return mDelayedAdapter.
isEmpty
();
/packages/apps/Settings/src/com/android/settings/
SummaryPreference.java
91
if (!TextUtils.
isEmpty
(mStartLabel) || !TextUtils.
isEmpty
(mEndLabel)) {
Completed in 1421 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>