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.java83 Rational rat, String protoName) throws Exception { in storeRational() argument
84 if (protoName == null) { in storeRational()
87 mStore.startGroup(protoName); in storeRational()
95 Size size, String protoName) throws Exception { in storeSize() argument
96 if (protoName == null) { in storeSize()
99 mStore.startGroup(protoName); in storeSize()
107 SizeF size, String protoName) throws Exception { in storeSizeF() argument
108 if (protoName == null) { in storeSizeF()
111 mStore.startGroup(protoName); in storeSizeF()
119 Rect rect, String protoName) throws Exception { in storeRect() argument
[all …]