Searched refs:enforceAllowedToStartActivity (Results 1 – 5 of 5) sorted by relevance
213 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(allowedIntent); in testEnforceAllowedToStartActivity_defaultAllowedValues()217 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(intentWithoutAction); in testEnforceAllowedToStartActivity_defaultAllowedValues()222 () -> mSdkSandboxManagerLocal.enforceAllowedToStartActivity(disallowedIntent)); in testEnforceAllowedToStartActivity_defaultAllowedValues()229 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(intent); in testEnforceAllowedToStartActivity_restrictionsNotApplied()243 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(intent); in testEnforceAllowedToStartActivity_deviceConfigAllowlist()249 mSdkSandboxManagerLocal.enforceAllowedToStartActivity( in testEnforceAllowedToStartActivity_deviceConfigAllowlist()259 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(new Intent(action)); in testEnforceAllowedToStartActivity_restrictionEnforcedDeviceConfigAllowlistNotSet()265 mSdkSandboxManagerLocal.enforceAllowedToStartActivity( in testEnforceAllowedToStartActivity_restrictionEnforcedDeviceConfigAllowlistNotSet()272 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(new Intent()); in testEnforceAllowedToStartActivity_restrictionsNotEnforced()285 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(new Intent(Intent.ACTION_CALL)); in testEnforceAllowedToStartActivity_nextRestrictionsApplied()[all …]
43 public void enforceAllowedToStartActivity(@NonNull Intent intent) {} in enforceAllowedToStartActivity() method in FakeSdkSandboxManagerLocal
10 method public void enforceAllowedToStartActivity(@NonNull android.content.Intent);
88 void enforceAllowedToStartActivity(@NonNull Intent intent); in enforceAllowedToStartActivity() method
2539 public void enforceAllowedToStartActivity(@NonNull Intent intent) {