Home
last modified time | relevance | path

Searched defs:instant (Results 1 – 20 of 20) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java146 private void testSingleBase(boolean instant) throws Exception { in testSingleBase()
161 private void testDensitySingle(boolean instant) throws Exception { in testDensitySingle()
176 private void testDensityAll(boolean instant) throws Exception { in testDensityAll()
196 private void testDensityBest(boolean instant) throws Exception { in testDensityBest()
219 private void testApi(boolean instant) throws Exception { in testApi()
234 private void testLocale(boolean instant) throws Exception { in testLocale()
254 private InstallMultiple getInstallMultiple(boolean instant, boolean useNaturalAbi) { in getInstallMultiple()
262 private void testNativeSingle(boolean instant, boolean useNaturalAbi) throws Exception { in testNativeSingle()
297 private void specifyAbiToTest(boolean instant, String abiListProperty, String testMethodName) in specifyAbiToTest()
314 private void testNativeForEachSupportedAbi(boolean instant) in testNativeForEachSupportedAbi()
[all …]
DUseProcessTest.java68 private void testInstallUsePackageSuccess(boolean instant) throws Exception { in testInstallUsePackageSuccess()
85 private void testInstallUsePackageFailApplication(boolean instant) throws Exception { in testInstallUsePackageFailApplication()
102 private void testInstallUsePackageFailActivity(boolean instant) throws Exception { in testInstallUsePackageFailActivity()
119 private void testInstallUsePackageFailService(boolean instant) throws Exception { in testInstallUsePackageFailService()
136 private void testInstallUsePackageFailReceiver(boolean instant) throws Exception { in testInstallUsePackageFailReceiver()
153 private void testInstallUsePackageFailProvider(boolean instant) throws Exception { in testInstallUsePackageFailProvider()
DMajorVersionTest.java62 private void testInstallMinorVersion(boolean instant) throws Exception { in testInstallMinorVersion()
78 private void testInstallMajorVersion(boolean instant) throws Exception { in testInstallMajorVersion()
94 private void testInstallUpdateAcrossMinorMajorVersion(boolean instant) throws Exception { in testInstallUpdateAcrossMinorMajorVersion()
119 private void testInstallDowngradeAcrossMajorMinorVersion(boolean instant) throws Exception { in testInstallDowngradeAcrossMajorMinorVersion()
DIsolatedSplitsTests.java95 private void testInstallBase(boolean instant) throws Exception { in testInstallBase()
112 private void testInstallBaseAndConfigSplit(boolean instant) throws Exception { in testInstallBaseAndConfigSplit()
129 private void testInstallMissingDependency_usesSplit(boolean instant) throws Exception { in testInstallMissingDependency_usesSplit()
145 private void testInstallMissingDependency_configForSplit(boolean instant) throws Exception { in testInstallMissingDependency_configForSplit()
157 private void testInstallOneFeatureSplit(boolean instant) throws Exception { in testInstallOneFeatureSplit()
178 private void testInstallOneFeatureSplitAndConfigSplits(boolean instant) throws Exception { in testInstallOneFeatureSplitAndConfigSplits()
193 private void testInstallDependentFeatureSplits(boolean instant) throws Exception { in testInstallDependentFeatureSplits()
217 private void testInstallDependentFeatureSplitsAndConfigSplits(boolean instant) in testInstallDependentFeatureSplitsAndConfigSplits()
235 private void testInstallAllFeatureSplits(boolean instant) throws Exception { in testInstallAllFeatureSplits()
261 private void testInstallAllFeatureSplitsAndConfigSplits(boolean instant) throws Exception { in testInstallAllFeatureSplitsAndConfigSplits()
[all …]
DPackageResolutionHostTest.java59 private void testResolveOrderedActivity(boolean instant) throws Exception { in testResolveOrderedActivity()
77 private void testResolveOrderedService(boolean instant) throws Exception { in testResolveOrderedService()
95 private void testResolveOrderedReceiver(boolean instant) throws Exception { in testResolveOrderedReceiver()
DBaseAppSecurityTest.java57 protected void installTestAppForUser(String apk, boolean instant, int userId) throws Exception { in installTestAppForUser()
70 String testMethodName, boolean instant) throws DeviceNotAvailableException { in runDeviceTests()
94 public InstallMultiple(boolean instant) { in InstallMultiple()
97 public InstallMultiple(boolean instant, boolean grantPermissions) { in InstallMultiple()
DAppSecurityTests.java110 private void testAppUpgradeDifferentCerts(boolean instant) throws Exception { in testAppUpgradeDifferentCerts()
138 private void testAppFailAccessPrivateData(boolean instant) in testAppFailAccessPrivateData()
169 private void testUninstallRemovesData(boolean instant) throws Exception { in testUninstallRemovesData()
344 private void testAdbInstallFile(boolean instant) throws Exception { in testAdbInstallFile()
DInstantCookieHostTest.java110 private String installPackage(String apk, boolean replace, boolean instant) throws Exception { in installPackage()
DPackageVisibilityTest.java79 private void testUninstalledPackageVisibility(boolean instant) throws Exception { in testUninstalledPackageVisibility()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java132 String apkFileName, String packageName, boolean instant) throws Exception { in installPossibleInstantPackage()
140 private void testSwitchIme(boolean instant) throws Exception { in testSwitchIme()
172 private void testUninstallCurrentIme(boolean instant) throws Exception { in testUninstallCurrentIme()
205 private void testDisableCurrentIme(boolean instant) throws Exception { in testDisableCurrentIme()
237 private void testSwitchInputMethod(boolean instant) throws Exception { in testSwitchInputMethod()
269 private void testSwitchToNextInput(boolean instant) throws Exception { in testSwitchToNextInput()
303 private void testSwitchToPreviousInput(boolean instant) throws Exception { in testSwitchToPreviousInput()
335 private void testInputUnbindsOnImeStopped(boolean instant) throws Exception { in testInputUnbindsOnImeStopped()
369 private void testInputUnbindsOnAppStop(boolean instant) throws Exception { in testInputUnbindsOnAppStop()
401 private void testImeVisibilityAfterImeSwitching(boolean instant) throws Exception { in testImeVisibilityAfterImeSwitching()
[all …]
DMultiUserTest.java150 private void testSecondaryUser(boolean instant) throws Exception { in testSecondaryUser()
215 private void testProfileUser(boolean instant) throws Exception { in testProfileUser()
325 private void installPossibleInstantPackage(String apkFileName, int userId, boolean instant) in installPossibleInstantPackage()
DShellCommandFromAppTest.java60 private void runDeviceTestMethodWithoutHiddenApiCheck(TestInfo testInfo, boolean instant) in runDeviceTestMethodWithoutHiddenApiCheck()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUsesLibraryHostTest.java59 private void testUsesLibrary(boolean instant) throws Exception { in testUsesLibrary()
69 public void testMissingLibrary(boolean instant) throws Exception { in testMissingLibrary()
79 public void testDuplicateLibrary(boolean instant) throws Exception { in testDuplicateLibrary()
88 public InstallMultiple(boolean instant) { in InstallMultiple()
/cts/hostsidetests/classloaders/splits/src/android/classloaders/cts/
DClassloaderSplitsTest.java69 private void testBaseClassLoader(boolean instant) throws Exception { in testBaseClassLoader()
84 private void testFeatureAClassLoader(boolean instant) throws Exception { in testFeatureAClassLoader()
100 private void testFeatureBClassLoader(boolean instant) throws Exception { in testFeatureBClassLoader()
113 private void testReceiverClassLoaders(boolean instant) throws Exception { in testReceiverClassLoaders()
130 private void testServiceClassLoaders(boolean instant) throws Exception { in testServiceClassLoaders()
142 public InstallMultiple(boolean instant) { in InstallMultiple()
/cts/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java99 private void testGetActiveSessions_primaryUser(boolean instant) throws Exception { in testGetActiveSessions_primaryUser()
132 private void testGetActiveSessions_additionalUser(boolean instant) throws Exception { in testGetActiveSessions_additionalUser()
165 private void testGetActiveSessions_restrictedProfiles(boolean instant) in testGetActiveSessions_restrictedProfiles()
200 private void testGetActiveSessions_managedProfiles(boolean instant) in testGetActiveSessions_managedProfiles()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DPackageVisibilityTest.java121 private AutoCloseable launchTestActivity(boolean instant, @Nullable String privateImeOptions, in launchTestActivity()
158 private void testTargetPackageIsVisibleFromIme(boolean instant) throws Exception { in testTargetPackageIsVisibleFromIme()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostJUnit4DeviceTest.java100 private void installPackage(boolean instant) throws Exception { in installPackage()
/cts/hostsidetests/ui/src/android/ui/cts/
DInstallTimeTest.java87 private void testInstallTime(boolean instant) throws Exception { in testInstallTime()
DTaskSwitchingTest.java84 private void installPackages(boolean instant) throws Exception { in installPackages()
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java2004 Instant instant = localDateTime.toInstant(localDateTimeOffset); in checkGetJulianDayVariousTimes() local