Searched refs:firstSessionCallbacks (Results 1 – 3 of 3) sorted by relevance
67 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testNormalLifecycle() local75 return firstSessionCallbacks; in testNormalLifecycle()115 PrinterId firstPrinterId = getAddedPrinterIdForLocalId(firstSessionCallbacks, in testNormalLifecycle()117 PrinterId secondPrinterId = getAddedPrinterIdForLocalId(firstSessionCallbacks, in testNormalLifecycle()132 InOrder inOrder = inOrder(firstSessionCallbacks); in testNormalLifecycle()136 inOrder.verify(firstSessionCallbacks).onStartPrinterDiscovery( in testNormalLifecycle()140 inOrder.verify(firstSessionCallbacks).onStartPrinterStateTracking( in testNormalLifecycle()144 inOrder.verify(firstSessionCallbacks).onStopPrinterStateTracking( in testNormalLifecycle()148 inOrder.verify(firstSessionCallbacks).onStartPrinterStateTracking( in testNormalLifecycle()152 inOrder.verify(firstSessionCallbacks).onStopPrinterStateTracking( in testNormalLifecycle()[all …]
277 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testPrinterCapabilityChange() local303 return firstSessionCallbacks; in testPrinterCapabilityChange()368 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testIllegalPrinterCapabilityInfos() local465 return firstSessionCallbacks; in testIllegalPrinterCapabilityInfos()495 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testSanePrinterCapabilityInfos() local578 return firstSessionCallbacks; in testSanePrinterCapabilityInfos()610 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testPrinterCapabilityInfo() local644 return firstSessionCallbacks; in testPrinterCapabilityInfo()
137 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testCase() local205 invocation -> firstSessionCallbacks, null, null); in testCase()