Home
last modified time | relevance | path

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

12

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextTraversalTest.java119 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() local
335 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverContentDescription() local
553 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverText() local
804 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend() local
1294 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverText() local
1545 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverEditTextWithContentDescription() local
1801 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverTextExtend() local
2287 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverText() local
2543 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverTextExtend() local
3029 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityParagraphOverText() local
[all …]
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java65 String arguments; field in AdbUtils.pocConfig
125 public static String runPoc(String pocName, ITestDevice device, int timeout, String arguments) in runPoc()
154 String arguments) throws Exception { in runPocNoOutput()
169 String arguments, IShellOutputReceiver receiver) throws Exception { in runPoc()
185 String arguments, Map<String, String> envVars, in runPoc() argument
449 public static int runPocGetExitStatus(String pocName, String arguments, ITestDevice device, in runPocGetExitStatus()
463 String pocName, String arguments, Map<String, String> envVars, in runPocGetExitStatus() argument
486 public static void runPocAssertExitStatusNotVulnerable(String pocName, String arguments, in runPocAssertExitStatusNotVulnerable()
500 String pocName, String arguments, Map<String, String> envVars, in runPocAssertExitStatusNotVulnerable() argument
539 public static void runPocAssertNoCrashes(String pocName, ITestDevice device, String arguments, in runPocAssertNoCrashes()
[all …]
/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/tests/uirendering/src/android/uirendering/cts/runner/
DUiRenderingRunner.java49 public void onCreate(Bundle arguments) { in onCreate()
/cts/tests/app/src/android/app/cts/
DBaseProcessInstrumentation.java39 public void onCreate(Bundle arguments) { in onCreate()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java38 Bundle arguments = InstrumentationRegistry.getArguments(); in testGetsExpectedDelegationScopes() local
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java182 @NonNull Bundle arguments) throws Exception { in performDirectAction()
188 @NonNull Bundle arguments) throws Exception { in performDirectActionAndCancel()
203 @Nullable Bundle arguments, @Nullable ThrowingRunnable postActionCommand) in executeCommand()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DPhaseStartFragment.java44 Bundle arguments = new Bundle(); in newInstance() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java162 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectAction() local
178 final Bundle arguments = args.getBundle(Utils.DIRECT_ACTIONS_KEY_ARGUMENTS); in performDirectActionAndCancel() local
/cts/hostsidetests/devicepolicy/app/CrossProfileTestApps/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
DCrossProfileAppsNonTargetUserTest.java55 Bundle arguments = InstrumentationRegistry.getArguments(); in readTargetUser() local
DCrossProfileAppsTargetUserTest.java79 Bundle arguments = InstrumentationRegistry.getArguments(); in readTargetUser() local
DCrossProfileAppsStartActivityTest.java92 Bundle arguments = InstrumentationRegistry.getArguments(); in readTargetUser() local
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppATests.java300 final Bundle arguments = InstrumentationRegistry.getArguments(); in testOtherUserDirsNotPresent() local
314 final Bundle arguments = InstrumentationRegistry.getArguments(); in testOtherUserDirsNotAccessible() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEvent.java90 @NonNull Bundle arguments, @Nullable Object returnValue) { in ImeEvent()
99 @Nullable ImeState exitState, @NonNull Bundle arguments, @Nullable Object returnValue, in ImeEvent()
175 final Bundle arguments = bundle.getBundle("mArguments"); in fromBundle() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java301 Map<String, String> arguments = new HashMap<>(); in runCrossPackageInstallerDeviceTest() local
304 testMethodName, null, 10 * 60 * 1000L, 10 * 60 * 1000L, 0L, true, false, arguments); in runCrossPackageInstallerDeviceTest() local
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java145 Bundle arguments = InstrumentationRegistry.getArguments(); in DeviceState() local
/cts/hostsidetests/backup/src/android/cts/backup/
DBackupEligibilityHostSideTest.java206 private void runAdbCommand(String... arguments) throws Exception { in runAdbCommand()
/cts/hostsidetests/appsecurity/test-apps/PackageInstallerPermissionRequestApp/src/com/android/cts/packageinstallerpermissionrequestapp/
DPermissionRequestTest.kt39 private val arguments: Bundle = InstrumentationRegistry.getArguments() constant in com.android.cts.packageinstallerpermissionrequestapp.PermissionRequestTest
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java105 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/hostsidetests/appsecurity/test-apps/PackageInstallerWhitelistApp/src/com/android/cts/packageinstallerpermissionwhitelistapp/
DPermissionWhitelistTest.kt36 private val arguments: Bundle = InstrumentationRegistry.getArguments() constant in com.android.cts.packageinstallerpermissionwhitelistapp.PermissionWhitelistTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodPresentMediaDialog.java114 Bundle arguments = getArguments(); in onCreateDialog() local
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
DLauncherAppsTests.java114 Bundle arguments = InstrumentationRegistry.getArguments(); in setUp() local
427 private UserHandle getUserHandleArgument(String key, Bundle arguments) throws Exception { in getUserHandleArgument()
DQuietModeTest.java91 Bundle arguments = InstrumentationRegistry.getArguments(); in readParams() local

12