Searched refs:sFailCauseMap (Results 1 – 1 of 1) sorted by relevance
1320 private static final Map<Integer, String> sFailCauseMap; field in DataFailCause1322 sFailCauseMap = new HashMap<>();1323 sFailCauseMap.put(NONE, "NONE"); in sFailCauseMap.put()1324 sFailCauseMap.put(OPERATOR_BARRED, "OPERATOR_BARRED"); in sFailCauseMap.put()1325 sFailCauseMap.put(NAS_SIGNALLING, "NAS_SIGNALLING"); in sFailCauseMap.put()1326 sFailCauseMap.put(LLC_SNDCP, "LLC_SNDCP"); in sFailCauseMap.put()1327 sFailCauseMap.put(INSUFFICIENT_RESOURCES, "INSUFFICIENT_RESOURCES"); in sFailCauseMap.put()1328 sFailCauseMap.put(MISSING_UNKNOWN_APN, "MISSING_UNKNOWN_APN"); in sFailCauseMap.put()1329 sFailCauseMap.put(UNKNOWN_PDP_ADDRESS_TYPE, "UNKNOWN_PDP_ADDRESS_TYPE"); in sFailCauseMap.put()1330 sFailCauseMap.put(USER_AUTHENTICATION, "USER_AUTHENTICATION"); in sFailCauseMap.put()[all …]