Searched defs:configureIntent (Results 1 – 3 of 3) sorted by relevance
47 val configureIntent: Intent?, constant in com.android.customization.picker.quickaffordance.shared.model.KeyguardQuickAffordancePickerAffordanceModel
311 val configureIntent = Intent("some.action") in <lambda>() constant
583 final Intent configureIntent = new Intent(context, WidgetPickConversationActivity.class); in getWidgetPendingIntentForConfigurationActivity() local