Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DForegroundServiceDelegationOptions.java80 public final IApplicationThread mClientAppThread; field in ForegroundServiceDelegationOptions
131 mClientAppThread = clientAppThread; in ForegroundServiceDelegationOptions()
233 IApplicationThread mClientAppThread; // The actual app's app thread field in ForegroundServiceDelegationOptions.Builder
277 mClientAppThread = clientAppThread; in setClientAppThread()
320 mClientAppThread, in build()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java9161 IApplicationThread caller = options.mClientAppThread; in startForegroundServiceDelegateLocked()