Home
last modified time | relevance | path

Searched refs:configureIntent (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java100 public PendingIntent configureIntent; field in VpnConfig
128 configureIntent = other.configureIntent; in VpnConfig()
188 out.writeParcelable(configureIntent, flags); in writeToParcel()
217 config.configureIntent = in.readParcelable(null, android.app.PendingIntent.class);
252 .append(", configureIntent=").append(configureIntent) in toString()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
H A DKeyguardQuickAffordancePickerRepresentation.kt48 val configureIntent: Intent? = null,
/aosp14/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java80 if (mConfig.configureIntent != null) { in onCreate()
113 mConfig.configureIntent.send(); in onClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardQuickAffordanceRepository.kt186 configureIntent =
187 defaultPickerState?.configureIntent?.apply {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DKeyguardQuickAffordanceConfig.kt74 val configureIntent: Intent? = null,
H A DDoNotDisturbQuickAffordanceConfig.kt144 configureIntent = Intent(Settings.ACTION_ZEN_MODE_SETTINGS)
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/
H A DCustomizationProviderClient.kt175 val configureIntent: Intent? = null,
380 configureIntent =
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DDoNotDisturbQuickAffordanceConfigTest.kt131 assertThat(defaultPickerState.configureIntent).isNotNull()
132 assertThat(defaultPickerState.configureIntent?.action)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DCustomizationProvider.kt305 representation.configureIntent?.toUri(Intent.URI_INTENT_SCHEME),
/aosp14/frameworks/base/core/java/android/net/
H A DVpnService.java519 mConfig.configureIntent = intent; in setConfigureIntent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73198 Lcom/android/internal/net/VpnConfig;->configureIntent:Landroid/app/PendingIntent;