HomeSort by relevance Sort by last modified time
    Searched full:numbertype (Results 1 - 25 of 38) 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
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionMessages.h 70 template <typename NumberType>
71 static String indexExceedsMaximumBound(const char* name, NumberType given, NumberType bound)
87 template <typename NumberType>
88 static String indexExceedsMinimumBound(const char* name, NumberType given, NumberType bound)
104 template <typename NumberType>
105 static String indexOutsideRange(const char* name, NumberType given, NumberType lowerBound, BoundType lowerType, NumberType upperBound, BoundType upperType
    [all...]
IDBBindingUtilitiesTest.cpp 85 ASSERT_EQ(IDBKey::NumberType, idbKey->type());
  /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 615 int numberType = 0;
617 numberType = addrBis.read(3);
618 addr.ton = numberType;
645 if (numberType == 2)
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 169 PhoneNumberType numberType = phoneUtil.getNumberType(number);
170 if (numberType == PhoneNumberType.UNKNOWN) {
172 } else if (!canBeGeocoded(numberType)) {
192 PhoneNumberType numberType = phoneUtil.getNumberType(number);
193 if (numberType == PhoneNumberType.UNKNOWN) {
195 } else if (!canBeGeocoded(numberType)) {
206 private boolean canBeGeocoded(PhoneNumberType numberType) {
207 return (numberType == PhoneNumberType.FIXED_LINE ||
208 numberType == PhoneNumberType.MOBILE ||
209 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderImageLength.h 47 , m_type(NumberType)
58 bool isNumber() const { return m_type == NumberType; }
83 NumberType
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKey.h 48 return new IDBKey(NumberType, number);
105 NumberType,
138 ASSERT(m_type == NumberType);
IDBKey.cpp 86 case NumberType:
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
IntegerToStringConversion.h 65 template<typename T, typename UnsignedIntegerType, PositiveOrNegativeNumber NumberType>
77 if (NumberType == NegativeNumber)
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 53 public final int numberType;
116 int numberType, CharSequence numberLabel, Uri contactUri,
128 this.numberType = numberType;
CallDetailActivity.java 508 return Phone.getTypeLabel(mResources, details.numberType,
551 final int numberType;
566 numberType = 0;
574 numberType = info.type;
588 nameText, numberType, numberLabel, lookupUri, photoUri, sourceType,
    [all...]
PhoneCallDetailsHelper.java 177 numberFormattedLabel = Phone.getTypeLabel(mResources, details.numberType,
  /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;
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBKey.h 77 BLINK_EXPORT double number() const; // Only valid for NumberType.
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 78 Integer numberType = getCachedNumberType();
79 if (numberType == null) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 94 public int numberType;
170 info.numberType = 0;
209 info.numberType = cursor.getInt(typeColumnIndex);
212 info.numberType, info.numberLabel)
632 .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)
533 .append("\nnumberType: " + numberType)
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBKey.cpp 144 case IDBKey::NumberType:
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
IndexedDBModel.js 52 NumberType: "number",
77 key.type = WebInspector.IndexedDBModel.KeyTypes.NumberType;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 253 public static final String CACHED_NUMBER_TYPE = "numbertype";
471 values.put(CACHED_NUMBER_TYPE, ci.numberType);

Completed in 433 milliseconds

1 2