Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0053/src/android/security/cts/CVE_2024_0053/
DTestPrintService.java79 PrinterInfo pInfo = pBuilder.build(); in onStartPrinterDiscovery() local
81 pList.add(pInfo); in onStartPrinterDiscovery()
/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionReprocessCaptureTest.java157 StaticMetadata pInfo = mAllStaticInfo.get(physicalCameraId); in testMultiResolutionReprocessCharacteristics() local
158 CameraCharacteristics pChar = pInfo.getCharacteristics(); in testMultiResolutionReprocessCharacteristics()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java673 PackageInfo pInfo = mPackageManager.getPackageInfo(pkgName, in getCertHash() local
677 return IccUtils.bytesToHexString(md.digest(pInfo.signatures[0].toByteArray())); in getCertHash()