Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1598 int typeDAM; in readAttributeValues() local
1599 while ((typeDAM=parser.next()) != END_DOCUMENT in readAttributeValues()
1600 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readAttributeValues()
1601 if (typeDAM == END_TAG || typeDAM == TEXT) { in readAttributeValues()
1616 int typeDAM; in getAllTrustAgentInfos() local
1618 while ((typeDAM=parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()
1619 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getAllTrustAgentInfos()
1620 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()
1638 int typeDAM; in getTrustAgentInfo() local
1640 while ((typeDAM=parser.next()) != END_DOCUMENT in getTrustAgentInfo()
[all …]