Searched refs:getRemoteInstanceLazy (Results 1 – 3 of 3) 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 | 94 target = getRemoteInstanceLazy(token); in getInstantAppResolveInfoList() 129 getRemoteInstanceLazy(token) in getInstantAppIntentFilterList() 141 private IInstantAppResolver getRemoteInstanceLazy(String token) in getRemoteInstanceLazy() method in InstantAppResolverConnection
|
/frameworks/base/services/ |
D | art-profile | 10393 PLcom/android/server/pm/InstantAppResolverConnection;->getRemoteInstanceLazy(Ljava/lang/String;)Lan… 12751 HSPLcom/android/server/print/RemotePrintSpooler;->getRemoteInstanceLazy()Landroid/print/IPrintSpool…
|