OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
2176 - 2200
of
8076
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java
135
(TextUtils.
isEmpty
(this.packageName) || this.packageName.equals(packageName));
268
if(!TextUtils.
isEmpty
(ar.packageName)) {
543
while (!arDos.
isEmpty
()) {
567
while (!rule.
isEmpty
()) {
581
if (!tmp.
isEmpty
()) {
/libcore/ojluni/src/main/java/java/util/
AbstractMap.java
92
public boolean
isEmpty
() {
342
public boolean
isEmpty
() {
343
return AbstractMap.this.
isEmpty
();
398
public boolean
isEmpty
() {
399
return AbstractMap.this.
isEmpty
();
/libcore/ojluni/src/main/java/sun/security/x509/
X509CertInfo.java
343
if (invalid.
isEmpty
() == false) {
650
if (issuer.
isEmpty
()) {
661
subject.
isEmpty
()) {
718
if (subject.
isEmpty
()) {
739
if (names == null || names.
isEmpty
()) {
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java
124
if (TextUtils.
isEmpty
(chars)) return false;
148
if (TextUtils.
isEmpty
(serverName)) {
406
if (TextUtils.
isEmpty
(date)) {
656
if (!TextUtils.
isEmpty
(cachedFile)) {
673
if (TextUtils.
isEmpty
(contentUri)) {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java
275
return (mSearchResults != null) && mFilteredApps.
isEmpty
();
409
if (mPredictedAppComponents.
isEmpty
() && !mApps.
isEmpty
()) {
423
if (mPredictedAppComponents != null && !mPredictedAppComponents.
isEmpty
() && !hasFilter()) {
439
if (!mPredictedApps.
isEmpty
()) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationData.java
79
if (ids.
isEmpty
()) {
636
if (!phones.
isEmpty
()) {
639
if (!emails.
isEmpty
()) {
703
if (!TextUtils.
isEmpty
(phoneNumber) && MmsSmsUtils.isPhoneNumber(phoneNumber)) {
718
if (!TextUtils.
isEmpty
(originalSubject)) {
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListItemView.java
233
if (!TextUtils.
isEmpty
(subjectText)) {
376
maxLines = TextUtils.
isEmpty
(snippetText) ? 0 : NO_UNREAD_SNIPPET_LINE_COUNT;
380
maxLines = TextUtils.
isEmpty
(snippetText) ? 0 : UNREAD_SNIPPET_LINE_COUNT;
466
if (previewUri != null && !TextUtils.
isEmpty
(previewContentType)) {
629
if (TextUtils.
isEmpty
(snippetText)) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java
230
if (!localeSet.
isEmpty
()) {
309
!mHardKeyboardPreferenceList.
isEmpty
());
514
if (!TextUtils.
isEmpty
(curIme)) {
563
if (!mHardKeyboardPreferenceList.
isEmpty
()) {
[
all
...]
/packages/apps/TV/common/src/com/android/tv/common/recording/
RecordedProgram.java
256
if (TextUtils.
isEmpty
(broadcastGenres)) {
269
if (TextUtils.
isEmpty
(canonicalGenres)) {
573
if (!TextUtils.
isEmpty
(mSeasonNumber) && !TextUtils.
isEmpty
(mEpisodeNumber)
574
&& !TextUtils.
isEmpty
(mEpisodeTitle)) {
/packages/apps/TV/src/com/android/tv/dialog/
PinDialogFragment.java
165
if (TextUtils.
isEmpty
(getPin())) {
181
if (TextUtils.
isEmpty
(getPin())) {
274
if (TextUtils.
isEmpty
(getPin()) || pin.equals(getPin())) {
291
if (TextUtils.
isEmpty
(getPin())) {
540
if (!TextUtils.
isEmpty
(pin)) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java
339
folderHolder.getCountTextView().setText(unreadText.
isEmpty
() ? "0" : unreadText);
346
if (!TextUtils.
isEmpty
(sendersText)) {
530
if (TextUtils.
isEmpty
(unreadSenders)) {
545
if (!TextUtils.
isEmpty
(sender)) {
547
if (!TextUtils.
isEmpty
(existingSender)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PersonalDictionaryLookup.java
359
if (!TextUtils.
isEmpty
(inputLocale.getCountry())) {
474
if (!TextUtils.
isEmpty
(inputLocale.getCountry())) {
478
if (!TextUtils.
isEmpty
(expansionForCountry)) {
492
if (!TextUtils.
isEmpty
(expansionForLanguage)) {
502
if (!TextUtils.
isEmpty
(expansionForGlobal) && DebugFlags.DEBUG_ENABLED) {
/packages/services/Mms/src/com/android/mms/service/
MmsService.java
505
if (!TextUtils.
isEmpty
(creator)) {
564
if (!TextUtils.
isEmpty
(messageId)) {
572
if (!TextUtils.
isEmpty
(creator)) {
679
if (!TextUtils.
isEmpty
(creator)) {
730
if (!TextUtils.
isEmpty
(creator)) {
[
all
...]
/prebuilts/go/darwin-x86/src/os/
file_windows.go
74
isempty
bool // set if FindFirstFile returns ERROR_FILE_NOT_FOUND
118
d.
isempty
= true
169
if file.isdir() && file.dirinfo.
isempty
{
200
if !file.dirinfo.
isempty
&& file.fd == syscall.InvalidHandle {
211
for n != 0 && !file.dirinfo.
isempty
{
/prebuilts/go/linux-x86/src/os/
file_windows.go
74
isempty
bool // set if FindFirstFile returns ERROR_FILE_NOT_FOUND
118
d.
isempty
= true
169
if file.isdir() && file.dirinfo.
isempty
{
200
if !file.dirinfo.
isempty
&& file.fd == syscall.InvalidHandle {
211
for n != 0 && !file.dirinfo.
isempty
{
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection.h
72
return accessor_->
IsEmpty
(data_);
114
return accessor_->
IsEmpty
(data_);
180
return accessor_->
IsEmpty
(data_);
240
return accessor_->
IsEmpty
(data_);
341
virtual bool
IsEmpty
(const Field* data) const = 0;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java
245
if (mNewName.
isEmpty
()) {
251
if (!mNewName.
isEmpty
()) {
342
if (mNewName != null && !mNewName.
isEmpty
()) {
512
if (!edits.
isEmpty
()) {
607
if (mNewName.
isEmpty
() && ATTR_ID.equals(attr.getLocalName()) &&
/system/connectivity/shill/
key_value_store_unittest.cc
235
EXPECT_TRUE(store_.
IsEmpty
());
289
EXPECT_FALSE(store_.
IsEmpty
());
291
EXPECT_TRUE(store_.
IsEmpty
());
574
EXPECT_TRUE(store_.
IsEmpty
());
576
EXPECT_FALSE(store_.
IsEmpty
());
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp
129
if (!wsValue.
IsEmpty
()) {
438
if (!wsPicture.
IsEmpty
()) {
458
if (!wsPicture.
IsEmpty
()) {
500
if (!wsLocaleName.
IsEmpty
()) {
[
all
...]
/art/runtime/base/
hash_set_test.cc
35
bool
IsEmpty
(const std::string& item) const {
264
bool
IsEmpty
(const std::pair<std::string, int>& pair) const {
285
bool
IsEmpty
(const std::vector<int>& item) const {
/cts/tests/app/src/android/app/cts/
SystemFeaturesTest.java
93
assertFalse(officialFeatures.
isEmpty
());
349
featuresLeft.
isEmpty
());
410
boolean hasSensorType = !sensors.
isEmpty
();
/cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java
496
if (purposes != null && !purposes.
isEmpty
()) {
500
if (digests != null && !digests.
isEmpty
()) {
504
if (paddingModes != null && !paddingModes.
isEmpty
()) {
/cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConferenceTest.java
186
assertTrue(mConference.getDtmfString().
isEmpty
());
187
assertTrue(mRemoteConference.getDtmfString().
isEmpty
());
437
assertTrue(remoteConferenceObject.getConferenceableConnections().
isEmpty
());
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java
297
TextUtils.
isEmpty
(mDestAddr));
363
TextUtils.
isEmpty
(mDestAddr));
523
executeShellCommand(command).
isEmpty
());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
81
if (mMetrics.
isEmpty
()) {
217
if (!value.
isEmpty
()) {
358
if (mMetrics.
isEmpty
()) {
Completed in 1681 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>