Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DForegroundServiceDelegationOptions.java80 public final IApplicationThread mClientAppThread; field in ForegroundServiceDelegationOptions
106 mClientAppThread = clientAppThread; in ForegroundServiceDelegationOptions()
205 IApplicationThread mClientAppThread; // The actual app's app thread field in ForegroundServiceDelegationOptions.Builder
247 mClientAppThread = clientAppThread; in setClientAppThread()
290 mClientAppThread, in build()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java8374 IApplicationThread caller = options.mClientAppThread; in startForegroundServiceDelegateLocked()