Searched refs:mStartedPrinterDiscoveryTokens (Results 1 – 1 of 1) sorted by relevance
1284 private final List<IBinder> mStartedPrinterDiscoveryTokens = new ArrayList<IBinder>(); field in UserState.PrinterDiscoverySessionMediator1325 final boolean discoveryStarted = !mStartedPrinterDiscoveryTokens.isEmpty(); in startPrinterDiscoveryLocked()1328 mStartedPrinterDiscoveryTokens.add(observer.asBinder()); in startPrinterDiscoveryLocked()1338 if (mStartedPrinterDiscoveryTokens.size() > 1) { in startPrinterDiscoveryLocked()1353 if (!mStartedPrinterDiscoveryTokens.remove(observer.asBinder())) { in stopPrinterDiscoveryLocked()1357 if (!mStartedPrinterDiscoveryTokens.isEmpty()) { in stopPrinterDiscoveryLocked()1406 if (mStartedPrinterDiscoveryTokens.isEmpty()) { in startPrinterStateTrackingLocked()1432 if (mStartedPrinterDiscoveryTokens.isEmpty()) { in stopPrinterStateTrackingLocked()1466 final int observerCount = mStartedPrinterDiscoveryTokens.size(); in destroyLocked()1468 IBinder token = mStartedPrinterDiscoveryTokens.get(i); in destroyLocked()[all …]