Searched refs:isEmpty (Results 1 - 25 of 1475) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/tests/unit/
H A DMatrixTests.cpp32 ASSERT_TRUE(empty.isEmpty());
35 EXPECT_FALSE(empty.isEmpty())
46 ASSERT_TRUE(lineRect.isEmpty());
48 EXPECT_FALSE(lineRect.isEmpty())
H A DBakedOpRendererTests.cpp33 EXPECT_TRUE(layer.region.isEmpty()) << "Repaint full layer should clear region";
50 EXPECT_TRUE(layer.region.isEmpty())
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentValuesTest.java39 assertTrue(cv.isEmpty());
43 assertFalse(cv.isEmpty());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DAdnRecordTest.java42 assertFalse(adn.isEmpty());
52 assertTrue(adn.isEmpty());
61 assertTrue(adn.isEmpty());
71 assertFalse(adn.isEmpty());
81 assertFalse(adn.isEmpty());
91 assertFalse(adn.isEmpty());
101 assertFalse(adn.isEmpty());
111 assertFalse(adn.isEmpty());
121 assertFalse(adn.isEmpty());
132 assertFalse(adn.isEmpty());
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockAccessibilityDelegateTest.java53 assertFalse(TextUtils.isEmpty(ev.getContentDescription()));
62 assertFalse(isEmpty(ev.getText()));
73 assertFalse(TextUtils.isEmpty(info.getText()));
76 assertFalse(TextUtils.isEmpty(info.getContentDescription()));
88 private boolean isEmpty(List<CharSequence> texts) { method in class:KeyguardClockAccessibilityDelegateTest
89 return texts.stream().allMatch(TextUtils::isEmpty);
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DKeyphraseMetadata.java52 return keyphrase.isEmpty() || keyphrase.equalsIgnoreCase(phrase);
59 return supportedLocales.isEmpty() || supportedLocales.contains(locale);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockAccessibilityDelegate.java40 if (!TextUtils.isEmpty(text)) {
48 if (!TextUtils.isEmpty(text)) {
56 if (!TextUtils.isEmpty(info.getText())) {
59 if (!TextUtils.isEmpty(info.getContentDescription())) {
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DPrinterFilterSamsung.java82 if (!TextUtils.isEmpty(model)) {
96 if (TextUtils.isEmpty(usb_mfg)) {
101 if (TextUtils.isEmpty(usb_mdl)) {
106 if (!TextUtils.isEmpty(usb_mfg) && !TextUtils.isEmpty(usb_mdl)) {
110 if (TextUtils.isEmpty(modelName)) {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionInspector.java221 boolean isEmpty = true;
224 isEmpty = false;
227 if (!isEmpty) {
231 isEmpty = false;
234 if (!isEmpty) {
238 isEmpty = false;
241 if (!isEmpty) {
245 isEmpty = false;
248 if (!isEmpty) {
252 isEmpty
[all...]
/frameworks/support/compat/java/android/support/v4/database/
H A DDatabaseUtilsCompat.java35 if (TextUtils.isEmpty(a)) {
38 if (TextUtils.isEmpty(b)) {
/frameworks/base/libs/hwui/
H A DLayerUpdateQueue.cpp31 if (!damage.isEmpty()) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DPhoneUtil.java45 if (TextUtils.isEmpty(number)) {
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTextInputLayoutMatchers.java42 return !TextUtils.isEmpty(item.getPasswordVisibilityToggleContentDescription());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceCompilerMapping.java51 if (sysPropValue == null || sysPropValue.isEmpty() ||
71 if (sysPropName == null || sysPropName.isEmpty()) {
103 if (value == null || value.isEmpty()) {
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DBaseObservableTest.java50 assertTrue(mNotifications.isEmpty());
53 assertFalse(mNotifications.isEmpty());
65 assertTrue(mNotifications.isEmpty());
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DViewInfoStoreTest.java163 assertTrue(mCallback.disappeared.isEmpty());
164 assertTrue(mCallback.unused.isEmpty());
165 assertTrue(mCallback.persistent.isEmpty());
175 assertTrue(mCallback.appeared.isEmpty());
176 assertTrue(mCallback.unused.isEmpty());
177 assertTrue(mCallback.persistent.isEmpty());
188 assertTrue(mCallback.appeared.isEmpty());
189 assertTrue(mCallback.unused.isEmpty());
190 assertTrue(mCallback.persistent.isEmpty());
203 assertTrue(mCallback.appeared.isEmpty());
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DJsonWebKeyUnittest.cpp44 if (input.isEmpty()) {
54 if (keys.isEmpty()) {
78 EXPECT_TRUE(keys.isEmpty());
100 EXPECT_TRUE(keys.isEmpty());
195 EXPECT_TRUE(keys.isEmpty());
214 EXPECT_TRUE(keys.isEmpty());
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java41 if (TextUtils.isEmpty(authority)) {
44 if (TextUtils.isEmpty(accountType)) {
65 if (TextUtils.isEmpty(authority)) {
68 if (TextUtils.isEmpty(accountType)) {
83 if (TextUtils.isEmpty(authority)) {
86 if (TextUtils.isEmpty(accountType)) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreLegacyTest.java170 if (!TextUtils.isEmpty(config.preSharedKey)) {
180 if (!TextUtils.isEmpty(config.wepKeys[0])) {
190 if (!TextUtils.isEmpty(config.wepKeys[1])) {
200 if (!TextUtils.isEmpty(config.wepKeys[2])) {
210 if (!TextUtils.isEmpty(config.wepKeys[3])) {
220 if (!TextUtils.isEmpty(config.enterpriseConfig.getPassword())) {
247 if (!TextUtils.isEmpty(configuration.preSharedKey)) {
250 if (!TextUtils.isEmpty(configuration.wepKeys[0])) {
253 if (!TextUtils.isEmpty(configuration.wepKeys[1])) {
256 if (!TextUtils.isEmpty(configuratio
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifierElem.java37 if (!TextUtils.isEmpty(line)) {
52 if (TextUtils.isEmpty(line)) {
95 if (!mExpectedLineList.isEmpty()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAction.java161 if (!TextUtils.isEmpty(mLabel1)) {
164 if (!TextUtils.isEmpty(mLabel2)) {
165 if (!TextUtils.isEmpty(mLabel1)) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DPerfMeasurement.java187 mCollectedTimestamps.add(mTimestampQueue.isEmpty() ?
189 mCollectedCpuDurations.add(mCpuDurationsQueue.isEmpty() ?
194 if (!mTimestampQueue.isEmpty()) {
197 if (!mCpuDurationsQueue.isEmpty()) {
/frameworks/base/core/java/android/widget/
H A DAdapter.java149 boolean isEmpty(); method in interface:Adapter
/frameworks/base/core/java/com/android/internal/os/
H A DRoSystemProperties.java46 !CRYPTO_STATE.isEmpty() && !"unsupported".equals(CRYPTO_STATE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppButtonData.java44 public boolean isEmpty() { method in class:AppButtonData

Completed in 1200 milliseconds

1234567891011>>