Home
last modified time | relevance | path

Searched defs:configureIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/shared/model/
DKeyguardQuickAffordancePickerAffordanceModel.kt47 val configureIntent: Intent?, constant in com.android.customization.picker.quickaffordance.shared.model.KeyguardQuickAffordancePickerAffordanceModel
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModelTest.kt311 val configureIntent = Intent("some.action") in <lambda>() constant
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java583 final Intent configureIntent = new Intent(context, WidgetPickConversationActivity.class); in getWidgetPendingIntentForConfigurationActivity() local