Searched refs:roamingNumeric (Results 1 – 1 of 1) sorted by relevance
1086 String roamingNumeric = serviceState.getOperatorNumeric(); in updateDataRoamingStatus() local1087 String roamingNumericReason = "RoamingNumeric=" + roamingNumeric; in updateDataRoamingStatus()1116 if (!shownInThisNumeric && roamingNumeric != null) { in updateDataRoamingStatus()1143 if (!shownInThisNumeric && roamingNumeric != null) { in updateDataRoamingStatus()1150 boolean shouldShowRoamingNotification = shouldShowRoamingNotification(roamingNumeric); in updateDataRoamingStatus()1219 private boolean shouldShowRoamingNotification(String roamingNumeric) { in shouldShowRoamingNotification() argument1224 if (TextUtils.isEmpty(roamingNumeric)) { in shouldShowRoamingNotification()1225 Log.d(LOG_TAG, "shouldShowRoamingNotification: roamingNumeric=" + roamingNumeric); in shouldShowRoamingNotification()1233 if (roamingNumeric.equals(mccMnc)) { in shouldShowRoamingNotification()1242 String roamingMcc = roamingNumeric.length() < 3 ? "" : roamingNumeric.substring(0, 3); in shouldShowRoamingNotification()[all …]