Home
last modified time | relevance | path

Searched refs:NP_INTERNATIONAL_BEGIN (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java89 private static final int NP_INTERNATIONAL_BEGIN = 100; field in SmsNumberUtils
91 private static final int NP_NBPCD_HOMEIDD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN;
94 private static final int NP_HOMEIDD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 1;
97 private static final int NP_NBPCD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 2;
100 private static final int NP_LOCALIDD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 3;
103 private static final int NP_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 4;