[go: nahoru, domu]

Searched refs:fail (Results 226 - 250 of 290) sorted by relevance

1234567891011>>

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerMetadataParserTest.java264 fail("Exception was not thrown");
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DLockSettingsStorageTests.java353 fail("expected:<" + Arrays.toString(expected) +
H A DNetworkPolicyManagerServiceTest.java985 fail("expected " + formatTime(expected) + " but was actually " + formatTime(actual));
999 fail("value " + actual + " is outside [" + low + "," + high + "]");
1005 fail("found duplicate time " + value + " in series " + seen.toString());
H A DAccessibilityManagerServiceTest.java325 fail("No events must be dispatched before the expiration of the notification timeout.");
687 // sleep first since immediate call will always fail
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java109 fail("Not registered");
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsCollectionTest.java206 fail("Should have thrown SecurityException for accessing different UID");
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DNetworkSecurityConfigTests.java241 fail("Loop in NetworkSecurityConfig parents");
/frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
H A DCamera2PortabilityTest.java21 import static org.junit.Assert.fail;
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRRuleTest.java156 fail("Don't do that");
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DDocumentArchiveTest.java71 fail(String.valueOf(e));
/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatWearableExtenderTest.java244 fail("Arrays not equal: " + Arrays.toString(array1) + " != " + Arrays.toString(array2));
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java112 fail();
120 fail();
337 fail();
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java426 // Must use a different zip file otherwise it will fail because zip already contains
814 fail("Did not find entry '" + entryName + "' on file '" + uri + "'");
856 fail("Service status didn't change to " + expectRunning);
922 fail("screenshot.enable didn't change to " + expectedEnabled + " in " + maxAttempts + "s");
/frameworks/base/keystore/tests/src/android/security/keystore/
H A DAndroidKeyStoreTest.java785 fail("KeyStore should throw exception when not initialized");
1448 fail("Should throw when trying to overwrite a PrivateKey entry with a Certificate");
1554 fail("Shouldn't be able to insert encrypted entry when KeyStore uninitialized");
1828 fail("Should fail when a password is specified");
2032 fail("Should not allow setting of KeyEntry with wrong PrivaetKey");
2067 fail("Should not allow setting of Entry without unlocked keystore");
2121 fail("Should throw UnsupportedOperationException when trying to store");
2132 fail("Should throw IllegalArgumentException when InputStream is supplied");
2140 fail("Shoul
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DFocusFinderTest.java569 fail("passed in unknown direction, ya blewit!");
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DModelTest.java163 fail("Unrecognized authority string");
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java576 Assert.fail((userMessage == null)
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java125 fail();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java366 Assert.fail("unexpected exception thrown" + ex.getMessage());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java235 Assert.fail("unexpected exception thrown" + ex.getMessage());
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1413 // C function void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass )
1416 int fail,
1421 // C function void glStencilOpSeparate ( GLenum face, GLenum fail, GLenum zfail, GLenum zpass )
1425 int fail,
1415 glStencilOp( int fail, int zfail, int zpass ) argument
1423 glStencilOpSeparate( int face, int fail, int zfail, int zpass ) argument
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec93 void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass )
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java557 fail("Exception in decoder at run " + run + " length " + len + ": " + e);
587 fail("Exception in decoder at run " + run + " length " + len + ": " + e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDcTrackerTest.java68 import static org.junit.Assert.fail;
378 fail(e.toString());
503 // Make sure we never notify connected because the data call setup is supposed to fail.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandlerTest.java297 fail(e.toString());
315 fail("Unexpected RemoteException: " + re.getStackTrace());

Completed in 750 milliseconds

1234567891011>>