Searched refs:sFailCauseMap (Results 1 – 1 of 1) sorted by relevance
965 private static final Map<Integer, String> sFailCauseMap; field in DataFailCause967 sFailCauseMap = new HashMap<>();968 sFailCauseMap.put(NONE, "NONE"); in sFailCauseMap.put()969 sFailCauseMap.put(OPERATOR_BARRED, "OPERATOR_BARRED"); in sFailCauseMap.put()970 sFailCauseMap.put(NAS_SIGNALLING, "NAS_SIGNALLING"); in sFailCauseMap.put()971 sFailCauseMap.put(LLC_SNDCP, "LLC_SNDCP"); in sFailCauseMap.put()972 sFailCauseMap.put(INSUFFICIENT_RESOURCES, "INSUFFICIENT_RESOURCES"); in sFailCauseMap.put()973 sFailCauseMap.put(MISSING_UNKNOWN_APN, "MISSING_UNKNOWN_APN"); in sFailCauseMap.put()974 sFailCauseMap.put(UNKNOWN_PDP_ADDRESS_TYPE, "UNKNOWN_PDP_ADDRESS_TYPE"); in sFailCauseMap.put()975 sFailCauseMap.put(USER_AUTHENTICATION, "USER_AUTHENTICATION"); in sFailCauseMap.put()[all …]