Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/command/
DPpsMoDataTest.java33 import org.ksoap2.serialization.PropertyInfo;
58 PropertyInfo propertyInfo = new PropertyInfo(); in verifyGetPpsMo()
73 PropertyInfo propertyInfo = new PropertyInfo(); in verifyMissingPpsMoReturnNull()
89 PropertyInfo propertyInfo = new PropertyInfo(); in verifyMissingTreeURIAttributeReturnNull()
104 PropertyInfo propertyInfo = new PropertyInfo(); in verifyMissingMoUrnAttributeReturnNull()
118 PropertyInfo propertyInfo = new PropertyInfo(); in verifyNonAddMoCommandMessageReturnNull()
DSppCommandTest.java29 import org.ksoap2.serialization.PropertyInfo;
55 PropertyInfo propertyInfo = new PropertyInfo(); in verifyLaunchBrowserCommand()
72 PropertyInfo propertyInfo = new PropertyInfo(); in verifyOtherCommandTypesReturnNull()
88 PropertyInfo propertyInfo = new PropertyInfo(); in verifyIncompleteCommandReturnNull()
101 PropertyInfo propertyInfo = new PropertyInfo(); in verifyInvalidCommandReturnNull()
DBrowserUriTest.java29 import org.ksoap2.serialization.PropertyInfo;
39 private PropertyInfo mPropertyInfo;
47 mPropertyInfo = new PropertyInfo(); in setUp()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DPostDevDataResponseTest.java30 import org.ksoap2.serialization.PropertyInfo;
60 PropertyInfo propertyInfo = new PropertyInfo(); in verifyValidPostDevDataResponse()
87 response.addProperty(new PropertyInfo()); in verifyInvalidPostDevDataResponseReturnNull()
88 response.addProperty(new PropertyInfo()); in verifyInvalidPostDevDataResponseReturnNull()
DSoapParserTest.java29 import org.ksoap2.serialization.PropertyInfo;
66 PropertyInfo propertyInfo = new PropertyInfo(); in verifyValidSppPostDevDataResponse()
DPostDevDataMessageTest.java43 import org.ksoap2.serialization.PropertyInfo;
134 PropertyInfo propertyInfo = new AttributeInfo(); in verifyCommonFields()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
DSppCommand.java22 import org.ksoap2.serialization.PropertyInfo;
84 private SppCommand(PropertyInfo soapResponse) throws IllegalArgumentException { in SppCommand()
105 PropertyInfo commandInfo = new PropertyInfo(); in SppCommand()
170 public static SppCommand createInstance(@NonNull PropertyInfo soapResponse) { in createInstance()
DBrowserUri.java22 import org.ksoap2.serialization.PropertyInfo;
33 private BrowserUri(PropertyInfo command) { in BrowserUri()
43 public static BrowserUri createInstance(PropertyInfo command) { in createInstance()
DPpsMoData.java25 import org.ksoap2.serialization.PropertyInfo;
59 public static PpsMoData createInstance(@NonNull PropertyInfo command) { in createInstance()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DPostDevDataResponse.java24 import org.ksoap2.serialization.PropertyInfo;
45 PropertyInfo propertyInfo = new PropertyInfo(); in PostDevDataResponse()
/frameworks/base/core/java/android/view/
DViewDebug.java337 private abstract static class PropertyInfo<T extends Annotation, class in ViewDebug
348 PropertyInfo(Class<T> property, R member, Class<?> returnType) { in PropertyInfo() method in ViewDebug.PropertyInfo
357 static <T extends Annotation> PropertyInfo<T, ?> forMethod(Method method, in forMethod()
373 PropertyInfo info = new MethodPI(method, property); in forMethod()
379 static <T extends Annotation> PropertyInfo<T, ?> forField(Field field, Class<T> property) { in forField()
388 private static class MethodPI<T extends Annotation> extends PropertyInfo<T, Method> {
400 private static class FieldPI<T extends Annotation> extends PropertyInfo<T, Field> {
429 private static HashMap<Class<?>, PropertyInfo<ExportedProperty, ?>[]> sExportProperties;
430 private static HashMap<Class<?>, PropertyInfo<CapturedViewProperty, ?>[]>
1382 for (PropertyInfo<ExportedProperty, ?> info : getExportedProperties(klass)) {
[all …]