Searched refs:fail (Results 1 - 25 of 524) sorted by relevance

1234567891011>>

/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DActivityManagerPermissionTests.java43 fail("IActivityManager.moveTaskToFront did not throw SecurityException as"
48 fail("Unexpected remote exception");
53 fail("IActivityManager.moveTaskToFront did not throw SecurityException as"
58 fail("Unexpected remote exception");
66 fail("IActivityManager.updateConfiguration did not throw SecurityException as"
71 fail("Unexpected remote exception");
79 fail("IActivityManager.setDebugApp did not throw SecurityException as"
84 fail("Unexpected remote exception");
92 fail("IActivityManager.setProcessLimit did not throw SecurityException as"
97 fail("Unexpecte
[all...]
H A DWindowManagerPermissionTests.java46 fail("IWindowManager.setEventDispatching did not throw SecurityException as"
51 fail("Unexpected remote exception");
56 fail("IWindowManager.addWindowToken did not throw SecurityException as"
61 fail("Unexpected remote exception");
66 fail("IWindowManager.removeWindowToken did not throw SecurityException as"
71 fail("Unexpected remote exception");
77 fail("IWindowManager.updateOrientationFromAppTokens did not throw SecurityException as"
82 fail("Unexpected remote exception");
87 fail("IWindowManager.setFocusedApp did not throw SecurityException as"
92 fail("Unexpecte
[all...]
H A DPmPermissionsTests.java45 fail("PackageManager.getPackageSizeInfo" +
60 fail("PackageManager.deleteApplicationCacheFiles" +
82 fail("PackageManager.freeStorage " +
97 fail("PackageManager.freeStorageAndNotify" +
112 fail("PackageManager.clearApplicationUserData" +
127 fail("PackageManager.deletePackage" +
H A DSmsManagerPermissionTest.java45 fail("SmsManager.sendTextMessage did not throw SecurityException as expected");
61 fail("SmsManager.sendDataMessage did not throw SecurityException as expected");
80 fail("SmsManager.sendMultipartTextMessage did not throw SecurityException as expected");
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
H A DFailingTest.java25 fail("Expected");
29 fail("Expected");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneFactoryTest.java23 import static org.junit.Assert.fail;
31 fail("Expecting IllegalStateException");
37 fail("Expecting IllegalStateException");
43 fail("Expecting IllegalStateException");
H A DPhoneSwitcherTest.java46 fail(str + "\n" + SubscriptionMonitorTest.stack());
217 if (commandsInterfaces[0].isDataAllowed()) fail("data allowed initially");
218 if (phoneSwitcher.isPhoneActive(0)) fail("phone active initially");
223 if (commandsInterfaces[0].isDataAllowed()) fail("data allowed after request");
224 if (phoneSwitcher.isPhoneActive(0)) fail("phone active after request");
234 fail("pretest of ActivePhoneSwitchCount");
244 if (threw == false) fail("register with bad phoneId didn't throw");
252 fail("post register of ActivePhoneSwitchCount not 1!");
259 fail("after set of default to 0, ActivePhoneSwitchCount not 1!");
261 if (commandsInterfaces[0].isDataAllowed()) fail("dat
[all...]
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
H A DProtectedConstructorTest.java30 fail("method in ProtectedConstructorTest run unexpectedly");
H A DNoPublicConstructorTest.java33 fail("method in NoPublicConstructorTest run unexpectedly");
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DListChangeRegistryTest.java55 fail("onItemRangeChanged should not be called");
60 fail("onItemRangeInserted should not be called");
65 fail("onItemRangeMoved should not be called");
70 fail("onItemRangeRemoved should not be called");
87 fail("onChanged should not be called");
99 fail("onItemRangeInserted should not be called");
104 fail("onItemRangeMoved should not be called");
109 fail("onItemRangeRemoved should not be called");
126 fail("onChanged should not be called");
131 fail("onItemRangeChange
[all...]
/frameworks/support/webkit/src/androidTest/java/androidx/webkit/
H A DPollingCheck.java49 Assert.fail("unexpected InterruptedException");
59 Assert.fail("unexpected timeout");
73 Assert.fail(message.toString());
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifierElem.java58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found");
65 TestCase.fail("Multiple \"END:VCARD\" line found");
74 TestCase.fail("Multiple VERSION line + found");
82 TestCase.fail("Property other than BEGIN came before BEGIN property: " + line);
84 TestCase.fail("Property other than END came after END property: " + line);
91 TestCase.fail("Unexpected line: " + line);
102 TestCase.fail("Expected line(s) not found:" + buffer.toString());
H A DVCardVerifier.java108 AndroidTestCase.fail("Already initialized");
123 AndroidTestCase.fail("Already initialized");
140 AndroidTestCase.fail("Wrong resId: " + resId);
147 AndroidTestCase.fail("addInputEntry() is called.");
149 AndroidTestCase.fail("InputStream is already set");
156 AndroidTestCase.fail("Not initialized");
159 AndroidTestCase.fail("setInputStream is called");
166 AndroidTestCase.fail("Not initialized");
193 AndroidTestCase.fail("Not initialized");
209 AndroidTestCase.fail("No
[all...]
/frameworks/support/compat/src/androidTest/java/androidx/core/content/
H A DMimeTypeFilterTest.java24 import static org.junit.Assert.fail;
118 fail("Illegal filter, should throw.");
125 fail("Illegal filter, should throw.");
132 fail("Illegal filter, should throw.");
139 fail("Illegal filter, should throw.");
146 fail("Illegal filter, should throw.");
153 fail("Illegal filter, should throw.");
160 fail("Illegal filter, should throw.");
167 fail("Illegal filter, should throw.");
174 fail("Illega
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DLocalSocketTest.java88 fail("expected exception");
95 fail("expected exception");
102 fail("expected exception");
109 fail("expected exception");
116 fail("expected exception");
123 fail("expected exception");
142 fail("expected exception");
151 fail("expected exception");
160 fail("expected exception");
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanSettingsTest.java39 fail("should have thrown IllegalArgumentException!");
48 fail("should have thrown IllegalArgumentException!");
58 fail("should have thrown IllegalArgumentException!");
/frameworks/base/core/tests/coretests/src/android/text/
H A DVariationParserTest.java20 import static org.junit.Assert.fail;
44 fail();
53 fail();
/frameworks/base/tests/testables/src/android/testing/
H A DPollingCheck.java49 Assert.fail("unexpected InterruptedException");
59 Assert.fail("unexpected timeout");
73 Assert.fail(message.toString());
/frameworks/support/loader/src/androidTest/java/androidx/loader/content/
H A DModernAsyncTaskTest.java19 import static org.junit.Assert.fail;
74 fail("Test failure: doInBackground did not run in time.");
79 fail("onCancelled not called!");
104 fail("onPostExecute should not be called");
120 fail("Exception not thrown");
128 fail("onCancelled not called");
/frameworks/base/core/tests/coretests/src/android/util/
H A DPollingCheck.java62 Assert.fail("unexpected InterruptedException");
72 Assert.fail("unexpected timeout");
/frameworks/base/tests/net/java/com/android/internal/util/
H A DTestUtils.java19 import static org.junit.Assert.fail;
50 fail(handler.toString() + " did not become idle after " + timeoutMs + " ms");
/frameworks/support/collection/src/test/java/androidx/collection/
H A DArraySetCompatTest.java21 import static org.junit.Assert.fail;
41 fail();
/frameworks/support/media/version-compat-tests/lib/src/main/java/android/support/mediacompat/testlib/util/
H A DPollingCheck.java19 import static org.junit.Assert.fail;
69 fail("unexpected timeout");
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DDozeParametersTest.java34 import static junit.framework.Assert.fail;
106 fail("Expected IllegalArgumentException");
116 fail("Expected IllegalArgumentException");
126 fail("Expected IllegalArgumentException");
136 fail("Expected IllegalArgumentException");
146 fail("Expected IllegalArgumentException");
156 fail("Expected IllegalArgumentException");
166 fail("Expected IllegalArgumentException");
176 fail("Expected IllegalArgumentException");
186 fail("Expecte
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactoryTest.java88 if (dcTrackerMock == null) fail("failed to initialize dct");
165 fail("pretest of LiveRequests != 0");
172 fail("post-active test of LiveRequests != 1");
179 fail("post-second-request test of LiveRequests != 2");
186 fail("post-inactive test of LiveRequests != 0");
193 fail("post-mms-add test of LiveRequests != 0");
200 fail("post-active-mms-add test of LiveRequests != 3");
207 fail("post-remove-default test of LiveRequests != 2");
214 fail("test 8, LiveRequests != 0");
221 fail("tes
[all...]

Completed in 643 milliseconds

1234567891011>>