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

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

Completed in 923 milliseconds