Searched refs:sFailCauseMap (Results 1 – 1 of 1) sorted by relevance
974 private static final Map<Integer, String> sFailCauseMap; field in DataFailCause976 sFailCauseMap = new HashMap<>();977 sFailCauseMap.put(NONE, "NONE"); in sFailCauseMap.put()978 sFailCauseMap.put(OPERATOR_BARRED, "OPERATOR_BARRED"); in sFailCauseMap.put()979 sFailCauseMap.put(NAS_SIGNALLING, "NAS_SIGNALLING"); in sFailCauseMap.put()980 sFailCauseMap.put(LLC_SNDCP, "LLC_SNDCP"); in sFailCauseMap.put()981 sFailCauseMap.put(INSUFFICIENT_RESOURCES, "INSUFFICIENT_RESOURCES"); in sFailCauseMap.put()982 sFailCauseMap.put(MISSING_UNKNOWN_APN, "MISSING_UNKNOWN_APN"); in sFailCauseMap.put()983 sFailCauseMap.put(UNKNOWN_PDP_ADDRESS_TYPE, "UNKNOWN_PDP_ADDRESS_TYPE"); in sFailCauseMap.put()984 sFailCauseMap.put(USER_AUTHENTICATION, "USER_AUTHENTICATION"); in sFailCauseMap.put()[all …]