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/ |
D | PpsMoDataTest.java | 33 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()
|
D | SppCommandTest.java | 29 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()
|
D | BrowserUriTest.java | 29 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/ |
D | PostDevDataResponseTest.java | 30 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()
|
D | SoapParserTest.java | 29 import org.ksoap2.serialization.PropertyInfo; 66 PropertyInfo propertyInfo = new PropertyInfo(); in verifyValidSppPostDevDataResponse()
|
D | PostDevDataMessageTest.java | 43 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/ |
D | SppCommand.java | 22 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()
|
D | BrowserUri.java | 22 import org.ksoap2.serialization.PropertyInfo; 33 private BrowserUri(PropertyInfo command) { in BrowserUri() 43 public static BrowserUri createInstance(PropertyInfo command) { in createInstance()
|
D | PpsMoData.java | 25 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/ |
D | PostDevDataResponse.java | 24 import org.ksoap2.serialization.PropertyInfo; 45 PropertyInfo propertyInfo = new PropertyInfo(); in PostDevDataResponse()
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 337 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 …]
|