Home
last modified time | relevance | path

Searched refs:UnsafeIntentLaunchViolation (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/strictmode/
H A DUnsafeIntentLaunchViolation.java51 public final class UnsafeIntentLaunchViolation extends Violation { class
54 public UnsafeIntentLaunchViolation(@NonNull Intent intent) { in UnsafeIntentLaunchViolation() method in UnsafeIntentLaunchViolation
60 public UnsafeIntentLaunchViolation(@NonNull Intent intent, @NonNull String message) { in UnsafeIntentLaunchViolation() method in UnsafeIntentLaunchViolation
/aosp14/frameworks/base/core/java/android/os/
H A DStrictMode.java63 import android.os.strictmode.UnsafeIntentLaunchViolation;
2366 onVmPolicyViolation(new UnsafeIntentLaunchViolation(intent)); in onUnsafeIntentLaunch()
2371 onVmPolicyViolation(new UnsafeIntentLaunchViolation(intent, message)); in onUnsafeIntentLaunch()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6352 android.os.strictmode.UnsafeIntentLaunchViolation
H A Dboot-image-profile.txt29141 Landroid/os/strictmode/UnsafeIntentLaunchViolation;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6356 android.os.strictmode.UnsafeIntentLaunchViolation
H A Dboot-image-profile.txt39248 Landroid/os/strictmode/UnsafeIntentLaunchViolation;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34387 public final class UnsafeIntentLaunchViolation extends android.os.strictmode.Violation {
34388 ctor public UnsafeIntentLaunchViolation(@NonNull android.content.Intent);