Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java55 private DeviceInfoStore mStore; field in CameraDeviceInfo.CameraCharacteristicsStorer
64 mStore = store; in CameraCharacteristicsStorer()
70 mStore.startGroup(); // per camera chars in storeCameraInfo()
71 mStore.addResult("cameraId", cameraId); in storeCameraInfo()
73 mStore.endGroup(); // per camera chars in storeCameraInfo()
85 mStore.startGroup(); in storeRational()
87 mStore.startGroup(protoName); in storeRational()
89 mStore.addResult("numerator", rat.getNumerator()); in storeRational()
90 mStore.addResult("denominator", rat.getDenominator()); in storeRational()
91 mStore.endGroup(); in storeRational()
[all …]