Searched refs:typeDAM (Results 1 – 2 of 2) sorted by relevance
446 int typeDAM; in readAttributeValues() local447 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() local485 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()
1063 int typeDAM; in readAttributeValues() local1064 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() local1084 while ((typeDAM = parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()1086 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()1125 int typeDAM; in getPreferentialNetworkServiceConfigs() local1127 while ((typeDAM = parser.next()) != END_DOCUMENT in getPreferentialNetworkServiceConfigs()1128 && (typeDAM != END_TAG || parser.getDepth() > outerDepth)) { in getPreferentialNetworkServiceConfigs()[all …]