Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java105 Rational rat, String protoName) throws Exception { in storeRational() argument
106 if (protoName == null) { in storeRational()
109 mStore.startGroup(protoName); in storeRational()
117 Size size, String protoName) throws Exception { in storeSize() argument
118 if (protoName == null) { in storeSize()
121 mStore.startGroup(protoName); in storeSize()
129 SizeF size, String protoName) throws Exception { in storeSizeF() argument
130 if (protoName == null) { in storeSizeF()
133 mStore.startGroup(protoName); in storeSizeF()
141 Rect rect, String protoName) throws Exception { in storeRect() argument
[all …]