Searched refs:getOnewayThread (Results 1 – 6 of 6) sorted by relevance
1201 final IApplicationThread thread = app.getOnewayThread(); in dispatchReceivers()1266 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleResultTo()
615 return (app != null) && (app.getOnewayThread() != null) && !app.isKilled(); in isProcessWarm()
723 IApplicationThread getOnewayThread() { in getOnewayThread() method in ProcessRecord
1696 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleCanceledResultTo()
18317 final IApplicationThread thread = app.getOnewayThread();
1082 HSPLcom/android/server/am/ProcessRecord;->getOnewayThread()Landroid/app/IApplicationThread;