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()
1064 int typeDAM; in readAttributeValues() local1065 while ((typeDAM = parser.next()) != END_DOCUMENT in readAttributeValues()1066 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readAttributeValues()1067 if (typeDAM == END_TAG || typeDAM == TEXT) { in readAttributeValues()1083 int typeDAM; in getAllTrustAgentInfos() local1085 while ((typeDAM = parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()1086 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getAllTrustAgentInfos()1087 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()1126 int typeDAM; in getPreferentialNetworkServiceConfigs() local1128 while ((typeDAM = parser.next()) != END_DOCUMENT in getPreferentialNetworkServiceConfigs()[all …]