Home
last modified time | relevance | path

Searched refs:typeDAM (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DPreferentialNetworkServiceConfig.java446 int typeDAM; in readAttributeValues() local
447 while ((typeDAM = parser.next()) != END_DOCUMENT in readAttributeValues()
448 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readAttributeValues()
449 if (typeDAM == END_TAG || typeDAM == TEXT) { in readAttributeValues()
482 int typeDAM; in getPreferentialNetworkServiceConfig() local
485 while ((typeDAM = parser.next()) != END_DOCUMENT in getPreferentialNetworkServiceConfig()
486 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getPreferentialNetworkServiceConfig()
487 if (typeDAM == END_TAG || typeDAM == TEXT) { in getPreferentialNetworkServiceConfig()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java1063 int typeDAM; in readAttributeValues() local
1064 while ((typeDAM = parser.next()) != END_DOCUMENT in readAttributeValues()
1065 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readAttributeValues()
1066 if (typeDAM == END_TAG || typeDAM == TEXT) { in readAttributeValues()
1082 int typeDAM; in getAllTrustAgentInfos() local
1084 while ((typeDAM = parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()
1086 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()
1125 int typeDAM; in getPreferentialNetworkServiceConfigs() local
1127 while ((typeDAM = parser.next()) != END_DOCUMENT in getPreferentialNetworkServiceConfigs()
1128 && (typeDAM != END_TAG || parser.getDepth() > outerDepth)) { in getPreferentialNetworkServiceConfigs()
[all …]