HomeSort by relevance Sort by last modified time
    Searched refs:isEmpty (Results 201 - 225 of 5798) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
NameConverter.java 168 if (!TextUtils.isEmpty(value)) {
191 if (!TextUtils.isEmpty(phoneticName)) {
222 if (!TextUtils.isEmpty(family) || !TextUtils.isEmpty(middle)
223 || !TextUtils.isEmpty(given)) {
225 if (!TextUtils.isEmpty(family)) {
228 if (!TextUtils.isEmpty(middle)) {
231 if (!TextUtils.isEmpty(given)) {
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 40 public boolean isEmpty() {
41 return mList.isEmpty();
  /packages/apps/Messaging/src/android/support/v7/mms/
DefaultUserAgentInfoLoader.java 81 if (TextUtils.isEmpty(mUserAgent)) {
84 if (TextUtils.isEmpty(mUAProfUrl)) {
  /packages/apps/Messaging/src/com/android/messaging/sms/
BugleUserAgentInfoLoader.java 85 if (TextUtils.isEmpty(mUserAgent)) {
90 if (TextUtils.isEmpty(mUAProfUrl)) {
  /packages/apps/Messaging/src/com/android/messaging/util/
YouTubeUtil.java 56 if (!TextUtils.isEmpty(videoId)) {
67 if (TextUtils.isEmpty(urlPath)) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
PermissionsFrameFragment.java 169 boolean isEmpty = isPreferenceListEmpty();
170 emptyView.setVisibility(isEmpty ? View.VISIBLE : View.GONE);
171 recyclerView.setVisibility(isEmpty && adapter.getItemCount() == 0 ?
173 if (!isEmpty && mGridView != null) {
179 boolean isEmpty = isPreferenceListEmpty();
180 emptyView.setVisibility(isEmpty ? View.VISIBLE : View.GONE);
181 recyclerView.setVisibility(isEmpty && adapter.getItemCount() == 0 ?
183 if (!isEmpty && mGridView != null) {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockIconLoader.java 41 if (TextUtils.isEmpty(drawableId) || "0".equals(drawableId)) {
50 if (TextUtils.isEmpty(drawableId) || "0".equals(drawableId)) {
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
CollectionUtils.java 65 return c == null || c.isEmpty();
75 return map == null || map.isEmpty();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
BootCompletedReceiver.java 65 while (TextUtils.isEmpty(dbTime) && count != 3) {
72 if (TextUtils.isEmpty(prefTime) || !prefTime.equals(dbTime)) {
  /prebuilts/misc/common/swig/include/2.0.11/go/
std_list.i 27 %rename(isEmpty) empty;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportStatus.java 39 !mFileStatus.get(FileStatus.VCS_FAILURE).isEmpty() ||
40 !mFileStatus.get(FileStatus.IO_FAILURE).isEmpty();
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
OptionsMessage.java 126 if (peerOutputs.isEmpty() && peerInputs.isEmpty()) {
135 if (!peerInputs.isEmpty()) {
139 if (!peerOutputs.isEmpty()) {
154 if (!peerOutputs.isEmpty()) {
  /external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java 55 assertTrue(listener.isEmpty());
72 assertTrue(listener.isEmpty());
89 assertTrue(listener.isEmpty());
104 assertTrue(listener.isEmpty());
121 assertTrue(listener.isEmpty());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
CroppedTrack.java 58 if (origTrack.getDecodingTimeEntries() != null && !origTrack.getDecodingTimeEntries().isEmpty()) {
67 if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getDelta() != nuDecodingTime) {
82 if (origTrack.getCompositionTimeEntries() != null && !origTrack.getCompositionTimeEntries().isEmpty()) {
90 if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getOffset() != nuDecodingTime) {
128 if (origTrack.getSampleDependencies() != null && !origTrack.getSampleDependencies().isEmpty()) {
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPool.cpp 77 Semaphore isEmpty; // used to signal that the taskgroup is empty
170 TaskGroup::Data::Data (): isEmpty (1), numPending (0)
184 isEmpty.wait ();
198 isEmpty.wait ();
206 isEmpty.post ();
  /frameworks/base/core/java/android/os/
Build.java 692 if (TextUtils.isEmpty(finger)) {
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteSelector.java 75 if (mControlCategories == null || mControlCategories.isEmpty()) {
147 public boolean isEmpty() {
149 return mControlCategories.isEmpty();
231 if (!selector.mControlCategories.isEmpty()) {
271 if (!categories.isEmpty()) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionDataList.java 44 if (isEmpty()) return null;
52 return isEmpty() ? null : get(0).getDataKind();
93 && !kindSectionData.getValuesDeltas().isEmpty()) {
111 if (!kindSectionData.getValuesDeltas().isEmpty()) {
167 if (!valuesDeltaList.isEmpty()) {
  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
NumbersAdapter.java 80 if (!TextUtils.isEmpty(info.name)) {
87 if (!TextUtils.isEmpty(locationOrType)) {
112 if (!TextUtils.isEmpty(info.formattedNumber)) {
114 } else if (!TextUtils.isEmpty(info.number)) {
122 if (!TextUtils.isEmpty(info.name)) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizard.java 153 protected void updateFooter(boolean isEmpty) {
154 if (isEmpty != mListLastEmpty) {
155 if (isEmpty) {
164 mListLastEmpty = isEmpty;
201 macAddressTextView.setText(!TextUtils.isEmpty(macAddress) ?
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 61 final CharSequence displayText = TextUtils.isEmpty(row.mPathName) ? folder.name
64 checkBox.setText(TextUtils.isEmpty(row.mPathName) ? folder.name
82 if (TextUtils.isEmpty(hierarchy)) {
107 if (!TextUtils.isEmpty(directParentName)) {
116 } else if (!TextUtils.isEmpty(topParentName)) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 141 /*package*/ static boolean isEmpty(Region thisRegion) {
147 return regionDelegate.mArea.isEmpty();
200 return regionDelegate.mArea.isEmpty() ||
216 return regionDelegate.mArea.isEmpty() ||
234 if (regionDelegate.mArea.isEmpty()) {
256 if (regionDelegate.mArea.isEmpty()) {
303 return dstRegion.mArea.getBounds().isEmpty() == false;
325 return dstRegion.mArea.getBounds().isEmpty() == false;
336 if (bounds.isEmpty()) {
360 if (region.mArea.isEmpty()) {
    [all...]
  /art/test/545-tracing-and-jit/src/
Main.java 115 map.isEmpty();
131 map.isEmpty();
147 map.isEmpty();
163 map.isEmpty();
179 set.isEmpty();
196 set.isEmpty();
213 set.isEmpty();
  /frameworks/base/libs/hwui/
BakedOpState.cpp 58 if (CC_UNLIKELY(clipRect.isEmpty() || !clippedBounds.intersects(clipRect))) {
112 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
115 if (bakedState->computedState.clippedBounds.isEmpty()) {
125 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
131 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
138 if (bakedState->computedState.clippedBounds.isEmpty()) {
149 if (CC_UNLIKELY(snapshot.getRenderTargetClip().isEmpty())) return nullptr;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java 183 if (!TextUtils.isEmpty(testEn)) {
225 if (!TextUtils.isEmpty(entry[0]) && dialNumber.equals(entry[0])) {
226 if (tmpArray.length >= 2 && !TextUtils.isEmpty(tmpArray[1])) {
230 } else if (outNumber.isEmpty()) {
235 if(!TextUtils.isEmpty(tmpArray[0]) && tmpArray[0].endsWith("MDN")) {
237 if (!TextUtils.isEmpty(mdn) ) {
254 if (!TextUtils.isEmpty(outNumber)) {

Completed in 1136 milliseconds

1 2 3 4 5 6 7 891011>>