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/core/animation/
AnimatableLength.cpp 173 bool AnimatableLength::primitiveUnitToNumberType(unsigned short primitiveUnit, NumberUnitType& numberType)
182 numberType = UnitTypePixels;
185 numberType = UnitTypeFontSize;
188 numberType = UnitTypeFontXSize;
191 numberType = UnitTypeRootFontSize;
194 numberType = UnitTypePercentage;
197 numberType = UnitTypeViewportWidth;
200 numberType = UnitTypeViewportHeight;
203 numberType = UnitTypeViewportMin;
206 numberType = UnitTypeViewportMax
    [all...]
AnimatableLength.h 126 // Returns true and populates numberType, if primitiveUnit is a primitive length unit. Otherwise, returns false.
127 static bool primitiveUnitToNumberType(unsigned short primitiveUnit, NumberUnitType& numberType);
129 static unsigned short numberTypeToPrimitiveUnit(NumberUnitType numberType);
  /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 604 int numberType = 0;
606 numberType = addrBis.read(3);
607 addr.ton = numberType;
634 if (numberType == 2)
    [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
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 50 public final int numberType;
79 int numberType, CharSequence numberLabel, Uri contactUri,
90 this.numberType = numberType;
CallDetailActivity.java 568 entry.label = Phone.getTypeLabel(mResources, firstDetails.numberType,
704 final int numberType;
    [all...]
PhoneCallDetailsHelper.java 145 numberFormattedLabel = Phone.getTypeLabel(mResources, details.numberType,
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 217 PhoneNumberType numberType = phoneUtil.getNumberType(number);
218 if (numberType == PhoneNumberType.UNKNOWN) {
220 } else if (!canBeGeocoded(numberType)) {
240 PhoneNumberType numberType = phoneUtil.getNumberType(number);
241 if (numberType == PhoneNumberType.UNKNOWN) {
243 } else if (!canBeGeocoded(numberType)) {
254 private boolean canBeGeocoded(PhoneNumberType numberType) {
255 return (numberType == PhoneNumberType.FIXED_LINE ||
256 numberType == PhoneNumberType.MOBILE ||
257 numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKey.h 48 return adoptRef(new IDBKey(NumberType, number));
104 NumberType,
137 ASSERT(m_type == NumberType);
IDBKey.cpp 81 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)
  /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/content/renderer/
dom_automation_controller.cc 163 // The check here is for NumberType and not Int32 as
164 // KJS::JSType only defines a NumberType (no Int32)
  /external/chromium_org/third_party/WebKit/public/platform/
WebIDBKey.h 77 BLINK_EXPORT double number() const; // Only valid for NumberType.
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 92 public int numberType;
159 info.numberType = 0;
198 info.numberType = cursor.getInt(typeColumnIndex);
201 info.numberType, info.numberLabel)
608 .append("\nnumberType: " + numberType)
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 90 public int numberType;
157 info.numberType = 0;
196 info.numberType = cursor.getInt(typeColumnIndex);
199 info.numberType, info.numberLabel)
608 .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/
IndexedDBModel.js 50 NumberType: "number",
71 key.type = WebInspector.IndexedDBModel.KeyTypes.NumberType;
  /frameworks/base/core/java/android/provider/
CallLog.java 209 public static final String CACHED_NUMBER_TYPE = "numbertype";
343 values.put(CACHED_NUMBER_TYPE, ci.numberType);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
IDBBindingUtilitiesTest.cpp 89 ASSERT_EQ(IDBKey::NumberType, idbKey->type());

Completed in 404 milliseconds

1 2