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.java1522 int typeDAM; in readAttributeValues() local
1523 while ((typeDAM=parser.next()) != END_DOCUMENT in readAttributeValues()
1524 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readAttributeValues()
1525 if (typeDAM == END_TAG || typeDAM == TEXT) { in readAttributeValues()
1540 int typeDAM; in getAllTrustAgentInfos() local
1542 while ((typeDAM=parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()
1543 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getAllTrustAgentInfos()
1544 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()
1562 int typeDAM; in getTrustAgentInfo() local
1564 while ((typeDAM=parser.next()) != END_DOCUMENT in getTrustAgentInfo()
[all …]