Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java67 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testNormalLifecycle() local
75 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 …]
DPrinterCapabilitiesTest.java277 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testPrinterCapabilityChange() local
303 return firstSessionCallbacks; in testPrinterCapabilityChange()
368 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testIllegalPrinterCapabilityInfos() local
465 return firstSessionCallbacks; in testIllegalPrinterCapabilityInfos()
495 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testSanePrinterCapabilityInfos() local
578 return firstSessionCallbacks; in testSanePrinterCapabilityInfos()
610 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testPrinterCapabilityInfo() local
644 return firstSessionCallbacks; in testPrinterCapabilityInfo()
DCustomPrintOptionsTest.java137 final PrinterDiscoverySessionCallbacks firstSessionCallbacks = in testCase() local
205 invocation -> firstSessionCallbacks, null, null); in testCase()