Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionImageReaderTest.java157 StaticMetadata pInfo = mAllStaticInfo.get(physicalCameraId); in testMultiResolutionCaptureCharacteristics() local
158 CameraCharacteristics pChar = pInfo.getCharacteristics(); in testMultiResolutionCaptureCharacteristics()
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.java427 PackageInfo pInfo = mPackageManager.getPackageInfo(pkgName, in getCertHash() local
431 return IccUtils.bytesToHexString(md.digest(pInfo.signatures[0].toByteArray())); in getCertHash()