/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/ |
D | GcaEventLogCollectorTest.java | 71 private GcaEventLogCollector initListener(Bundle bundle) { in initListener() 83 Bundle bundle = new Bundle(); in testGcaEventLogCollectionOnTestEnd_includeFailure() local 135 Bundle bundle = new Bundle(); in testGcaEventLogCollectOnTestEnd_skipFailure() local 191 Bundle bundle = new Bundle(); in testGcaEventLogCollectionOnTestRunEnd_runEndOnly() local
|
D | DumpsysMeminfoListenerTest.java | 65 Bundle bundle = new Bundle(); in testListener_withProcessNames() local 74 private DumpsysMeminfoListener initListener(Bundle bundle, DumpsysMeminfoHelper helper) { in initListener()
|
D | DumpsysServiceListenerTest.java | 65 Bundle bundle = new Bundle(); in testListener_withProcessNames() local 74 private DumpsysServiceListener initListener(Bundle bundle, DumpsysServiceHelper helper) { in initListener()
|
D | LogcatCollectorTest.java | 91 private LogcatCollector initListener(Bundle bundle) { in initListener() 166 Bundle bundle = new Bundle(); in testLogcatCollectionWithBeforeDuration() local 215 Bundle bundle = new Bundle(); in testLogcatCollectionWithDirectoryOption() local 253 Bundle bundle = new Bundle(); in testLogcatOnlyOnTestFailureOption() local
|
D | ScheduledRunCollectionListenerTest.java | 180 ArgumentCaptor<Bundle> bundle = ArgumentCaptor.forClass(Bundle.class); in testRun() local
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/ |
D | SendToInstrumentation.java | 56 public static void sendBundle(Instrumentation instru, Bundle bundle) { in sendBundle() 63 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle) { in sendStatus()
|
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/ |
D | TimeInStateListenerTest.java | 65 Bundle bundle = new Bundle(); in testListener_withSources() local 74 private TimeInStateListener initListener(Bundle bundle, TimeInStateHelper helper) { in initListener()
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | FinishActivitiesWithoutProcessKillRuleTest.java | 75 Bundle bundle = new Bundle(); in testDisableFinishActivities() local 90 public TestableRule(Bundle bundle, String app) { in TestableRule()
|
D | KillAppsRuleTest.java | 103 public TestableKillAppsRule(Bundle bundle, String app) { in TestableKillAppsRule() 108 public TestableKillAppsRule(Bundle bundle, String... apps) { in TestableKillAppsRule()
|
D | SuspendUnsuspendAppRuleTest.java | 150 TestableSuspendUnsuspendAppRule(Bundle bundle, String app) { in TestableSuspendUnsuspendAppRule() 155 TestableSuspendUnsuspendAppRule(Bundle bundle, String app, boolean enableRule) { in TestableSuspendUnsuspendAppRule()
|
D | PressHomeRuleTest.java | 86 public TestablePressHomeRule(Bundle bundle) { in TestablePressHomeRule()
|
D | DropCachesRuleTest.java | 68 public TestableDropCachesRule(Bundle bundle) { in TestableDropCachesRule()
|
D | RemoveAppFromStackRuleTest.java | 89 public TestableRule(Bundle bundle, String app) { in TestableRule()
|
D | GarbageCollectRuleTest.java | 125 public TestableGarbageCollectRule(Bundle bundle, String app) { in TestableGarbageCollectRule()
|
D | StopwatchRuleTest.java | 119 public TestableStopwatchRule(Bundle bundle) { in TestableStopwatchRule()
|
D | CompilationFilterRuleTest.java | 239 public TestableCompilationFilterRule(Bundle bundle, String... applications) { in TestableCompilationFilterRule()
|
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
D | CrashCheckBase.java | 58 Bundle bundle = InstrumentationRegistry.getArguments(); in setUp() local
|
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/ |
D | WifiStrengthScannerInstrumentation.java | 77 Bundle bundle = new Bundle(); in onStart() local
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | LongevitySuite.java | 72 protected static final Map<String, String> toMap(Bundle bundle) { in toMap()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | BaseMetricListener.java | 449 private void filterAlias(Bundle bundle) { in filterAlias()
|