Searched refs:getRemoteInstanceLazy (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintSpooler.java | 170 return mGetPrintJobInfosCaller.getPrintJobInfos(getRemoteInstanceLazy(), in getPrintJobInfos() 193 getRemoteInstanceLazy().createPrintJob(printJob); in createPrintJob() 214 getRemoteInstanceLazy().writePrintJobData(fd, printJobId); in writePrintJobData() 238 return mGetPrintJobInfoCaller.getPrintJobInfo(getRemoteInstanceLazy(), in getPrintJobInfo() 261 return mSetPrintJobStatusCaller.setPrintJobState(getRemoteInstanceLazy(), in setPrintJobState() 291 getRemoteInstanceLazy().setProgress(printJobId, progress); in setProgress() 318 getRemoteInstanceLazy().setStatus(printJobId, status); in setStatus() 347 getRemoteInstanceLazy().setStatusRes(printJobId, status, appPackageName); in setStatus() 376 mCustomPrinterIconLoadedCaller.onCustomPrinterIconLoaded(getRemoteInstanceLazy(), in onCustomPrinterIconLoaded() 408 return mGetCustomPrinterIconCaller.getCustomPrinterIcon(getRemoteInstanceLazy(), in getCustomPrinterIcon() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolverConnection.java | 95 target = getRemoteInstanceLazy(request.getToken()); in getInstantAppResolveInfoList() 129 getRemoteInstanceLazy(request.getToken()) in getInstantAppIntentFilterList() 140 private IInstantAppResolver getRemoteInstanceLazy(String token) in getRemoteInstanceLazy() method in InstantAppResolverConnection
|