Searched refs:enforceAllowedToStartActivity (Results 1 – 5 of 5) sorted by relevance
187 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(allowedIntent); in testEnforceAllowedToStartActivity_defaultAllowedValues()191 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(intentWithoutAction); in testEnforceAllowedToStartActivity_defaultAllowedValues()196 () -> mSdkSandboxManagerLocal.enforceAllowedToStartActivity(disallowedIntent)); in testEnforceAllowedToStartActivity_defaultAllowedValues()203 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(intent); in testEnforceAllowedToStartActivity_restrictionsNotApplied()217 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(intent); in testEnforceAllowedToStartActivity_deviceConfigAllowlist()223 mSdkSandboxManagerLocal.enforceAllowedToStartActivity( in testEnforceAllowedToStartActivity_deviceConfigAllowlist()233 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(new Intent(action)); in testEnforceAllowedToStartActivity_restrictionEnforcedDeviceConfigAllowlistNotSet()239 mSdkSandboxManagerLocal.enforceAllowedToStartActivity( in testEnforceAllowedToStartActivity_restrictionEnforcedDeviceConfigAllowlistNotSet()246 mSdkSandboxManagerLocal.enforceAllowedToStartActivity(new Intent()); in testEnforceAllowedToStartActivity_restrictionsNotEnforced()259 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
2354 public void enforceAllowedToStartActivity(@NonNull Intent intent) {