Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java121 private Location mLocationOfLastPrinterUpdate; field in FusedPrintersProvider
339 && Objects.equals(mLocationOfLastPrinterUpdate, location)) { in updatePrinters()
343 mLocationOfLastPrinterUpdate = location; in updatePrinters()