OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
276 - 300
of
8076
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/services/Telephony/src/com/android/phone/
CallGatewayManager.java
105
if (!gatewayInfo.
isEmpty
()) {
146
return !TextUtils.
isEmpty
(name) && !TextUtils.
isEmpty
(gatewayUri);
176
return TextUtils.
isEmpty
(uri) ? null : Uri.parse(uri);
213
public boolean
isEmpty
() {
214
return TextUtils.
isEmpty
(packageName) || gatewayUri == null;
/art/tools/ahat/src/
NativeAllocationsHandler.java
52
if (allocs.
isEmpty
()) {
77
if (!remaining.
isEmpty
()) {
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BluetoothLeScanTest.java
108
assertTrue("Scan results shouldn't be empty", !scanResults.
isEmpty
());
147
assertTrue("Scan results shouldn't be empty", !scanResults.
isEmpty
());
157
if (serviceData != null && !serviceData.
isEmpty
()) {
168
if (serviceUuids != null && !serviceUuids.
isEmpty
()) {
191
assertTrue(emptyScanCallback.getScanResults().
isEmpty
());
207
!emptyScanCallback.getScanResults().
isEmpty
());
217
emptyScanCallback.getScanResults().
isEmpty
());
245
assertTrue(!results.
isEmpty
());
/cts/tests/tests/widget/src/android/widget/cts/
BaseAdapterTest.java
95
assertTrue(baseAdapter.
isEmpty
());
98
assertFalse(baseAdapter.
isEmpty
());
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
ItemAddFragment.java
85
if (TextUtils.
isEmpty
(key)) {
90
if (TextUtils.
isEmpty
(value)) {
/developers/build/prebuilts/gradle/NfcProvisioning/Application/tests/src/com/example/android/nfcprovisioning/tests/
SampleTests.java
76
assertFalse(TextUtils.
isEmpty
(locale.getText().toString()));
77
assertFalse(TextUtils.
isEmpty
(timezone.getText().toString()));
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
ItemAddFragment.java
85
if (TextUtils.
isEmpty
(key)) {
90
if (TextUtils.
isEmpty
(value)) {
/developers/samples/android/admin/NfcProvisioning/Application/tests/src/com/example/android/nfcprovisioning/tests/
SampleTests.java
76
assertFalse(TextUtils.
isEmpty
(locale.getText().toString()));
77
assertFalse(TextUtils.
isEmpty
(timezone.getText().toString()));
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java
40
if(TextUtils.
isEmpty
(title) || TextUtils.
isEmpty
(url)){
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
ItemAddFragment.java
85
if (TextUtils.
isEmpty
(key)) {
90
if (TextUtils.
isEmpty
(value)) {
/external/apache-xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java
66
if (m_freeStack.
isEmpty
())
88
if (m_freeStack.
isEmpty
())
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ExtensionsGenerator.java
90
public boolean
isEmpty
()
92
return extOrdering.
isEmpty
();
X509ExtensionsGenerator.java
80
public boolean
isEmpty
()
82
return extOrdering.
isEmpty
();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemWriter.java
54
if (!obj.getHeaders().
isEmpty
())
81
if (!obj.getHeaders().
isEmpty
())
/external/chromium-trace/catapult/perf_insights/perf_insights_examples/
map_startup_info_test.html
57
assert.isFalse(startupInfo.browserStartup.
isEmpty
);
58
assert.isTrue(startupInfo.rendererStartup.
isEmpty
);
/external/chromium-trace/catapult/tracing/tracing/extras/importer/v8/
splaytree.html
36
SplayTree.prototype.
isEmpty
= function() {
49
if (this.
isEmpty
()) {
82
if (this.
isEmpty
()) {
114
if (this.
isEmpty
()) {
125
if (this.
isEmpty
()) {
139
if (this.
isEmpty
()) {
154
if (this.
isEmpty
()) {
202
if (this.
isEmpty
()) {
/external/dng_sdk/source/
dng_iptc.h
127
bool
IsEmpty
() const;
134
return !
IsEmpty
();
dng_string.h
87
bool
IsEmpty
() const;
91
return !
IsEmpty
();
/external/droiddriver/src/io/appium/droiddriver/validators/
DefaultAccessibilityValidator.java
88
return !TextUtils.
isEmpty
(element.getContentDescription())
89
|| !TextUtils.
isEmpty
(element.getText());
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java
39
if (TextUtils.
isEmpty
(url)) {
67
if (TextUtils.
isEmpty
(stringUrl)) {
/external/guava/guava/src/com/google/common/collect/
EmptyContiguousSet.java
92
@Override public boolean
isEmpty
() {
107
return that.
isEmpty
();
EmptyImmutableSortedMultiset.java
54
return targets.
isEmpty
();
95
return other.
isEmpty
();
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableTableTest.java
62
assertTrue(INSTANCE.
isEmpty
());
110
assertTrue(INSTANCE.values().
isEmpty
());
/external/guava/guava-testlib/test/com/google/common/testing/
TestLogHandlerTest.java
55
assertTrue(handler.getStoredLogRecords().
isEmpty
());
66
assertTrue(handler.getStoredLogRecords().
isEmpty
());
/external/guava/guava-tests/test/com/google/common/collect/
EmptyImmutableTableTest.java
71
assertTrue(INSTANCE.
isEmpty
());
119
assertTrue(INSTANCE.values().
isEmpty
());
Completed in 593 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>