Searched refs:mStartedPrinterDiscoveryTokens (Results 1 – 1 of 1) sorted by relevance
1271 private final List<IBinder> mStartedPrinterDiscoveryTokens = new ArrayList<IBinder>(); field in UserState.PrinterDiscoverySessionMediator1312 final boolean discoveryStarted = !mStartedPrinterDiscoveryTokens.isEmpty(); in startPrinterDiscoveryLocked()1315 mStartedPrinterDiscoveryTokens.add(observer.asBinder()); in startPrinterDiscoveryLocked()1325 if (mStartedPrinterDiscoveryTokens.size() > 1) { in startPrinterDiscoveryLocked()1340 if (!mStartedPrinterDiscoveryTokens.remove(observer.asBinder())) { in stopPrinterDiscoveryLocked()1344 if (!mStartedPrinterDiscoveryTokens.isEmpty()) { in stopPrinterDiscoveryLocked()1393 if (mStartedPrinterDiscoveryTokens.isEmpty()) { in startPrinterStateTrackingLocked()1419 if (mStartedPrinterDiscoveryTokens.isEmpty()) { in stopPrinterStateTrackingLocked()1453 final int observerCount = mStartedPrinterDiscoveryTokens.size(); in destroyLocked()1455 IBinder token = mStartedPrinterDiscoveryTokens.get(i); in destroyLocked()[all …]