Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueueModernImpl.java1067 final IApplicationThread thread = app.getOnewayThread(); in dispatchReceivers()
1131 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleResultTo()
H A DBroadcastProcessQueue.java532 return (app != null) && (app.getOnewayThread() != null) && !app.isKilled(); in isProcessWarm()
H A DProcessRecord.java668 IApplicationThread getOnewayThread() { in getOnewayThread() method in ProcessRecord
H A DActivityManagerService.java15319 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleCanceledResultTo()
19223 final IApplicationThread thread = app.getOnewayThread();
/aosp14/frameworks/base/services/
H A Dart-profile2100 HSPLcom/android/server/am/ProcessRecord;->getOnewayThread()Landroid/app/IApplicationThread;