Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java409 private PendingIntent mDelayedFillPendingIntent; field in Session
884 mDelayedFillPendingIntent = createPendingIntent(requestId); in onHandleAssistData()
887 /*delayedFillIntentSender=*/ mDelayedFillPendingIntent == null in onHandleAssistData()
889 : mDelayedFillPendingIntent.getIntentSender()); in onHandleAssistData()
1060 if (mDelayedFillPendingIntent == null) { in clearPendingIntentLocked()
1065 mDelayedFillPendingIntent.cancel(); in clearPendingIntentLocked()
1066 mDelayedFillPendingIntent = null; in clearPendingIntentLocked()