Home
last modified time | relevance | path

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

/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
DJavaBridgeArrayCoercionTest.java39 private CustomType mCustomTypeInstance; field in JavaBridgeArrayCoercionTest.TestObject
55 mCustomTypeInstance = new CustomType(); in TestObject()
62 return mCustomTypeInstance; in getCustomTypeInstance()