Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1100 private IBinder mAllowlistToken; field in Notification
2597 mAllowlistToken = parcel.readStrongBinder(); in readFromParcelImpl()
2598 if (mAllowlistToken == null) { in readFromParcelImpl()
2599 mAllowlistToken = processAllowlistToken; in readFromParcelImpl()
2602 parcel.setClassCookie(PendingIntent.class, mAllowlistToken); in readFromParcelImpl()
2722 that.mAllowlistToken = this.mAllowlistToken; in cloneInto()
3081 parcel.writeStrongBinder(mAllowlistToken); in writeToParcelImpl()
3480 mAllowlistToken = null; in clearAllowlistToken()