Searched refs:oldType (Results 1 – 5 of 5) sorted by relevance
1102 final Integer oldType = values.getAsInteger(StructuredPostal.TYPE); in migratePostal() local1103 if (!supportedTypes.contains(oldType)) { in migratePostal()1111 if (oldType != null && oldType == StructuredPostal.TYPE_CUSTOM) { in migratePostal()1325 final Integer oldType = entry.getAsInteger(COLUMN_FOR_TYPE); in migrateGenericWithTypeColumn() local1327 if (!allowedTypes.contains(oldType)) { in migrateGenericWithTypeColumn()1332 if (oldType != null && oldType == TYPE_CUSTOM) { in migrateGenericWithTypeColumn()1340 typeForNewAccount = oldType; in migrateGenericWithTypeColumn()
1113 int oldType = internalConfig.getDefaultSecurityParams().getSecurityType(); in mergeSecurityParamsListWithInternalWifiConfiguration() local1115 if (oldType != newType) { in mergeSecurityParamsListWithInternalWifiConfiguration()1119 } else if (externalConfig.isSecurityType(oldType)) { in mergeSecurityParamsListWithInternalWifiConfiguration()1121 internalConfig.addSecurityParams(oldType); in mergeSecurityParamsListWithInternalWifiConfiguration()
2940 String oldType = oldRow.getString(oldRow.getColumnIndex(TYPE)); in mergeFieldsAndUpdateDb() local2943 if (!oldType.equalsIgnoreCase(newType)) { in mergeFieldsAndUpdateDb()2944 if (oldType.equals("") || newType.equals("")) { in mergeFieldsAndUpdateDb()2947 String[] oldTypes = oldType.toLowerCase(Locale.ROOT).split(","); in mergeFieldsAndUpdateDb()2952 oldType + " old bearer=" + oldRow.getInt(oldRow.getColumnIndex( in mergeFieldsAndUpdateDb()
1634 for (int oldType : oldLimit.types) { in upgradeV1_0ChipModesToV1_6()1635 newLimit.types.add(IFACE_TYPE_TO_CONCURRENCY_TYPE_MAP.get(oldType)); in upgradeV1_0ChipModesToV1_6()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...