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

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewFilterAlgorithm.java56 final boolean unifyNewViewAnimation = childrenToRemove.isEmpty();
72 if (childViewTransforms.isEmpty()) {
/frameworks/base/services/core/java/com/android/server/audio/
H A DFocusRequester.java181 if (!msg.isEmpty()) { msg += "|"; }
185 if (!msg.isEmpty()) { msg += "|"; }
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceDiscoveryAction.java111 if (ackedAddress.isEmpty()) {
337 if (mDevices.isEmpty()) {
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java250 if (TextUtils.isEmpty(enabled)) {
265 if (TextUtils.isEmpty(ratingString)) {
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java136 if (delay != null && !TextUtils.isEmpty(delay)) {
140 if (deadline != null && !TextUtils.isEmpty(deadline)) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java55 if (outline.mPath != null || (outline.mRect != null && !outline.mRect.isEmpty())) {
94 if (clipBounds.isEmpty()) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java211 public boolean isEmpty() { method in class:FakeExpandableAdapter
212 return mItems.isEmpty();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
H A DTestDelegates.java53 assertTrue(getErrors(), mErrors.isEmpty());
66 assertTrue(getErrors(), mErrors.isEmpty());
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h130 if (PAL.isEmpty()) return 0; // Null maps to zero.
137 if (PAL.isEmpty()) return 0; // Null maps to zero.
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h130 if (PAL.isEmpty()) return 0; // Null maps to zero.
137 if (PAL.isEmpty()) return 0; // Null maps to zero.
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h133 if (PAL.isEmpty()) return 0; // Null maps to zero.
140 if (PAL.isEmpty()) return 0; // Null maps to zero.
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DSimpleCompilationTest.java46 assertTrue("there should not be any errors", StringUtils.isEmpty(result.error));
56 assertTrue("there should not be any errors " + result.error, StringUtils.isEmpty(result.error));
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DLayoutBinder.java215 while (!used.isEmpty()) {
264 public boolean isEmpty() { method in class:LayoutBinder
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DResourceExpr.java107 if (getChildren().isEmpty()) {
161 if (getChildren().isEmpty()) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DSdkUtil.java139 if (classDesc == null || classDesc.isEmpty()) {
155 if (nodeValue != null && !nodeValue.isEmpty()) {
/frameworks/native/include/ui/
H A DRegion.h49 inline bool isEmpty() const { return getBounds().isEmpty(); } function in class:android::Region
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java284 if (!TextUtils.isEmpty(mProxyAddress)) {
364 if (!TextUtils.isEmpty(mProxyAddress)) {
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java300 if (TextUtils.isEmpty(destinationAddress)) {
304 if (TextUtils.isEmpty(text)) {
343 if (TextUtils.isEmpty(destinationAddress)) {
347 if (TextUtils.isEmpty(text)) {
465 if (TextUtils.isEmpty(destinationAddress)) {
544 if (TextUtils.isEmpty(destinationAddress)) {
571 if (TextUtils.isEmpty(destinationAddress)) {
1154 if (TextUtils.isEmpty(locationUrl)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java292 if (!TextUtils.isEmpty(oldNetworkSelection) ||
293 !TextUtils.isEmpty(oldNetworkSelectionName) ||
294 !TextUtils.isEmpty(oldNetworkSelectionShort)) {
1023 if (((newOp == null) && (TextUtils.isEmpty(oldOp) == false)) ||
1034 if (TextUtils.isEmpty(operatorNumeric) || (operatorNumeric.length() < 5)) {
1039 if (TextUtils.isEmpty(homeNumeric) || (homeNumeric.length() < 5)) {
1048 if (networkCountry.isEmpty() || homeCountry.isEmpty()) {
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneResultAdapter.java147 if (!TextUtils.isEmpty(recentsString)) {
150 if (!TextUtils.isEmpty(recents[i])
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestProvider.java99 if (value == null || TextUtils.isEmpty(value.toString())) {
117 if (contentValuesCollection.isEmpty()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java252 mTextView.setVisibility(TextUtils.isEmpty(mMessage) ? View.GONE : View.VISIBLE);
267 mButton.setVisibility(TextUtils.isEmpty(mButtonText) ? View.GONE : View.VISIBLE);
H A DErrorSupportFragment.java254 mTextView.setVisibility(TextUtils.isEmpty(mMessage) ? View.GONE : View.VISIBLE);
269 mButton.setVisibility(TextUtils.isEmpty(mButtonText) ? View.GONE : View.VISIBLE);
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java88 if (!TextUtils.isEmpty(title)) {
94 if (!TextUtils.isEmpty(message)) {
/frameworks/support/v4/java/android/support/v4/app/
H A DTaskStackBuilder.java316 if (mIntents.isEmpty()) {
361 if (mIntents.isEmpty()) {

Completed in 665 milliseconds

<<11121314151617181920>>