Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 123) sorted by relevance

12345

/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/
DTestAssetRepository.java39 private static InputStream open(String path) throws FileNotFoundException { in open() method in TestAssetRepository
55 return open(mAssetPath + path); in openAsset()
60 return open(path); in openNonAsset()
/platform_testing/tests/automotive/functional/appgrid/src/android/platform/tests/
DAppGridTest.java46 mAppGridHelper.get().open(); in testOpen()
53 mAppGridHelper.get().open(); in testExit()
64 mAppGridHelper.get().open(); in testScroll()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DPhotoUploadRule.java68 sPhotosHelper.get().open(); in starting()
70 sGoogleCameraHelper.get().open(); in starting()
81 sPhotosHelper.get().open(); in starting()
89 sPhotosHelper.get().open(); in finished()
DChromeOpenTabsRule.java46 sChomeHelper.get().open(); in starting()
60 sChomeHelper.get().open(); in finished()
DPhotoRule.java32 sPhotosHelper.get().open(); in starting()
/platform_testing/tests/automotive/functional/uxrestriction/src/android/platform/tests/
DDrivingOptimizedAppsTest.java70 mAppGridHelper.get().open(); in testOpenSettings()
81 mAppGridHelper.get().open(); in testOpenRadio()
92 mAppGridHelper.get().open(); in testOpenPhone()
108 mAppGridHelper.get().open(); in testOpenContactsAndVerifyPostDriveNotification()
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/javasound/
DJavaAudioCapturerTests.java82 JavaAudioCapturer.create(TEST_DEVICE, TEST_FORMAT, mTargetDataLine, mExecutor).open(); in open_startsDataLine()
92 JavaAudioCapturer.create(TEST_DEVICE, TEST_FORMAT, mTargetDataLine, mExecutor).open(); in open_schedulesPublisherTask()
102 JavaAudioCapturer.create(TEST_DEVICE, TEST_FORMAT, mTargetDataLine, mExecutor).open(); in open_throwsIllegalStateException_alreadyRunningLine()
112 capturer.open(); in open_throwsIllegalStateException_afterCloseCalled()
115 capturer.open(); in open_throwsIllegalStateException_afterCloseCalled()
145 capturer.open(); in attachOutput_attachesOutputSuccessfully_outputStream()
185 capturer.open(); in attachOutput_attachesOutputSuccessfully_file()
207 capturer.open(); in close_stopsPublisherAsExpected()
224 capturer.open(); in close_closesDataLineAsExpected()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java94 public void open() { in open() method in AutoNotificationHelperImpl
119 open(); in tapClearAllBtn()
142 open(); in clickManageBtn()
164 open(); in checkNotificationExists()
174 open(); in removeNotification()
185 open(); in checkIfClearAllButtonExist()
191 open(); in checkIfManageButtonExist()
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DCpuUsageHelperTest.java79 mHelper.get().open(); in testCpuUsageMetrics()
100 mHelper.get().open(); in testCpuUsageMetricsKey()
135 mHelper.get().open(); in testCpuDisabledPerPkg()
152 mHelper.get().open(); in testCpuUsageOnlyPerPkg()
169 mHelper.get().open(); in testCpuEnableCpuUtilization()
DAppStartupHelperTest.java127 mHelper.get().open(); in testSingleColdLaunchMetric()
180 mHelper.get().open(); in testMultipleColdLaunchMetric()
184 mHelper.get().open(); in testMultipleColdLaunchMetric()
225 mHelper.get().open(); in testDifferentAppColdLaunchMetric()
231 mClockHelper.get().open(); in testDifferentAppColdLaunchMetric()
326 mHelper.get().open(); in testWarmLaunchMetric()
334 mHelper.get().open(); in testWarmLaunchMetric()
359 mHelper.get().open(); in testHotLaunchMetric()
366 mHelper.get().open(); in testHotLaunchMetric()
397 mClockHelper.get().open(); in testSingleLaunchStartupFullyDrawnMetric()
[all …]
/platform_testing/scripts/map_tests/
Dmap_tests.py61 with open(MAP_PATH, "r", encoding="utf-8") as f:
69 with open(INFO_PATH, "r", encoding="utf-8") as module_info_file:
111 with open(MAP_PATH, "w+", encoding="utf-8") as f:
/platform_testing/tests/automotive/functional/dialer/src/android/platform/tests/
DDialTest.java113 mDialerHelper.get().open(); in testHistoryUpdatesCalledContactName()
178 mDialerHelper.get().open(); in testDisplayedNameMatchesCalledContactName()
189 mDialerHelper.get().open(); in testDisplayedContactTypeMatchesCalledContactType()
199 mDialerHelper.get().open(); in testSearchContactByName()
210 mDialerHelper.get().open(); in testSearchContactByNumber()
220 mDialerHelper.get().open(); in testSortContacts()
235 mDialerHelper.get().open(); in testAddRemoveFavoriteContact()
253 mDialerHelper.get().open(); in testMakeCallFromContactDetailsPage()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/features/
DPage2.java45 default void open() {} in open() method
DPage.java45 default void open() {} in open() method
/platform_testing/tests/automotive/functional/notifications/src/android/platform/tests/
DNotificationTest.java64 mNotificationHelper.get().open(); in testOpenCloseNotification()
116 mNotificationHelper.get().open(); in testRecentAndOlderNotifications()
121 mNotificationHelper.get().open(); in testRecentAndOlderNotifications()
/platform_testing/tests/automotive/health/dial/tests/src/android/platform/scenario/dial/
DScrollContactListMicrobenchmark.java28 sHelper.get().open(); in openApp()
/platform_testing/tests/automotive/health/mediacenter/tests/src/android/platform/scenario/mediacenter/
DScrollMicrobenchmark.java28 sHelper.get().open(); in openApp()
/platform_testing/tests/automotive/health/appgrid/tests/src/android/platform/scenario/appgrid/
DScrollMicrobenchmark.java28 sHelper.get().open(); in openApp()
/platform_testing/tests/automotive/health/settings/tests/src/android/platform/scenario/settings/
DScrollInAppMicrobenchmark.java29 sHelper.get().open(); in openApp()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/
DNexusLauncherStrategy.java89 public void open() { in open() method in NexusLauncherStrategy
101 open(); in openAllApps()
156 open(); in openAllWidgets()
/platform_testing/tests/automotive/health/notification/tests/src/android/platform/scenario/notification/
DScrollMicrobenchmark.java31 sHelper.get().open(); in openApp()
/platform_testing/tests/automotive/mobly_tests/utilities/
Dcrystalball_metrics_utils.py36 with open(cb_path, 'a') as f:
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/
DAudioTestHarnessGrpcServer.java79 server.open(); in main()
98 public void open() throws IOException { in open() method in AudioTestHarnessGrpcServer
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DNexusLauncherStrategy.java97 public void open() { in open() method in NexusLauncherStrategy
110 open(); in openAllApps()
170 open(); in openAllWidgets()
/platform_testing/tests/automotive/health/mediacenter/src/android/platform/scenario/mediacenter/
DOpenApp.java35 sHelper.get().open(); in testOpen()

12345