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.java1085 int typeDAM; in readDisableAccountInfo() local
1087 while ((typeDAM=parser.next()) != END_DOCUMENT in readDisableAccountInfo()
1088 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readDisableAccountInfo()
1089 if (typeDAM == END_TAG || typeDAM == TEXT) { in readDisableAccountInfo()
1105 int typeDAM; in getAllTrustAgentInfos() local
1107 while ((typeDAM=parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()
1108 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getAllTrustAgentInfos()
1109 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()
1127 int typeDAM; in getTrustAgentInfo() local
1129 while ((typeDAM=parser.next()) != END_DOCUMENT in getTrustAgentInfo()
[all …]