Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DForegroundServiceDelegationOptions.java103 public final @Nullable Notification mClientNotification; field in ForegroundServiceDelegationOptions
137 mClientNotification = clientNotification; in ForegroundServiceDelegationOptions()
232 Notification mClientNotification; // The actual app's notification field in ForegroundServiceDelegationOptions.Builder
269 mClientNotification = clientNotification; in setClientNotification()
326 mClientNotification in build()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java4844 r.foregroundNoti = fgsDelegateOptions.mClientNotification; in retrieveServiceLocked()