Home
last modified time | relevance | path

Searched defs:rawValue (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/stats/
DAdsRelevanceStatusUtilsTest.java64 int rawValue = 5; in testComputeSize() local
/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()
390 public EventEditType(int rawValue, int 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()
415 public EventEditType(int rawValue, int labelRes) { in EventEditType()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DTestDeviceConfigProxyImpl.kt68 val rawValue: String? = flagStore.get(namespace)?.get(key) in getFlag() constant
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java227 final Long rawValue = entry.getAsLong(kind.typeColumn); in getCurrentType() local
251 final int rawValue = cursor.getInt(index); in getCurrentType() local
258 public static EditType getType(DataKind kind, int rawValue) { in getType()
271 public static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DDataItem.java249 private static int getTypePrecedence(DataKind kind, int rawValue) { in getTypePrecedence()
/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
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java315 Object rawValue = in getProperty() local