Searched refs:pip (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | PrintProtoTest.java | 78 for (PrinterIdProto pip : aps.getTrackedPrintersList()) { in verifyActivePrintServiceProto() 79 verifyPrinterIdProto(pip, filterLevel); in verifyActivePrintServiceProto() 84 for (PrinterIdProto pip : pds.getTrackedPrinterRequestsList()) { in verifyPrinterDiscoverySessionProto() 85 verifyPrinterIdProto(pip, filterLevel); in verifyPrinterDiscoverySessionProto() 87 for (PrinterInfoProto pip : pds.getPrinterList()) { in verifyPrinterDiscoverySessionProto() 88 verifyPrinterInfoProto(pip, filterLevel); in verifyPrinterDiscoverySessionProto() 100 …private static void verifyPrinterIdProto(PrinterIdProto pip, final int filterLevel) throws Excepti… in verifyPrinterIdProto() argument 102 assertTrue(pip.getLocalId().isEmpty()); in verifyPrinterIdProto() 106 …private static void verifyPrinterInfoProto(PrinterInfoProto pip, final int filterLevel) throws Exc… in verifyPrinterInfoProto() argument 107 verifyPrinterIdProto(pip.getId(), filterLevel); in verifyPrinterInfoProto() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | SoundGenerator.java | 31 double[] pip = getPip(Common.WINDOW_FOR_PLAYER, Common.FREQUENCIES[i]); in SoundGenerator() local 32 System.arraycopy(pip, 0, sample, in SoundGenerator() 35 pip.length); in SoundGenerator()
|
/cts/tests/tests/systemui/ |
D | OWNERS | 4 # Owners of the pip tests on atv:
|
/cts/tests/framework/base/windowmanager/ |
D | OWNERS | 15 # pip
|
/cts/tests/tests/systemui/PipTestApp/src/android/systemui/cts/tv/pip/ |
D | PipTestActivity.kt | 17 package android.systemui.cts.tv.pip in <lambda>()
|