Searched refs:XmlUtils (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | DialerVvmConfigManager.java | 27 import com.android.voicemail.impl.utils.XmlUtils; 182 return XmlUtils.readThisListXml(in, startTag, tagName, new MyReadMapCallback(), false); in readBundleList() 198 XmlUtils.readThisArrayMapXml(in, startTag, tagName, new MyReadMapCallback()); in restoreFromXml() 220 static class MyReadMapCallback implements XmlUtils.ReadMapCallback {
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkMenuConfig.java | 31 import com.android.internal.telephony.util.XmlUtils; 161 XmlUtils.beginDocument(parser, XML_OPERATORS_TAG); in initialize() 164 XmlUtils.nextElement(parser); in initialize()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | UsbDeviceHandlerResolver.java | 39 import com.android.internal.util.XmlUtils; 292 XmlUtils.nextElement(parser); in packageMatches() 301 XmlUtils.nextElement(parser); in packageMatches()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PhotoPriorityResolver.java | 29 import com.android.internal.util.XmlUtils; 164 priority = XmlUtils.convertValueToInt(parser.getAttributeValue(i), in loadPhotoPriorityFromXml()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 59 import com.android.internal.util.XmlUtils; 1537 while (XmlUtils.nextElementWithin(parser, outerDepth)) { 1561 while (XmlUtils.nextElementWithin(parser, outerDepth)) { 1658 while (XmlUtils.nextElementWithin(parser, outerDepth)) { 1679 while (XmlUtils.nextElementWithin(parser, defaultAccountHandlesDepth)) { 1691 while (XmlUtils.nextElementWithin(parser, accountsDepth)) { 1744 while (XmlUtils.nextElementWithin(parser, outerDepth)) { 1851 while (XmlUtils.nextElementWithin(parser, outerDepth)) { 2045 while (XmlUtils.nextElementWithin(parser, outerDepth)) {
|
/packages/modules/ExtServices/src/android/ext/services/notification/ |
D | Assistant.java | 50 import com.android.internal.util.XmlUtils; 161 while (XmlUtils.nextElementWithin(parser, outerDepth)) { in readXml() 166 while (XmlUtils.nextElementWithin(parser, impressionOuterDepth)) { in readXml()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | HbpcdLookupDatabaseHelper.java | 81 import com.android.internal.util.XmlUtils; 167 XmlUtils.beginDocument(parser, "hbpcd_info"); in initDatabase()
|
D | TelephonyProvider.java | 118 import com.android.internal.util.XmlUtils; 557 XmlUtils.beginDocument(parser, "apns"); in getVersion() 742 XmlUtils.beginDocument(parser, "apns"); in initDatabase() 764 XmlUtils.beginDocument(confparser, "apns"); in initDatabase() 1629 XmlUtils.beginDocument(confparser, "apns"); in preserveUserAndCarrierApns() 1659 XmlUtils.nextElement(parser); in deleteMatchingApns() 1666 XmlUtils.nextElement(parser); in deleteMatchingApns() 2191 XmlUtils.nextElement(parser); in loadApns() 2198 XmlUtils.nextElement(parser); in loadApns()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
D | XmlUtils.java | 26 public class XmlUtils { class
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 11025 com.google.android.rcs.client.utils.XmlUtils, 11264 com.google.android.rcs.client.utils.XmlUtils,
|