Searched refs:CustomType (Results 1 – 4 of 4) sorted by relevance
52 public CustomType customTypeField = new CustomType();56 private class CustomType { class in JavaBridgeFieldsTest
106 public CustomType getCustomTypeValue() { in getCustomTypeValue()107 return new CustomType(); in getCustomTypeValue()114 private class CustomType { class in JavaBridgeReturnValuesTest
39 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
39 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