/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | AccountType.java | 323 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/ |
D | AccountType.java | 356 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/ |
D | RawContactModifier.java | 170 .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/ |
D | AdsRelevanceStatusUtilsTest.java | 31 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/ |
D | BpfMap.java | 248 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/ |
D | TestDeviceConfigProxyImpl.kt | 68 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/ |
D | DataItem.java | 249 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/ |
D | GenericDocument.java | 265 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/ |
D | JniUtilsTestHelper.cpp | 230 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/ |
D | BluetoothPbapVcardManager.java | 366 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/ |
D | LabeledEditorView.java | 476 mEntry.put(mKind.typeColumn, mType.rawValue); in createCustomDialog() 541 mEntry.put(mKind.typeColumn, mType.rawValue); in onTypeSelectionChange()
|
D | EventFieldEditorView.java | 290 return eventType.rawValue == Event.TYPE_BIRTHDAY && !eventType.secondary in isBirthdayType()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactModifierTests.java | 508 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/ |
D | DataAction.java | 87 if (type.rawValue == typeValue) { in DataAction()
|
/packages/apps/TV/libs/m2/ |
D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/ |
D | StubGenerator.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jf/
org/ ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |