HomeSort by relevance Sort by last modified time
    Searched full:numbertype (Results 1 - 25 of 37) sorted by null

1 2

  /packages/providers/ContactsProvider/tests/assets/test1/
expected_calls.txt 10 10 numbertype=1
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_calls.txt 10 10 numbertype=1
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_calls.txt 10 10 numbertype=1
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallWaitingNotification.java 33 public int numberType = 0;
48 + " numberType: " + numberType
CdmaInformationRecords.java 152 public byte numberType;
157 public CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi,
160 this.numberType = (byte)numberType;
171 ", numberType: " + numberType +
190 public CdmaRedirectingNumberInfoRec(String number, int numberType, int numberPlan,
193 number, numberType, numberPlan, pi, si);
SmsMessage.java 617 int numberType = 0;
619 numberType = addrBis.read(3);
620 addr.ton = numberType;
647 if (numberType == 2)
    [all...]
  /external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapper.java 137 PhoneNumberType numberType = PhoneNumberUtil.getInstance().getNumberType(number);
138 if (numberType == PhoneNumberType.UNKNOWN) {
140 } else if (!canBeGeocoded(numberType)) {
153 private boolean canBeGeocoded(PhoneNumberType numberType) {
154 return (numberType == PhoneNumberType.FIXED_LINE ||
155 numberType == PhoneNumberType.MOBILE ||
156 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE);
  /external/jetty/src/java/org/eclipse/jetty/util/ajax/
JSONPojoConvertor.java 48 private static final Map<Class<?>, NumberType> __numberTypes = new HashMap<Class<?>, NumberType>();
50 public static NumberType getNumberType(Class<?> clazz)
255 protected NumberType _numberType;
282 public NumberType getNumberType()
373 public interface NumberType
378 public static final NumberType SHORT = new NumberType()
386 public static final NumberType INTEGER = new NumberType()
    [all...]
  /external/libphonenumber/carrier/src/com/google/i18n/phonenumbers/
PhoneNumberToCarrierMapper.java 92 PhoneNumberType numberType = phoneUtil.getNumberType(number);
93 if (isMobile(numberType)) {
119 private boolean isMobile(PhoneNumberType numberType) {
120 return (numberType == PhoneNumberType.MOBILE ||
121 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE ||
122 numberType == PhoneNumberType.PAGER);
  /external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 186 PhoneNumberType numberType = phoneUtil.getNumberType(number);
187 if (numberType == PhoneNumberType.UNKNOWN) {
189 } else if (!canBeGeocoded(numberType)) {
209 PhoneNumberType numberType = phoneUtil.getNumberType(number);
210 if (numberType == PhoneNumberType.UNKNOWN) {
212 } else if (!canBeGeocoded(numberType)) {
223 private boolean canBeGeocoded(PhoneNumberType numberType) {
224 return (numberType == PhoneNumberType.FIXED_LINE ||
225 numberType == PhoneNumberType.MOBILE ||
226 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List7.java 91 String numberType = (String) Phone.getTypeLabel(getResources(), type, label);
92 String text = numberType + ": " + phone;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
IntentProvider.java 134 final int numberType,
189 return IntentUtil.getNewContactIntent(name, number, numberType);
191 return IntentUtil.getAddToExistingContactIntent(name, number, numberType);
PhoneCallDetailsHelper.java 193 } else if (!(details.numberType == Phone.TYPE_CUSTOM
197 mResources, details.numberType, details.numberLabel);
CallLogAsyncTaskUtil.java 167 details.numberType = info.type;
  /external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java 189 PhoneNumberType numberType = phoneUtil.getNumberType(number);
212 appendLine("Result from getNumberType()", numberType.toString(), output);
278 if (numberType == PhoneNumberType.MOBILE ||
279 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE ||
280 numberType == PhoneNumberType.PAGER) {
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 80 Integer numberType = getCachedNumberType();
81 if (numberType == null) {
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 55 public int numberType;
CallDetailActivity.java 195 return Phone.getTypeLabel(mResources, details.numberType,
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 95 public int numberType;
171 info.numberType = 0;
210 info.numberType = cursor.getInt(typeColumnIndex);
213 info.numberType, info.numberLabel)
640 .append("\nnumberType: " + numberType)
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 89 public int numberType;
165 info.numberType = 0;
204 info.numberType = cursor.getInt(typeColumnIndex);
207 info.numberType, info.numberLabel)
527 .append("\nnumberType: " + numberType)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /external/clang/lib/Sema/
SemaExprObjC.cpp 174 QualType NumberType,
178 S.NSAPIObj->getNSNumberFactoryMethodKind(NumberType);
183 << NumberType << R;
245 NumberType, /*TInfo=*/nullptr,
264 QualType NumberType = Number->getType();
270 NumberType = Context.CharTy;
274 NumberType = Context.getWideCharType();
278 NumberType = Context.Char16Ty;
282 NumberType = Context.Char32Ty;
290 ObjCMethodDecl *Method = getNSNumberFactoryMethod(*this, AtLoc, NumberType,
    [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]

Completed in 504 milliseconds

1 2