Searched refs:ippsDelay (Results 1 – 1 of 1) sorted by relevance
161 for (IppsDelay ippsDelay : mIppsDelays.values()) { in onStop()162 mMainHandler.removeCallbacks(ippsDelay); in onStop()241 IppsDelay ippsDelay = mIppsDelays.get(printerUri); in onServiceResolved() local242 if (oldPrinter == null && ippsDelay == null) { in onServiceResolved()257 IppsDelay ippsDelay = mIppsDelays.get(printerUri); in cancelIppsDelay() local258 mMainHandler.removeCallbacks(ippsDelay); in cancelIppsDelay()