Home
last modified time | relevance | path

Searched refs:EXTRA_PREVENT_TRAMPOLINE_TO_SETTINGS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterActivityLauncher.kt92 launchIntent.putExtra(EXTRA_PREVENT_TRAMPOLINE_TO_SETTINGS, true) in createIntent()
108 private const val EXTRA_PREVENT_TRAMPOLINE_TO_SETTINGS: String = constant
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterActivity.java78 private static final String EXTRA_PREVENT_TRAMPOLINE_TO_SETTINGS = field in SafetyCenterActivity
222 if (extras != null && extras.getBoolean(EXTRA_PREVENT_TRAMPOLINE_TO_SETTINGS, false)) { in shouldUseTwoPaneSettings()