Home
last modified time | relevance | path

Searched refs:areHistoricalPrintersLoaded (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrinterRegistry.java99 public boolean areHistoricalPrintersLoaded() { in areHistoricalPrintersLoaded() method in PrinterRegistry
102 return getPrinterProvider().areHistoricalPrintersLoaded(); in areHistoricalPrintersLoaded()
DFusedPrintersProvider.java273 public boolean areHistoricalPrintersLoaded() { in areHistoricalPrintersLoaded() method in FusedPrintersProvider
DPrintActivity.java1757 mHistoricalPrintersLoaded = mPrinterRegistry.areHistoricalPrintersLoaded(); in DestinationAdapter()
1937 mHistoricalPrintersLoaded = mPrinterRegistry.areHistoricalPrintersLoaded(); in onPrintersChanged()