Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextTraversalTest.java111 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() local
327 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverContentDescription() local
545 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverText() local
796 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend() local
1295 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverText() local
1546 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverEditTextWithContentDescription() local
1802 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverTextExtend() local
2297 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverText() local
2553 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverTextExtend() local
3048 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityParagraphOverText() local
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/runner/
DUiRenderingRunner.java36 public void onCreate(Bundle arguments) { in onCreate()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/runner/
DUiRenderingRunner.java36 public void onCreate(Bundle arguments) { in onCreate()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DBaseNumberBlockingClientTest.java41 Bundle arguments = InstrumentationRegistry.getArguments(); in setUp() local
/cts/tests/app/src/android/app/cts/
DBaseProcessInstrumentation.java38 public void onCreate(Bundle arguments) { in onCreate()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java44 Bundle arguments = InstrumentationRegistry.getArguments(); in testGetsExpectedDelegationScopes() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DPhaseStartFragment.java44 Bundle arguments = new Bundle(); in newInstance() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java180 @NonNull Bundle arguments) throws Exception { in performDirectAction()
186 @NonNull Bundle arguments) throws Exception { in performDirectActionAndCancel()
201 @Nullable Bundle arguments, @Nullable ThrowingRunnable postActionCommand) in executeCommand()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java155 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectAction() local
170 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectActionAndCancel() local
/cts/hostsidetests/devicepolicy/app/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
DCrossProfileAppsNonTargetUserTest.java55 Bundle arguments = InstrumentationRegistry.getArguments(); in readTargetUser() local
DCrossProfileAppsStartActivityTest.java81 Bundle arguments = InstrumentationRegistry.getArguments(); in readTargetUser() local
DCrossProfileAppsTargetUserTest.java79 Bundle arguments = InstrumentationRegistry.getArguments(); in readTargetUser() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java86 @NonNull Bundle arguments, @Nullable Object returnValue) { in ImeEvent()
95 @Nullable ImeState exitState, @NonNull Bundle arguments, @Nullable Object returnValue, in ImeEvent()
168 final Bundle arguments = bundle.getBundle("mArguments"); in fromBundle() local
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DQuietModeTest.java82 Bundle arguments = InstrumentationRegistry.getArguments(); in readParams() local
DLauncherAppsTests.java93 Bundle arguments = InstrumentationRegistry.getArguments(); in setUp() local
360 Bundle arguments) throws Exception { in getUserHandleArgument()
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java100 public void onPerformDirectAction(String actionId, Bundle arguments, in onPerformDirectAction()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNotificationListenerTest.java188 private int getParam(Bundle arguments, String key) throws Exception { in getParam()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPresentMediaDialog.java114 Bundle arguments = getArguments(); in onCreateDialog() local
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java64 public void onCreate(Bundle arguments) { in onCreate()
/cts/tests/tests/media/src/android/media/cts/
DStreamingMediaPlayerTest.java85 Bundle arguments = testRunner.getArguments(); in setUp() local
/cts/tools/release-parser/proto/
Drelease.proto148 repeated string arguments = 3; field