Searched refs:isEmpty (Results 251 - 275 of 450) sorted by relevance

<<1112131415161718

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java244 if (TextUtils.isEmpty(tz)) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java63 mExpectedOrder.isEmpty());
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestRequestBuilder.java207 if (mTestLoader.isEmpty()) {
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java537 (!TextUtils.isEmpty(mTitle) || !TextUtils.isEmpty(mSubtitle));
556 (!TextUtils.isEmpty(mTitle) || !TextUtils.isEmpty(mSubtitle));
834 (TextUtils.isEmpty(mTitle) && TextUtils.isEmpty(mSubtitle))) {
1369 if (!TextUtils.isEmpty(cdesc)) {
H A DActionBarContextView.java194 final boolean hasTitle = !TextUtils.isEmpty(mTitle);
195 final boolean hasSubtitle = !TextUtils.isEmpty(mSubtitle);
H A DScrollingTabContainerView.java432 final boolean hasText = !TextUtils.isEmpty(text);
456 if (!hasText && !TextUtils.isEmpty(tab.getContentDescription())) {
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java371 if (TextUtils.isEmpty(SystemProperties.get("net.hostname"))) {
1730 if (TextUtils.isEmpty(oldIface) == false) {
2228 if (TextUtils.isEmpty(iface) == false) {
2307 if (TextUtils.isEmpty(ifaceName) == false && mAddedRoutes.contains(r) == false) {
2356 if (TextUtils.isEmpty(bufferSizes)) {
3054 if (proxyProperties != null && !TextUtils.isEmpty(proxyProperties.getHost())) {
3081 if (!TextUtils.isEmpty(host)) {
3096 if (proxy != null && TextUtils.isEmpty(proxy.getHost())) {
3113 if (!TextUtils.isEmpty(proxy)) {
3326 if (addresses.isEmpty()) {
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp812 if (!dirtyRegion.isEmpty()) {
905 if (!drawRegion.isEmpty()) {
1290 if (!mLayersPendingRemoval.isEmpty()) {
1362 if (!visibleRegion.isEmpty()) {
1541 if (!region.isEmpty()) {
1582 if (!clip.isEmpty()) {
1615 if (!clip.isEmpty()) {
2256 if (name.isEmpty()) {
2260 if (name.isEmpty() || (name == layer->getName())) {
2279 if (name.isEmpty() || (nam
[all...]
/frameworks/base/core/java/android/net/
H A DUri.java948 if (!fragment.isEmpty()) {
1221 if (!query.isEmpty()) {
1281 if (!fragment.isEmpty()) {
2002 boolean isEmpty() { method in class:Uri.Part
2085 boolean isEmpty() { method in class:Uri.Part.EmptyPart
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java630 if (!mAnimations.isEmpty() || !mDelayedAnims.isEmpty()) {
/frameworks/base/core/java/android/app/
H A DSearchDialog.java645 private boolean isEmpty(AutoCompleteTextView actv) { method in class:SearchDialog
665 if (isEmpty(mSearchAutoComplete)) {
/frameworks/base/core/java/android/widget/
H A DAdapterView.java659 final boolean empty = ((adapter == null) || adapter.isEmpty());
720 updateEmptyStatus((adapter == null) || adapter.isEmpty());
H A DDatePicker.java254 if (!TextUtils.isEmpty(minDate)) {
265 if (!TextUtils.isEmpty(maxDate)) {
H A DExpandableListConnector.java762 public boolean isEmpty() { method in class:ExpandableListConnector
764 return adapter != null ? adapter.isEmpty() : true;
H A DExpandableListView.java355 boolean isEmpty = (pos.groupMetadata == null) ||
360 (isEmpty ? 2 : 0); // Empty?
H A DSuggestionsAdapter.java330 if (TextUtils.isEmpty(text2)) {
387 if (TextUtils.isEmpty(text)) {
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java532 if (TextUtils.isEmpty(what)) {
540 if ( ! TextUtils.isEmpty(mInfo)) {
/frameworks/base/libs/androidfw/
H A DInput.cpp595 if (!mKeyEventPool.isEmpty()) {
604 if (!mMotionEventPool.isEmpty()) {
/frameworks/base/services/input/
H A DSpriteController.cpp77 bool wasEmpty = mLocked.invalidatedSprites.isEmpty();
89 bool wasEmpty = mLocked.disposedSurfaces.isEmpty();
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsCollection.java127 public boolean isEmpty() { method in class:NetworkStatsCollection
189 if (!entry.isEmpty()) {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java434 if (mTestsList.isEmpty()) {
520 if (!mTestsList.isEmpty()) {
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp213 if (!msg.isEmpty()) {
219 if (!msg.isEmpty()) {
225 if (!msg.isEmpty()) {
230 if (!msg.isEmpty()) {
248 if (!msg.isEmpty()) {
254 if (!msg.isEmpty()) {
260 if (!msg.isEmpty()) {
265 if (!msg.isEmpty()) {
/frameworks/native/libs/utils/
H A DVectorImpl.cpp580 if (!vector.isEmpty()) {
598 if (!vector.isEmpty()) {
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DEventRecurrence.java351 if (!TextUtils.isEmpty(this.until)) {
602 if (TextUtils.isEmpty(part)) {
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1398 if (TextUtils.isEmpty(address)) {
1414 if (TextUtils.isEmpty(number)) {

Completed in 600 milliseconds

<<1112131415161718