Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 21 of 21) sorted by relevance

/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DDumpsysMeminfoListenerTest.java64 Bundle bundle = new Bundle(); in testListener_withProcessNames() local
77 Bundle bundle = new Bundle(); in testListener_withProcessNameObjectNames() local
99 private DumpsysMeminfoListener initListener(Bundle bundle, DumpsysMeminfoHelper helper) { in initListener()
DOatDumpCollectorTest.java56 Bundle bundle = new Bundle(); in testCollectOatDump_onRunStartAndRunEnd() local
110 Bundle bundle = new Bundle(); in testFailsIfProcessNotSpecified() local
124 Bundle bundle = new Bundle(); in testFailsIfOutputDirNotSpecified() local
DGcaEventLogCollectorTest.java71 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
DDumpsysServiceListenerTest.java65 Bundle bundle = new Bundle(); in testListener_withProcessNames() local
74 private DumpsysServiceListener initListener(Bundle bundle, DumpsysServiceHelper helper) { in initListener()
DLogcatCollectorTest.java91 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
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DTimeInStateListenerTest.java65 Bundle bundle = new Bundle(); in testListener_withSources() local
74 private TimeInStateListener initListener(Bundle bundle, TimeInStateHelper helper) { in initListener()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/
DSendToInstrumentation.java56 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/health/rules/tests/src/android/platform/test/rule/
DFinishActivitiesWithoutProcessKillRuleTest.java75 Bundle bundle = new Bundle(); in testDisableFinishActivities() local
90 public TestableRule(Bundle bundle, String app) { in TestableRule()
DSuspendUnsuspendAppRuleTest.java150 TestableSuspendUnsuspendAppRule(Bundle bundle, String app) { in TestableSuspendUnsuspendAppRule()
155 TestableSuspendUnsuspendAppRule(Bundle bundle, String app, boolean enableRule) { in TestableSuspendUnsuspendAppRule()
DKillAppsRuleTest.java139 TestableKillAppsRule(Bundle bundle, String... apps) { in TestableKillAppsRule()
143 TestableKillAppsRule(Bundle bundle, boolean shouldKillAppsBefore, String... apps) { in TestableKillAppsRule()
DPressHomeRuleTest.java86 public TestablePressHomeRule(Bundle bundle) { in TestablePressHomeRule()
DDropCachesRuleTest.java82 public TestableDropCachesRule(Bundle bundle) { in TestableDropCachesRule()
DRemoveAppFromStackRuleTest.java89 public TestableRule(Bundle bundle, String app) { in TestableRule()
DQuickstepPressureRuleTest.java100 public TestableQuickstepPressureRule(Bundle bundle) { in TestableQuickstepPressureRule()
DStopwatchRuleTest.java119 public TestableStopwatchRule(Bundle bundle) { in TestableStopwatchRule()
DGarbageCollectRuleTest.java150 public TestableGarbageCollectRule(Bundle bundle, String app) { in TestableGarbageCollectRule()
DCompilationFilterRuleTest.java292 public TestableCompilationFilterRule(Bundle bundle, String... applications) { in TestableCompilationFilterRule()
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java58 Bundle bundle = InstrumentationRegistry.getArguments(); in setUp() local
/platform_testing/utils/wifistrengthscanner/src/com/android/test/util/wifistrengthscanner/
DWifiStrengthScannerInstrumentation.java77 Bundle bundle = new Bundle(); in onStart() local
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevitySuite.java74 protected static final Map<String, String> toMap(Bundle bundle) { in toMap()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DBaseMetricListener.java457 private void filterAlias(Bundle bundle) { in filterAlias()