Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastQueueImpl.java1201 final IApplicationThread thread = app.getOnewayThread(); in dispatchReceivers()
1266 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleResultTo()
DBroadcastProcessQueue.java615 return (app != null) && (app.getOnewayThread() != null) && !app.isKilled(); in isProcessWarm()
DProcessRecord.java723 IApplicationThread getOnewayThread() { in getOnewayThread() method in ProcessRecord
DBroadcastController.java1696 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleCanceledResultTo()
DActivityManagerService.java18317 final IApplicationThread thread = app.getOnewayThread();
/frameworks/base/services/
Dart-profile1082 HSPLcom/android/server/am/ProcessRecord;->getOnewayThread()Landroid/app/IApplicationThread;