Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 2536) sorted by relevance

12345678910>>...102

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRRuleTest.java66 String golden) throws Exception { in runRecurrenceIteratorTest()
71 String golden, String advanceTo, String tz) throws Exception { in runRecurrenceIteratorTest()
89 String golden, String advanceTo, String endAt, String tz) throws Exception { in runRecurrenceIteratorTest()
145 public void testFrequencyLimits() throws Exception { in testFrequencyLimits()
161 public void testSimpleDaily() throws Exception { in testSimpleDaily()
166 public void testSimpleWeekly() throws Exception { in testSimpleWeekly()
171 public void testSimpleMonthly() throws Exception { in testSimpleMonthly()
176 public void testSimpleYearly() throws Exception { in testSimpleYearly()
182 public void testMultipleByParts() throws Exception { in testMultipleByParts()
187 public void testCountWithInterval() throws Exception { in testCountWithInterval()
[all …]
DRecurrenceProcessorTest.java65 throws Exception { in verifyRecurrence()
72 String last) throws Exception { in verifyRecurrence()
174 public void testMonthly0() throws Exception { in testMonthly0()
186 public void testMonthly1() throws Exception { in testMonthly1()
198 public void testMonthly2() throws Exception { in testMonthly2()
214 public void testMonthly3() throws Exception { in testMonthly3()
234 public void testMonthly4() throws Exception { in testMonthly4()
257 public void testMonthly5() throws Exception { in testMonthly5()
274 public void testMonthly6() throws Exception { in testMonthly6()
290 public void testMonthly7() throws Exception { in testMonthly7()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
DMediaPlayerApiTest.java50 protected void setUp() throws Exception { in setUp()
70 public void testMP3CBRGetDuration() throws Exception { in testMP3CBRGetDuration()
77 public void testMP3VBRGetDuration() throws Exception { in testMP3VBRGetDuration()
85 public void testMIDIGetDuration() throws Exception { in testMIDIGetDuration()
92 public void testAMRGetDuration() throws Exception { in testAMRGetDuration()
108 public void testMP3CBRGetCurrentPosition() throws Exception { in testMP3CBRGetCurrentPosition()
114 public void testMP3VBRGetCurrentPosition() throws Exception { in testMP3VBRGetCurrentPosition()
120 public void testMIDIGetCurrentPosition() throws Exception { in testMIDIGetCurrentPosition()
126 public void testAMRGetCurrentPosition() throws Exception { in testAMRGetCurrentPosition()
139 public void testMP3CBRPause() throws Exception { in testMP3CBRPause()
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DPatternsTest.java31 public void testTldPattern() throws Exception { in testTldPattern()
62 public void testIanaTopLevelDomains_matchesValidTld() throws Exception { in testIanaTopLevelDomains_matchesValidTld()
68 public void testIanaTopLevelDomains_matchesValidNewTld() throws Exception { in testIanaTopLevelDomains_matchesValidNewTld()
74 public void testIanaTopLevelDomains_matchesPunycodeTld() throws Exception { in testIanaTopLevelDomains_matchesPunycodeTld()
80 public void testIanaTopLevelDomains_matchesIriTLD() throws Exception { in testIanaTopLevelDomains_matchesIriTLD()
86 public void testIanaTopLevelDomains_doesNotMatchWrongTld() throws Exception { in testIanaTopLevelDomains_doesNotMatchWrongTld()
92 public void testIanaTopLevelDomains_doesNotMatchWrongPunycodeTld() throws Exception { in testIanaTopLevelDomains_doesNotMatchWrongPunycodeTld()
100 public void testWebUrl_matchesValidUrlWithSchemeAndHostname() throws Exception { in testWebUrl_matchesValidUrlWithSchemeAndHostname()
107 public void testWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld() throws Exception { in testWebUrl_matchesValidUrlWithSchemeHostnameAndNewTld()
114 public void testWebUrl_matchesValidUrlWithHostnameAndNewTld() throws Exception { in testWebUrl_matchesValidUrlWithHostnameAndNewTld()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializerTest.java69 public void roundTrip_persistsCounterId() throws Exception { in roundTrip_persistsCounterId()
74 public void roundTrip_persistsSnapshotVersion() throws Exception { in roundTrip_persistsSnapshotVersion()
79 public void roundTrip_persistsMaxAttempts() throws Exception { in roundTrip_persistsMaxAttempts()
84 public void roundTrip_persistsRecoveryKey() throws Exception { in roundTrip_persistsRecoveryKey()
89 public void roundTrip_persistsServerParams() throws Exception { in roundTrip_persistsServerParams()
94 public void roundTrip_persistsCertPath() throws Exception { in roundTrip_persistsCertPath()
99 public void roundTrip_persistsParamsList() throws Exception { in roundTrip_persistsParamsList()
104 public void roundTripParams_persistsUserSecretType() throws Exception { in roundTripParams_persistsUserSecretType()
109 public void roundTripParams_persistsLockScreenUi() throws Exception { in roundTripParams_persistsLockScreenUi()
114 public void roundTripParams_persistsSalt() throws Exception { in roundTripParams_persistsSalt()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java39 public void testMacAddressToByteArray() throws Exception { in testMacAddressToByteArray()
48 public void testEmptyMacAddressToByteArray() throws Exception { in testEmptyMacAddressToByteArray()
60 public void testByteArrayToMacAddress() throws Exception { in testByteArrayToMacAddress()
69 public void testMacAddressOuiToByteArray() throws Exception { in testMacAddressOuiToByteArray()
78 public void testHexStringToByteArray() throws Exception { in testHexStringToByteArray()
87 public void testHexStringFromByteArray() throws Exception { in testHexStringFromByteArray()
96 public void testAsciiSsidDecode() throws Exception { in testAsciiSsidDecode()
109 public void testUtf8SsidDecode() throws Exception { in testUtf8SsidDecode()
124 public void testNonUtf8SsidDecodeFails() throws Exception { in testNonUtf8SsidDecodeFails()
136 public void testLargeSsidDecodeFails() throws Exception { in testLargeSsidDecodeFails()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/pm/
DLimitedLengthInputStreamTest.java34 protected void setUp() throws Exception { in setUp()
41 public void testConstructor_NegativeOffset_Failure() throws Exception { in testConstructor_NegativeOffset_Failure()
51 public void testConstructor_NegativeLength_Failure() throws Exception { in testConstructor_NegativeLength_Failure()
61 public void testConstructor_NullInputStream_Failure() throws Exception { in testConstructor_NullInputStream_Failure()
71 public void testConstructor_OffsetLengthOverflow_Fail() throws Exception { in testConstructor_OffsetLengthOverflow_Fail()
82 throws Exception { in checkReadBytesWithOffsetAndLength_WithString1()
100 throws Exception { in testReadBytesWithOffsetAndLength_ZeroOffset_PartialLength_Success()
106 throws Exception { in testReadBytesWithOffsetAndLength_NonZeroOffset_PartialLength_Success()
111 public void testReadBytesWithOffsetAndLength_ZeroOffset_FullLength_Success() throws Exception { in testReadBytesWithOffsetAndLength_ZeroOffset_FullLength_Success()
117 throws Exception { in testReadBytesWithOffsetAndLength_NonZeroOffset_FullLength_Success()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageSignaturesTest.java114 public void setUp() throws Exception { in setUp()
120 public void testReadXmlWithOneSignerCompletesSuccessfully() throws Exception { in testReadXmlWithOneSignerCompletesSuccessfully()
127 public void testReadXmlWithTwoV1V2Signers() throws Exception { in testReadXmlWithTwoV1V2Signers()
135 public void testReadXmlFromTwoSigsTagsWithSameSigner() throws Exception { in testReadXmlFromTwoSigsTagsWithSameSigner()
152 public void testReadXmlWithSigningLineage() throws Exception { in testReadXmlWithSigningLineage()
163 public void testReadXmlWithInvalidPublicKeyInCertKey() throws Exception { in testReadXmlWithInvalidPublicKeyInCertKey()
178 public void testReadXmlWithMissingSigsCount() throws Exception { in testReadXmlWithMissingSigsCount()
186 public void testReadXmlWithMissingSchemeVersion() throws Exception { in testReadXmlWithMissingSchemeVersion()
194 public void testReadXmlWithSigningLineageWithMissingSchemeVersion() throws Exception { in testReadXmlWithSigningLineageWithMissingSchemeVersion()
204 public void testReadXmlWithInvalidCertIndex() throws Exception { in testReadXmlWithInvalidCertIndex()
[all …]
/frameworks/base/core/tests/overlaytests/host/src/com/android/server/om/hosttest/
DInstallOverlayTests.java48 public void ensureNoOverlays() throws Exception { in ensureNoOverlays()
63 public void uninstallOverlays() throws Exception { in uninstallOverlays()
70 public void failToInstallNonPlatformSignedOverlayTargetPreQ() throws Exception { in failToInstallNonPlatformSignedOverlayTargetPreQ()
74 } catch (Exception e) { in failToInstallNonPlatformSignedOverlayTargetPreQ()
81 public void installedIsStaticOverlayIsMutable() throws Exception { in installedIsStaticOverlayIsMutable()
87 public void installPlatformSignedOverlay() throws Exception { in installPlatformSignedOverlay()
93 public void installPlatformSignedAppOverlayAndUpdate() throws Exception { in installPlatformSignedAppOverlayAndUpdate()
115 public void installPlatformSignedFrameworkOverlayAndUpdate() throws Exception { in installPlatformSignedFrameworkOverlayAndUpdate()
137 public void enabledFrameworkOverlayMustAffectNewlyInstalledPackage() throws Exception { in enabledFrameworkOverlayMustAffectNewlyInstalledPackage()
154 public void instantAppsNotVisibleToOMS() throws Exception { in instantAppsNotVisibleToOMS()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSarInfoTest.java41 public void setUp() throws Exception { in setUp()
46 public void cleanUp() throws Exception { in cleanUp()
54 public void testSarInfo_resetSarScenarioNeed_atStart() throws Exception { in testSarInfo_resetSarScenarioNeed_atStart()
62 public void testSarInfo_setSarScenarioNeeded_atStart() throws Exception { in testSarInfo_setSarScenarioNeeded_atStart()
71 public void testSarInfo_repeat_reset_scenario() throws Exception { in testSarInfo_repeat_reset_scenario()
85 public void testSarInfo_set_after_reset_scenario() throws Exception { in testSarInfo_set_after_reset_scenario()
98 public void testSarInfo_set_twice_same_value_scenario() throws Exception { in testSarInfo_set_twice_same_value_scenario()
111 public void testSarInfo_set_twice_different_values_scenario() throws Exception { in testSarInfo_set_twice_different_values_scenario()
124 public void testSarInfo_reset_after_set_scenario() throws Exception { in testSarInfo_reset_after_set_scenario()
136 public void testSarInfo_shouldReport_all_wifi_disabled() throws Exception { in testSarInfo_shouldReport_all_wifi_disabled()
[all …]
DLastMileLoggerTest.java52 public void setUp() throws Exception { in setUp()
67 public void ctorDoesNotCrash() throws Exception { in ctorDoesNotCrash()
74 public void connectionEventStartedEnablesTracing() throws Exception { in connectionEventStartedEnablesTracing()
80 public void connectionEventStartedDoesNotCrashIfReleaseFileIsMissing() throws Exception { in connectionEventStartedDoesNotCrashIfReleaseFileIsMissing()
88 throws Exception { in connectionEventStartedDoesNotEnableTracingIfReleaseFileIsMissing()
95 public void connectionEventStartedDoesNotAttemptToReopenReleaseFile() throws Exception { in connectionEventStartedDoesNotAttemptToReopenReleaseFile()
112 public void connectionEventStartedDoesNotCrashIfEnableFileIsMissing() throws Exception { in connectionEventStartedDoesNotCrashIfEnableFileIsMissing()
118 public void connectionEventStartedDoesNotCrashOnRepeatedCalls() throws Exception { in connectionEventStartedDoesNotCrashOnRepeatedCalls()
124 public void connectionEventSucceededDisablesTracing() throws Exception { in connectionEventSucceededDisablesTracing()
130 public void connectionEventSucceededDoesNotCrashIfEnableFileIsMissing() throws Exception { in connectionEventSucceededDoesNotCrashIfEnableFileIsMissing()
[all …]
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DUpdateParameterTest.java70 private static void verifyParcel(UpdateParameter paramToWrite) throws Exception { in verifyParcel()
86 public void verifyParcelWithEmptyUpdateParameter() throws Exception { in verifyParcelWithEmptyUpdateParameter()
96 public void verifyParcelWithFullUpdateParameter() throws Exception { in verifyParcelWithFullUpdateParameter()
107 public void verifyCopyConstructionWithNullSource() throws Exception { in verifyCopyConstructionWithNullSource()
120 public void verifyCopyConstructionWithFullUpdateParameter() throws Exception { in verifyCopyConstructionWithFullUpdateParameter()
132 public void validateUpdateParameterWithDefault() throws Exception { in validateUpdateParameterWithDefault()
144 public void validateUpdateParameterWithFullPolicy() throws Exception { in validateUpdateParameterWithFullPolicy()
154 public void validateUpdateParameterWithUnknowMethod() throws Exception { in validateUpdateParameterWithUnknowMethod()
166 public void validateUpdateParameterWithUnknowRestriction() throws Exception { in validateUpdateParameterWithUnknowRestriction()
178 public void validateUpdateParameterWithUsernameExceedingMaxSize() throws Exception { in validateUpdateParameterWithUsernameExceedingMaxSize()
[all …]
DCredentialTest.java137 public void verifyParcelWithDefault() throws Exception { in verifyParcelWithDefault()
147 public void verifyParcelWithCertificateCredential() throws Exception { in verifyParcelWithCertificateCredential()
157 public void verifyParcelWithSimCredential() throws Exception { in verifyParcelWithSimCredential()
167 public void verifyParcelWithUserCredential() throws Exception { in verifyParcelWithUserCredential()
176 public void validateUserCredential() throws Exception { in validateUserCredential()
192 public void validateUserCredentialWithoutCaCert() throws Exception { in validateUserCredentialWithoutCaCert()
206 public void validateUserCredentialWithEapTls() throws Exception { in validateUserCredentialWithEapTls()
224 public void validateUserCredentialWithoutRealm() throws Exception { in validateUserCredentialWithoutRealm()
241 public void validateUserCredentialWithoutUsername() throws Exception { in validateUserCredentialWithoutUsername()
258 public void validateUserCredentialWithoutPassword() throws Exception { in validateUserCredentialWithoutPassword()
[all …]
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java53 private static void verifyParcel(PasspointConfiguration writeConfig) throws Exception { in verifyParcel()
69 public void verifyParcelWithDefault() throws Exception { in verifyParcelWithDefault()
79 public void verifyParcelWithFullConfiguration() throws Exception { in verifyParcelWithFullConfiguration()
89 public void verifyParcelWithoutServiceNames() throws Exception { in verifyParcelWithoutServiceNames()
101 public void verifyParcelWithoutHomeSP() throws Exception { in verifyParcelWithoutHomeSP()
113 public void verifyParcelWithoutCredential() throws Exception { in verifyParcelWithoutCredential()
125 public void verifyParcelWithoutPolicy() throws Exception { in verifyParcelWithoutPolicy()
137 public void verifyParcelWithoutSubscriptionUpdate() throws Exception { in verifyParcelWithoutSubscriptionUpdate()
150 public void verifyParcelWithoutTrustRootCertList() throws Exception { in verifyParcelWithoutTrustRootCertList()
163 public void verifyParcelWithoutAaaServerTrustedNames() throws Exception { in verifyParcelWithoutAaaServerTrustedNames()
[all …]
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderTest.java57 public void testSetAndGetGlobalViaFrontEndApiForSystemUser() throws Exception { in testSetAndGetGlobalViaFrontEndApiForSystemUser()
62 public void testSetAndGetGlobalViaFrontEndApiForNonSystemUser() throws Exception { in testSetAndGetGlobalViaFrontEndApiForNonSystemUser()
73 public void testSetAndGetSecureViaFrontEndApiForSystemUser() throws Exception { in testSetAndGetSecureViaFrontEndApiForSystemUser()
78 public void testSetAndGetSecureViaFrontEndApiForNonSystemUser() throws Exception { in testSetAndGetSecureViaFrontEndApiForNonSystemUser()
89 public void testSetAndGetSystemViaFrontEndApiForSystemUser() throws Exception { in testSetAndGetSystemViaFrontEndApiForSystemUser()
94 public void testSetAndGetSystemViaFrontEndApiForNonSystemUser() throws Exception { in testSetAndGetSystemViaFrontEndApiForNonSystemUser()
105 public void testSetAndGetGlobalViaProviderApi() throws Exception { in testSetAndGetGlobalViaProviderApi()
110 public void testSetAndGetSecureViaProviderApi() throws Exception { in testSetAndGetSecureViaProviderApi()
115 public void testSetAndGetSystemViaProviderApi() throws Exception { in testSetAndGetSystemViaProviderApi()
120 public void testSelectAllGlobalViaProviderApi() throws Exception { in testSelectAllGlobalViaProviderApi()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLifecycleTest.java30 protected void setUp() throws Exception { in setUp()
39 public void testBasic() throws Exception { in testBasic()
46 public void testTabBasic() throws Exception { in testTabBasic()
54 public void testScreen() throws Exception { in testScreen()
63 public void testTabScreen() throws Exception { in testTabScreen()
70 public void testDialog() throws Exception { in testDialog()
77 public void testTabDialog() throws Exception { in testTabDialog()
83 public void testFinishCreate() throws Exception { in testFinishCreate()
90 public void testTabFinishCreate() throws Exception { in testTabFinishCreate()
96 public void testFinishStart() throws Exception { in testFinishStart()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/
DInflateTest.java35 protected void setUp() throws Exception { in setUp()
69 public void testLayout1() throws Exception { in testLayout1()
74 public void testLayout2() throws Exception { in testLayout2()
79 public void testLayout3() throws Exception { in testLayout3()
84 public void testLayout4() throws Exception { in testLayout4()
89 public void testLayout5() throws Exception { in testLayout5()
94 public void testLayout6() throws Exception { in testLayout6()
99 public void testCachedLayout1() throws Exception { in testCachedLayout1()
104 public void testCachedLayout2() throws Exception { in testCachedLayout2()
109 public void testCachedLayout3() throws Exception { in testCachedLayout3()
[all …]
DDrawableBgMinSizeTest.java55 protected void setUp() throws Exception { in setUp()
71 public void testSetUpConditions() throws Exception { in testSetUpConditions()
82 public void doMinimumSizeTest(View view) throws Exception { in doMinimumSizeTest()
90 public void testTextViewMinimumSize() throws Exception { in testTextViewMinimumSize()
95 public void testLinearLayoutMinimumSize() throws Exception { in testLinearLayoutMinimumSize()
100 public void testRelativeLayoutMinimumSize() throws Exception { in testRelativeLayoutMinimumSize()
105 public void testAbsoluteLayoutMinimumSize() throws Exception { in testAbsoluteLayoutMinimumSize()
110 public void testFrameLayoutMinimumSize() throws Exception { in testFrameLayoutMinimumSize()
114 public void doDiffBgMinimumSizeTest(final View view) throws Exception { in doDiffBgMinimumSizeTest()
127 public void testTextViewDiffBgMinimumSize() throws Exception { in testTextViewDiffBgMinimumSize()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DConnOnActivityStartTest.java99 public static void setUpOnce() throws Exception { in setUpOnce()
112 public static void tearDownOnce() throws Exception { in tearDownOnce()
117 private static void bindService() throws Exception { in bindService()
152 public void testStartActivity_batterySaver() throws Exception { in testStartActivity_batterySaver()
162 public void testStartActivity_dataSaver() throws Exception { in testStartActivity_dataSaver()
172 public void testStartActivity_dozeMode() throws Exception { in testStartActivity_dozeMode()
182 public void testStartActivity_appStandby() throws Exception { in testStartActivity_appStandby()
196 public void testStartActivity_backgroundRestrict() throws Exception { in testStartActivity_backgroundRestrict()
205 private void testConnOnActivityStart(String testName) throws Exception { in testConnOnActivityStart()
220 private void setBatterySaverMode(boolean enabled) throws Exception { in setBatterySaverMode()
[all …]
/frameworks/opt/car/services/tests/src/com/android/internal/car/
DCarHelperServiceTest.java166 private Exception mBinderCallException;
194 public void testCarServiceLaunched() throws Exception { in testCarServiceLaunched()
205 public void testHandleCarServiceCrash() throws Exception { in testHandleCarServiceCrash()
219 public void testInitialInfo_noHal() throws Exception { in testInitialInfo_noHal()
236 public void testInitialInfo_halReturnedDefault() throws Exception { in testInitialInfo_halReturnedDefault()
251 public void testInitialInfo_halReturnedDefault_withLocale() throws Exception { in testInitialInfo_halReturnedDefault_withLocale()
266 public void testInitialInfo_halServiceNeverReturned() throws Exception { in testInitialInfo_halServiceNeverReturned()
282 public void testInitialInfo_halServiceReturnedTooLate() throws Exception { in testInitialInfo_halServiceReturnedTooLate()
300 public void testInitialInfo_halReturnedNonOkResultCode() throws Exception { in testInitialInfo_halReturnedNonOkResultCode()
315 public void testInitialInfo_halReturnedOkWithNoBundle() throws Exception { in testInitialInfo_halReturnedOkWithNoBundle()
[all …]
/frameworks/base/core/tests/coretests/src/android/os/
DFileBridgeTest.java41 protected void setUp() throws Exception { in setUp()
56 protected void tearDown() throws Exception { in tearDown()
61 private void assertOpen() throws Exception { in assertOpen()
65 private void closeAndAssertClosed() throws Exception { in closeAndAssertClosed()
73 private void assertContents(byte[] expected) throws Exception { in assertContents()
77 public void testNoWriteNoSync() throws Exception { in testNoWriteNoSync()
82 public void testNoWriteSync() throws Exception { in testNoWriteSync()
88 public void testWriteNoSync() throws Exception { in testWriteNoSync()
95 public void testWriteSync() throws Exception { in testWriteSync()
103 public void testWriteSyncWrite() throws Exception { in testWriteSyncWrite()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtilsTest.java77 public void decodeCert_readPemFile_succeeds_singleBlock() throws Exception { in decodeCert_readPemFile_succeeds_singleBlock()
84 public void decodeCert_readPemFile_succeeds_multipleBlocks() throws Exception { in decodeCert_readPemFile_succeeds_multipleBlocks()
91 public void decodeCert_readPemFile_throwsIfNoBeginEndLines() throws Exception { in decodeCert_readPemFile_throwsIfNoBeginEndLines()
97 public void decodeCert_readPemFile_throwsIfEmptyBlock() throws Exception { in decodeCert_readPemFile_throwsIfEmptyBlock()
103 public void decodeCert_readPemFile_throwsIfInvalidCert() throws Exception { in decodeCert_readPemFile_throwsIfInvalidCert()
109 public void decodeCert_readBytes_succeeds() throws Exception { in decodeCert_readBytes_succeeds()
116 public void decodeCert_readBytes_throwsIfInvalidCert() throws Exception { in decodeCert_readBytes_throwsIfInvalidCert()
123 public void decodeBase64_succeeds() throws Exception { in decodeBase64_succeeds()
128 public void decodeBase64_succeedsIfEmptyInput() throws Exception { in decodeBase64_succeedsIfEmptyInput()
133 public void decodeBase64_throwsIfInvalidInput() throws Exception { in decodeBase64_throwsIfInvalidInput()
[all …]
/frameworks/base/test-runner/tests/src/android/test/
DAndroidTestRunnerTest.java41 protected void setUp() throws Exception { in setUp()
49 public void testLoadNoTestCases() throws Exception { in testLoadNoTestCases()
59 public void testSetTestSuiteWithOneTestCase() throws Exception { in testSetTestSuiteWithOneTestCase()
69 public void testRunTest() throws Exception { in testRunTest()
80 public void testRunTestWithAndroidTestCase() throws Exception { in testRunTestWithAndroidTestCase()
96 public void testRunTestWithAndroidTestCaseInSuite() throws Exception { in testRunTestWithAndroidTestCaseInSuite()
112 public void testRunTestWithAndroidTestCaseInNestedSuite() throws Exception { in testRunTestWithAndroidTestCaseInNestedSuite()
128 public void testRunTestWithNullListener() throws Exception { in testRunTestWithNullListener()
139 public void testSetTestClassWithTestSuiteProvider() throws Exception { in testSetTestClassWithTestSuiteProvider()
151 public void testSetTestClassWithTestSuite() throws Exception { in testSetTestClassWithTestSuite()
[all …]
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java106 public void setUp() throws Exception { in setUp()
127 public void testStartServiceForUser_registersUser() throws Exception { in testStartServiceForUser_registersUser()
140 public void testStartServiceForUser_withServiceInstance_registersUser() throws Exception { in testStartServiceForUser_withServiceInstance_registersUser()
153 public void testStopServiceForUser_forRegisteredUser_unregistersCorrectUser() throws Exception { in testStopServiceForUser_forRegisteredUser_unregistersCorrectUser()
169 public void testStopServiceForUser_forRegisteredUser_tearsDownCorrectUser() throws Exception { in testStopServiceForUser_forRegisteredUser_tearsDownCorrectUser()
183 public void testStopServiceForUser_forUnknownUser_doesNothing() throws Exception { in testStopServiceForUser_forUnknownUser_doesNothing()
200 public void testDataChanged_onRegisteredUser_callsMethodForUser() throws Exception { in testDataChanged_onRegisteredUser_callsMethodForUser()
212 public void testDataChanged_onUnknownUser_doesNotPropagateCall() throws Exception { in testDataChanged_onUnknownUser_doesNotPropagateCall()
224 public void testAgentConnected_onRegisteredUser_callsMethodForUser() throws Exception { in testAgentConnected_onRegisteredUser_callsMethodForUser()
237 public void testAgentConnected_onUnknownUser_doesNotPropagateCall() throws Exception { in testAgentConnected_onUnknownUser_doesNotPropagateCall()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java67 protected void setUp() throws Exception { in setUp()
91 protected void tearDown() throws Exception { in tearDown()
128 public void testCameraPairwiseScenario01() throws Exception { in testCameraPairwiseScenario01()
138 public void testCameraPairwiseScenario02() throws Exception { in testCameraPairwiseScenario02()
148 public void testCameraPairwiseScenario03() throws Exception { in testCameraPairwiseScenario03()
158 public void testCameraPairwiseScenario04() throws Exception { in testCameraPairwiseScenario04()
168 public void testCameraPairwiseScenario05() throws Exception { in testCameraPairwiseScenario05()
178 public void testCameraPairwiseScenario06() throws Exception { in testCameraPairwiseScenario06()
188 public void testCameraPairwiseScenario07() throws Exception { in testCameraPairwiseScenario07()
198 public void testCameraPairwiseScenario08() throws Exception { in testCameraPairwiseScenario08()
[all …]

12345678910>>...102