Searched refs:sFailCauseMap (Results 1 – 1 of 1) sorted by relevance
1079 private static final Map<Integer, String> sFailCauseMap; field in DataFailCause1081 sFailCauseMap = new HashMap<>();1082 sFailCauseMap.put(NONE, "NONE"); in sFailCauseMap.put()1083 sFailCauseMap.put(OPERATOR_BARRED, "OPERATOR_BARRED"); in sFailCauseMap.put()1084 sFailCauseMap.put(NAS_SIGNALLING, "NAS_SIGNALLING"); in sFailCauseMap.put()1085 sFailCauseMap.put(LLC_SNDCP, "LLC_SNDCP"); in sFailCauseMap.put()1086 sFailCauseMap.put(INSUFFICIENT_RESOURCES, "INSUFFICIENT_RESOURCES"); in sFailCauseMap.put()1087 sFailCauseMap.put(MISSING_UNKNOWN_APN, "MISSING_UNKNOWN_APN"); in sFailCauseMap.put()1088 sFailCauseMap.put(UNKNOWN_PDP_ADDRESS_TYPE, "UNKNOWN_PDP_ADDRESS_TYPE"); in sFailCauseMap.put()1089 sFailCauseMap.put(USER_AUTHENTICATION, "USER_AUTHENTICATION"); in sFailCauseMap.put()[all …]