Home
last modified time | relevance | path

Searched refs:rawValue (Results 1 – 21 of 21) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountType.java323 public int rawValue; field in AccountType.EditType
335 public EditType(int rawValue, int labelRes) { in EditType() argument
336 this.rawValue = rawValue; in EditType()
360 return other.rawValue == rawValue; in equals()
367 return rawValue; in hashCode()
374 + rawValue in toString()
390 public EventEditType(int rawValue, int labelRes) { in EventEditType() argument
391 super(rawValue, labelRes); in EventEditType()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountType.java356 public int rawValue; field in AccountType.EditType
366 public EditType(int rawValue, int labelRes) { in EditType() argument
367 this.rawValue = rawValue; in EditType()
391 return other.rawValue == rawValue; in equals()
398 return rawValue; in hashCode()
404 + " rawValue=" + rawValue in toString()
415 public EventEditType(int rawValue, int labelRes) { in EventEditType() argument
416 super(rawValue, labelRes); in EventEditType()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java170 .get(type.rawValue) < type.specificMax); in getValidTypes()
205 final int count = typeCount.get(type.rawValue); in getTypeFrequencies()
206 typeCount.put(type.rawValue, count + 1); in getTypeFrequencies()
227 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local
228 if (rawValue == null) return null; in getCurrentType()
229 return getType(kind, rawValue.intValue()); in getCurrentType()
238 final Integer rawValue = entry.getAsInteger(kind.typeColumn); in getCurrentType()
239 if (rawValue == null) return null; in getCurrentType()
240 return getType(kind, rawValue); in getCurrentType()
251 final int rawValue = cursor.getInt(index); in getCurrentType() local
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdsRelevanceStatusUtilsTest.java31 int rawValue = 5; in testComputeSize() local
33 assertEquals(i, computeSize(rawValue, buckets)); in testComputeSize()
34 rawValue += 10; in testComputeSize()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DBpfMap.java248 byte[] rawValue = new byte[mValueSize]; in containsKey()
249 return nativeFindMapEntry(mMapFd.getFd(), key.writeToBytes(), rawValue); in containsKey()
257 byte[] rawValue = new byte[mValueSize]; in getValue()
258 if (!nativeFindMapEntry(mMapFd.getFd(), key.writeToBytes(), rawValue)) return null; in getValue()
260 final ByteBuffer buffer = ByteBuffer.wrap(rawValue); in getValue()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DTestDeviceConfigProxyImpl.kt68 val rawValue: String? = flagStore.get(namespace)?.get(key) in getFlag() constant
76 @Suppress("UNCHECKED_CAST") return (rawValue?.toBoolean() as? T) ?: defaultValue in getFlag()
79 @Suppress("UNCHECKED_CAST") return (rawValue as? T) ?: defaultValue in getFlag()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataItem.java249 private static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence() argument
252 if (type.rawValue == rawValue) { in getTypePrecedence()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java265 Object rawValue = in getProperty() local
272 if (rawValue instanceof GenericDocumentParcel) { in getProperty()
275 GenericDocument document = new GenericDocument((GenericDocumentParcel) rawValue); in getProperty()
279 if (rawValue instanceof GenericDocumentParcel[]) { in getProperty()
283 GenericDocumentParcel[] docParcels = (GenericDocumentParcel[]) rawValue; in getProperty()
296 return rawValue; in getProperty()
/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/
DJniUtilsTestHelper.cpp230 const char* rawValue = env->GetStringUTFChars(value, nullptr); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasStringValue() local
231 result = strcmp(lua_tostring(luaState, -1), rawValue) == 0; in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasStringValue()
232 env->ReleaseStringUTFChars(value, rawValue); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasStringValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java366 String rawValue, int type, String label, boolean isPrimary) { in getSelectedPhonebookNameList()
368 rawValue.replace(PhoneNumberUtils.PAUSE, 'p') in getSelectedPhonebookNameList()
876 String rawValue, int type, String label, boolean isPrimary) { in composeContactsAndSendVCards()
882 rawValue.replace(PhoneNumberUtils.PAUSE, 'p') in composeContactsAndSendVCards()
995 String rawValue, int type, String label, boolean isPrimary) { in composeContactsAndSendSelectedVCards()
999 rawValue.replace(PhoneNumberUtils.PAUSE, 'p') in composeContactsAndSendSelectedVCards()
/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java476 mEntry.put(mKind.typeColumn, mType.rawValue); in createCustomDialog()
541 mEntry.put(mKind.typeColumn, mType.rawValue); in onTypeSelectionChange()
DEventFieldEditorView.java290 return eventType.rawValue == Event.TYPE_BIRTHDAY && !eventType.secondary in isBirthdayType()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java508 before.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimEmptyAfterUpdate()
630 first.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain()
636 second.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateRemain()
708 first.put(kindPhone.typeColumn, typeHome.rawValue); in testTrimUpdateUpdate()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java87 if (type.rawValue == typeValue) { in DataAction()
/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...