| /platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/ |
| D | WindowManagerTraceTest.java | 65 Result result = entry.isAboveAppWindowVisible("NavigationBar"); in canDetectAboveAppWindowVisibility() local 72 Result result = entry.isBelowAppWindowVisible("wallpaper"); in canDetectBelowAppWindowVisibility() local 79 Result result = entry.isAppWindowVisible("com.google.android.apps.nexuslauncher"); in canDetectAppWindowVisibility() local 86 Result result = entry.isAboveAppWindowVisible("ImaginaryWindow"); in canFailWithReasonForVisibilityChecks_windowNotFound() local 94 Result result = entry.isAboveAppWindowVisible("AssistPreviewPanel"); in canFailWithReasonForVisibilityChecks_windowNotVisible() local 102 Result result = entry.isVisibleAppWindowOnTop("com.google.android.apps.chrome"); in canDetectAppZOrder() local 109 Result result = entry.isVisibleAppWindowOnTop("com.google.android.apps.nexuslauncher"); in canFailWithReasonForZOrderChecks_windowNotOnTop() local
|
| D | LayersTraceTest.java | 141 Assertions.Result result = entry.coversRegion(getDisplayBounds()); in canDetectUncoveredRegion() local 159 Assertions.Result result = entry.hasVisibleRegion("ImaginaryLayer", expectedVisibleRegion); in canTestLayerVisibleRegion_layerDoesNotExist() local 171 Assertions.Result result = in canTestLayerVisibleRegion_layerDoesNotHaveExpectedVisibleRegion() local 188 Assertions.Result result = in canTestLayerVisibleRegion_layerIsHiddenByParent() local 207 Assertions.Result result = entry.hasVisibleRegion("StatusBar", expectedVisibleRegion); in canTestLayerVisibleRegion_incorrectRegionSize() local 222 Assertions.Result result = entry.hasVisibleRegion("StatusBar", expectedVisibleRegion); in canTestLayerVisibleRegion() local 232 Assertions.Result result = entry.isVisible("com.android.server.wm.flicker.testapp"); in canTestLayerVisibleRegion_layerIsNotVisible() local
|
| D | AssertionsTest.java | 48 Result result = new Result(true, 0, "TestAssert", reason); in resultCanBeNegated() local
|
| /platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
| D | BinderCollectionHelperTest.java | 101 Map<String, Integer> result = new HashMap<>(); in testParser_zeroCount() local 102 mHelper.parseMetrics(getBufferedReader(), result); in testParser_zeroCount() local 110 Map<String, Integer> result = new HashMap<>(); in testParser_multiCount() local 111 mHelper.parseMetrics(getBufferedReader(), result); in testParser_multiCount() local
|
| /platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
| D | DeviceCollectorsTest.java | 90 TestRunResult result = results.iterator().next(); in testBaseListenerRuns() local 117 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withExcludeFilters() local 147 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withIncludeAndExcludeFilters() local 177 TestRunResult result = results.iterator().next(); in testBaseListenerRuns_withIncludeFilters() local 213 TestRunResult result = results.iterator().next(); in testScheduledListenerRuns() local 236 TestRunResult result = results.iterator().next(); in testScheduledListenerRuns_defaultValue() local 255 TestRunResult result = getLastDeviceRunResults(); in testLogOnly() local
|
| D | BatterystatsCollectorHostTest.java | 124 TestRunResult result = results.iterator().next(); in testBatteryStatsListener_perRun() local
|
| /platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/ |
| D | MicrobenchmarkTest.java | 79 Result result = new JUnitCore().run(loggingRunner); in testFeatureExecutionOrder() local 107 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithRename() local 144 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithDifferentSuffix() local 179 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithoutRename() local 209 Result result = new JUnitCore().run(loggingRunner); in testMultipleMethodIterations() local 332 Result result = new JUnitCore().run(loggingRunner); in testTerminateOnTestFailOptionEnabled() local 359 Result result = new JUnitCore().run(loggingRunner); in testTerminateOnTestFailOptionDisabled() local
|
| /platform_testing/utils/esimutility/src/com/android/test/util/esimutility/ |
| D | ESimUtilityInstrumentation.java | 59 Bundle result = new Bundle(); in updateWithException() local 72 Bundle result = new Bundle(); in updateStart() local
|
| /platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
| D | IncidentReportListener.java | 58 File result = createAndEmptyDirectory(DIRECTORY_NAME); in onTestRunStart() local 71 public void onTestRunEnd(DataRecord runData, Result result) { in onTestRunEnd()
|
| D | ScheduledRunMetricListener.java | 72 public final void onTestRunEnd(DataRecord runData, Result result) { in onTestRunEnd() 97 void onEnd(DataRecord runData, Result result) { in onEnd()
|
| /platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
| D | WindowManagerTrace.java | 175 Result result = isWindowVisible(windowTitle, windowTokenProtos); in isAboveAppWindowVisible() local 186 Result result = isWindowVisible(windowTitle, windowTokenProtos); in isBelowAppWindowVisible() local 198 Result result = isWindowVisible(windowTitle, windowTokenProtos); in isImeWindowVisible() local 220 final Result result = isAppWindowVisible( in isAppWindowVisible() local 251 final Result result = isAppWindowVisible( in isAppWindowVisible() local
|
| D | AssertionsChecker.java | 124 Result result = currentAssertion.apply(entries.get(entryIndex)); in assertChanges() local 164 Result result = in assertChanges() local 179 Result result = assertion.assertion.apply(entry); in assertEntry() local
|
| D | LayersTraceSubject.java | 59 public static LayersTraceSubject assertThat(@Nullable TransitionResult result) { in assertThat() 71 public static LayersTraceSubject assertThat(@Nullable TransitionResult result, in assertThat()
|
| /platform_testing/tests/perf/PowerPerfTest/src/com/android/powerperf/tests/ |
| D | PowerPerfTest.java | 49 String result = getUiDevice().executeShellCommand(mScriptFilePath); in testPowerPerf() local
|
| /platform_testing/tests/functional/calculator/src/com/android/calculator/functional/ |
| D | CalculatorHelper.java | 89 public String getResultText(String result) { in getResultText() 97 public void clearResults(String result) { in clearResults() 105 public void scrollResults(String result) { in scrollResults()
|
| /platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
| D | DisableAutofillRule.java | 39 String result = uiDevice.executeShellCommand("settings get secure autofill_service"); in starting() local
|
| D | DropCachesRule.java | 69 String result = executeShellCommand(mDropCacheScriptPath); in executeDropCachesImpl() local
|
| /platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/ |
| D | WifiStrengthScannerInstrumentation.java | 90 ScanResult result = getScanResult(wifiManager, bssid); in onStart() local 127 Bundle result = new Bundle(); in sendFailureStatus() local 170 StringBuilder result = new StringBuilder(); in executeCommand() local
|
| /platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/loggers/ |
| D | DeviceFileLoggerHostTest.java | 79 TestRunResult result = results.iterator().next(); in testFileIsLogged() local
|
| /platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
| D | BinderCollectionHelper.java | 84 Map<String, Integer> result = new HashMap<>(); in getMetrics() local 157 void parseMetrics(BufferedReader reader, Map<String, Integer> result) throws IOException { in parseMetrics()
|
| /platform_testing/tests/health/scenarios/src/android/platform/test/scenario/sample/ |
| D | PrintListener.java | 37 public void testRunFinished(Result result) throws Exception { in testRunFinished()
|
| /platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
| D | StubTestMetricListener.java | 33 public void onTestRunEnd(DataRecord runData, Result result) { in onTestRunEnd()
|
| /platform_testing/utils/permissions/src/com/android/permissionutils/ |
| D | GrantPermissionUtil.java | 69 List<String> result = new ArrayList<>(); in getMissingPermissions() local
|
| /platform_testing/libraries/junitxml/src/com/android/junitxml/ |
| D | JUnitXmlRunner.java | 98 Result result = core.run(as); in main() local
|
| /platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/ |
| D | DeviceHelper.java | 76 String result = Build.MODEL; in isNexusExperienceDevice() local
|