Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DForegroundServiceDelegationOptions.java98 public final int mClientNotificationId; field in ForegroundServiceDelegationOptions
136 mClientNotificationId = clientNotificationId; in ForegroundServiceDelegationOptions()
231 int mClientNotificationId; // The actual app's notification id field in ForegroundServiceDelegationOptions.Builder
268 mClientNotificationId = clientNotificationId; in setClientNotification()
325 mClientNotificationId, in build()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java4843 r.foregroundId = fgsDelegateOptions.mClientNotificationId; in retrieveServiceLocked()