Searched refs:getOnewayThread (Results 1 – 5 of 5) sorted by relevance
1067 final IApplicationThread thread = app.getOnewayThread(); in dispatchReceivers()1131 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleResultTo()
532 return (app != null) && (app.getOnewayThread() != null) && !app.isKilled(); in isProcessWarm()
668 IApplicationThread getOnewayThread() { in getOnewayThread() method in ProcessRecord
15319 final IApplicationThread thread = (app != null) ? app.getOnewayThread() : null; in scheduleCanceledResultTo()19223 final IApplicationThread thread = app.getOnewayThread();
2100 HSPLcom/android/server/am/ProcessRecord;->getOnewayThread()Landroid/app/IApplicationThread;