Searched refs:sFailCauseMap (Results 1 – 1 of 1) sorted by relevance
1160 private static final Map<Integer, String> sFailCauseMap; field in DataFailCause1162 sFailCauseMap = new HashMap<>();1163 sFailCauseMap.put(NONE, "NONE"); in sFailCauseMap.put()1164 sFailCauseMap.put(OPERATOR_BARRED, "OPERATOR_BARRED"); in sFailCauseMap.put()1165 sFailCauseMap.put(NAS_SIGNALLING, "NAS_SIGNALLING"); in sFailCauseMap.put()1166 sFailCauseMap.put(LLC_SNDCP, "LLC_SNDCP"); in sFailCauseMap.put()1167 sFailCauseMap.put(INSUFFICIENT_RESOURCES, "INSUFFICIENT_RESOURCES"); in sFailCauseMap.put()1168 sFailCauseMap.put(MISSING_UNKNOWN_APN, "MISSING_UNKNOWN_APN"); in sFailCauseMap.put()1169 sFailCauseMap.put(UNKNOWN_PDP_ADDRESS_TYPE, "UNKNOWN_PDP_ADDRESS_TYPE"); in sFailCauseMap.put()1170 sFailCauseMap.put(USER_AUTHENTICATION, "USER_AUTHENTICATION"); in sFailCauseMap.put()[all …]