Searched refs:ACTION_START_SANDBOXED_ACTIVITY (Results 1 – 9 of 9) sorted by relevance
22 import static android.app.sdksandbox.SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY;992 + ACTION_START_SANDBOXED_ACTIVITY in testEnforceAllowedToHostSandboxedActivityFailForNullActions()1010 + ACTION_START_SANDBOXED_ACTIVITY in testEnforceAllowedToHostSandboxedActivityFailForWrongAction()1017 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivityFailForNullPackage()1034 .setAction(ACTION_START_SANDBOXED_ACTIVITY) in testEnforceAllowedToHostSandboxedActivityFailForIntentsTargetingOtherPackages()1055 .setAction(ACTION_START_SANDBOXED_ACTIVITY) in testEnforceAllowedToHostSandboxedActivityFailForIntentsWithWrongComponent()1072 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivityFailIfNoSandboxProcees()1092 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivityFailIfIntentHasNoExtras()1115 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivityFailIfIntentHasNoHandlerExtra()1139 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivityFailIfIntentHasWrongTypeOfHandlerExtra()[all …]
20 import static android.app.sdksandbox.SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY;916 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivity_FailsIfNoSandboxProcess_CallsStatsd()943 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivity_FailsIfIntentHasNoExtras_CallsStatsd()970 Intent intent = new Intent().setAction(ACTION_START_SANDBOXED_ACTIVITY); in testEnforceAllowedToHostSandboxedActivity_SuccessWithoutComponent_CallsStatsd()996 .setAction(SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY) in testRegisterActivityInterception_SuccessWithRightComponent_CallsStatsd()1036 .setAction(SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY) in testRegisterActivityInterception_WrongComponent_StatsdNotCalled()1064 .setAction(SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY) in testRegisterActivityInterception_NoSandboxProcessName_CallsStatsd()
5 …field public static final String ACTION_START_SANDBOXED_ACTIVITY = "android.app.sdksandbox.action.…
69 && intent.getAction().equals(SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY)) { in isSdkSandboxActivityIntent()
152 public static final String ACTION_START_SANDBOXED_ACTIVITY = field in SdkSandboxManager715 intent.setAction(ACTION_START_SANDBOXED_ACTIVITY); in startSdkSandboxActivity()
127 new Intent(SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY))) in testSdkSandboxActivityIntent()
240 intent.setAction(SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY); in buildIntent()
22 import static android.app.sdksandbox.SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY;1881 && intent.getAction().equals(ACTION_START_SANDBOXED_ACTIVITY)) {1948 || !intent.getAction().equals(ACTION_START_SANDBOXED_ACTIVITY)) {2431 || !intent.getAction().equals(ACTION_START_SANDBOXED_ACTIVITY)) {2434 + ACTION_START_SANDBOXED_ACTIVITY
594 assertThat(intent.getAction()).isEqualTo(SdkSandboxManager.ACTION_START_SANDBOXED_ACTIVITY); in testStartSandboxActivity()