Luca Stefani | 34c9267 | 2021-03-12 13:54:41 +0100 | [diff] [blame] | 1 | // Signature format: 2.0 |
| 2 | package org.lineageos.lib.phone.spn { |
| 3 | |
| 4 | public class Item { |
| 5 | ctor public Item(); |
| 6 | method public String getCategories(); |
| 7 | method public String getLanguages(); |
| 8 | method public String getName(); |
| 9 | method public String getNumber(); |
| 10 | method public String getOrganization(); |
| 11 | method public String getWebsite(); |
| 12 | method public void setCategories(String); |
| 13 | method public void setLanguages(String); |
| 14 | method public void setName(String); |
| 15 | method public void setNumber(String); |
| 16 | method public void setOrganization(String); |
| 17 | method public void setWebsite(String); |
| 18 | } |
| 19 | |
| 20 | public class SensitivePN { |
| 21 | ctor public SensitivePN(); |
| 22 | method public java.util.List<org.lineageos.lib.phone.spn.Item> getItem(); |
| 23 | method public String getNetwork(); |
| 24 | method public void setNetwork(String); |
| 25 | } |
| 26 | |
| 27 | public class SensitivePNS { |
| 28 | ctor public SensitivePNS(); |
| 29 | method public java.util.List<org.lineageos.lib.phone.spn.SensitivePN> getSensitivePN(); |
| 30 | } |
| 31 | |
| 32 | public class XmlParser { |
| 33 | ctor public XmlParser(); |
| 34 | method public static org.lineageos.lib.phone.spn.SensitivePNS read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 35 | method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 36 | method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; |
| 37 | } |
| 38 | |
| 39 | } |
| 40 | |