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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java85 private static final int NP_INTERNATIONAL_BEGIN = 100; field in class:SmsNumberUtils
87 private static final int NP_NBPCD_HOMEIDD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN;
90 private static final int NP_HOMEIDD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 1;
93 private static final int NP_NBPCD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 2;
96 private static final int NP_LOCALIDD_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 3;
99 private static final int NP_CC_AREA_LOCAL = NP_INTERNATIONAL_BEGIN + 4;

Completed in 937 milliseconds