Home
last modified time | relevance | path

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

/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
DJavaBridgeFieldsTest.java52 public CustomType customTypeField = new CustomType();
56 private class CustomType { class in JavaBridgeFieldsTest
DJavaBridgeReturnValuesTest.java106 public CustomType getCustomTypeValue() { in getCustomTypeValue()
107 return new CustomType(); in getCustomTypeValue()
114 private class CustomType { class in JavaBridgeReturnValuesTest
DJavaBridgeArrayCoercionTest.java39 private CustomType mCustomTypeInstance;
51 private CustomType[] mCustomTypeArray;
55 mCustomTypeInstance = new CustomType(); in TestObject()
61 public CustomType getCustomTypeInstance() { in getCustomTypeInstance()
105 public synchronized void setCustomTypeArray(CustomType[] x) { in setCustomTypeArray()
150 public synchronized CustomType[] waitForCustomTypeArray() { in waitForCustomTypeArray()
157 private class CustomType { class in JavaBridgeArrayCoercionTest
DJavaBridgeCoercionTest.java39 private CustomType customTypeInstance;
52 private CustomType mCustomTypeValue;
56 customTypeInstance = new CustomType(); in TestObject()
63 public CustomType getCustomTypeInstance() { in getCustomTypeInstance()
110 public synchronized void setCustomTypeValue(CustomType x) { in setCustomTypeValue()
155 public synchronized CustomType waitForCustomTypeValue() { in waitForCustomTypeValue()
162 private static class CustomType { class in JavaBridgeCoercionTest