| /platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
| D | TracePointRuleTest.java | 39 TestableTracePointRule rule = new TestableTracePointRule(); in testNoNameGiven() local 50 TestableTracePointRule rule = new TestableTracePointRule(""); in testEmptyStringGiven() local 61 TestableTracePointRule rule = new TestableTracePointRule("FakeName"); in testTagGiven() local 72 TestableTracePointRule rule = new TestableTracePointRule(); in testTraceCallOrder() local
|
| D | CompilationFilterRuleTest.java | 41 CompilationFilterRule rule = new CompilationFilterRule(); in testNoAppToCompileFails() local 52 TestableCompilationFilterRule rule = new TestableCompilationFilterRule(badFilterBundle, in testAppToCompile_badFilterThrows() local 66 TestableCompilationFilterRule rule = new TestableCompilationFilterRule(filterBundle, in testAppToCompile_failCompilationThrows() local 86 TestableCompilationFilterRule rule = new TestableCompilationFilterRule(filterBundle, in testOneAppToCompile() local 107 TestableCompilationFilterRule rule = new TestableCompilationFilterRule(filterBundle, in testMultipleAppsToCompile() local 133 TestableCompilationFilterRule rule = new TestableCompilationFilterRule(filterBundle, in testMultipleAppsToCompileInSpeedProfile() local
|
| D | KillAppsRuleTest.java | 44 KillAppsRule rule = new KillAppsRule(); in testNoAppToKillFails() local 56 TestableKillAppsRule rule = new TestableKillAppsRule(new Bundle(), "example.package.name"); in testOneAppToKill() local 69 TestableKillAppsRule rule = new TestableKillAppsRule(new Bundle(), in testMultipleAppsToKill() local 90 TestableKillAppsRule rule = new TestableKillAppsRule(noKillAppsBundle, in testDisableKillsAppsRuleOption() local
|
| D | IorapCompilationRuleTest.java | 45 IorapCompilationRule rule = new IorapCompilationRule(); in testNoAppToKillFails() local 57 TestableIorapCompilationRule rule = in testDoingNothingWhenParamsUnset() local 73 TestableIorapCompilationRule rule = in testDisablingIorapdWhenParamsAreSet() local 93 TestableIorapCompilationRule rule = in testEnablingIorapdWhenParamsAreSet() local 114 TestableIorapCompilationRule rule = in testCompilingIorapdWhenParamsAreSet() local
|
| D | QuickstepPressureRuleTest.java | 37 QuickstepPressureRule rule = new QuickstepPressureRule(); in testNoAppToOpenFails() local 47 TestableQuickstepPressureRule rule = in testOneAppToOpen() local 59 TestableQuickstepPressureRule rule = in testMultipleAppsToOpen() local
|
| D | UnlockScreenRuleTest.java | 40 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(false, false); in testScreenOff() local 56 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(true, false); in testScreenLocked() local 72 TestableUnlockScreenRule rule = new TestableUnlockScreenRule(true, true); in testScreenOn() local
|
| D | GarbageCollectRuleTest.java | 44 GarbageCollectRule rule = new GarbageCollectRule(); in testNoAppToGcFails() local 56 GarbageCollectRule rule = new TestableGarbageCollectRule("package.name1"); in testCallsGcBeforeTest() local
|
| D | StopwatchRuleTest.java | 40 StopwatchRule rule = new StopwatchRule(); in testMeasurementIsCorrect() local 61 StopwatchRule rule = new StopwatchRule(); in testMetricSendToInstr() local
|
| D | PressHomeRuleTest.java | 47 TestablePressHomeRule rule = new TestablePressHomeRule(pressHomeBundle); in testPressHomeEnabled() local 69 TestablePressHomeRule rule = new TestablePressHomeRule(pressHomeBundle); in testPressHomeDisabled() local
|
| D | DropCachesRuleTest.java | 41 TestableDropCachesRule rule = new TestableDropCachesRule(new Bundle()); in testDropCachesCommand() local 56 TestableDropCachesRule rule = new TestableDropCachesRule(noDropCacheBundle); in testNoDropCacheFlag() local
|
| D | NotificationPressureRuleTest.java | 42 TestableNotificationPressureRule rule = in testPostNotifications_withoutPackage() local 67 TestableNotificationPressureRule rule = in testPostNotifications_withPackage() local
|
| D | NaturalOrientationRuleTest.java | 42 TestableNaturalOrientationRule rule = new TestableNaturalOrientationRule(); in testNaturalOrientationSetAndUnset() local
|