Searched defs:actionIntent (Results 1 – 7 of 7) sorted by relevance
45 val actionIntent: Intent? = null, constant in com.android.systemui.keyguard.shared.model.KeyguardQuickAffordancePickerRepresentation
177 val actionIntent = a.actionIntent ?: continue in onSendRemoteInput() constant
209 pair.second.actionIntent?.let { actionIntent -> in inflateSmartReplyState() method
101 val actionIntent: Intent? = null, in pickerName() constant in com.android.systemui.keyguard.data.quickaffordance.KeyguardQuickAffordanceConfig.PickerScreenState.Disabled
290 PendingIntent actionIntent = createPendingIntent("action"); in allPendingIntents_resilientToAnotherNotificationInExtras() local311 PendingIntent actionIntent = createPendingIntent("action"); in allPendingIntents_alsoInPublicVersion() local
716 PendingIntent actionIntent = PendingIntent.getBroadcast(mContext, sensor, in showSensorUseReminderNotification() local
1856 public PendingIntent actionIntent; field in Notification.Action