Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/table/packed/
DPackedTableReaderWriterTest.java113 assertEquals((int) maxRepresentableValue, tableReader.getEntry(1).getIntValue()); in entryGetValue_int()
138 assertThrows(IllegalStateException.class, () -> tableReader.getEntry(maxKey).getIntValue()); in entryGetValue_long()
141 assertThrows(IllegalStateException.class, () -> tableReader.getEntry(minKey).getIntValue()); in entryGetValue_long()
165 assertEquals(maxUnsignedInt, tableReader.getEntry(1).getIntValue()); in valueSizeMax_unsigned()
166 assertEquals(minUnsignedInt, tableReader.getEntry(2).getIntValue()); in valueSizeMax_unsigned()
189 assertEquals(maxSignedInt, tableReader.getEntry(1).getIntValue()); in valueSizeMax_signed()
190 assertEquals(minSignedInt, tableReader.getEntry(2).getIntValue()); in valueSizeMax_signed()
210 assertTrue(setOf(1, 2).contains(tableReader.getEntry(100).getIntValue())); in addEntry_outOfOrder()
212 assertEquals(3, tableReader.getEntry(101).getIntValue()); in addEntry_outOfOrder()
246 assertEquals(3456, tableReader.getEntry(3).getIntValue()); in getEntry_unsignedValue()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java235 .getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0) in testGattServerFullInitialState()
249 .getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0) in testGattServerFullInitialState()
260 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0).intValue()); in testGattServerFullInitialState()
268 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0).intValue()); in testGattServerFullInitialState()
298 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_SINT8, 0).intValue()); in testGattServerFullInitialState()
308 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_SINT8, 0).intValue()); in testGattServerFullInitialState()
369 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0).intValue()); in testGattServerFullInitialState()
379 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT16, 0) in testGattServerFullInitialState()
402 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT32, 0) in testGattServerFullInitialState()
497 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0).intValue()); in testUpdatePlayerState()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/fixture/
DTestableSystemProperties.java51 ExtendedMockito.doAnswer(invocation -> getIntValue(invocation)) in setUpMockBehaviors()
94 private static Integer getIntValue(InvocationOnMock invocation) { in getIntValue() method in TestableSystemProperties
/packages/modules/StatsD/framework/test/unittests/src/android/os/
DStatsDimensionsValueTest.java86 assertThat(sdvChildren.get(1).getIntValue()).isEqualTo(intValue); in testConversionFromStructuredParcel()
92 assertThat(sdvChildren.get(0).getIntValue()).isEqualTo(0); in testConversionFromStructuredParcel()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/inputverification/
DClickVerifierTest.java415 .setSourceType(Source.SourceType.NAVIGATION.getIntValue()) in testLog_inputEventVerified()
447 .setSourceType(Source.SourceType.EVENT.getIntValue()) in testLogClickVerification_inputEventNotVerifiedBySystem()
479 .setSourceType(Source.SourceType.EVENT.getIntValue()) in testLogClickVerification_inputEventOutsideValidWindow()
512 .setSourceType(Source.SourceType.EVENT.getIntValue()) in testLogClickVerification_inputEventIsDuplicate()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/table/packed/read/
DIntValueTypedPackedTable.java68 return mEntry.getIntValue(); in getValue()
DPackedTableReader.java339 public int getIntValue() { in getIntValue() method in PackedTableReader.Entry
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java297 characteristic.getIntValue(
385 characteristic.getIntValue(
396 supportedPlayingOrderChar.getIntValue(
1524 return stateChar.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0); in getMediaStateChar()
1807 playingOrder = orderChar.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0); in updatePlayingOrderChar()
1879 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_SINT8, 0); in getSeekingSpeedChar()
1914 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_SINT8, 0); in getPlaybackSpeedChar()
1973 int duration = characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_SINT32, 0); in getTrackDurationChar()
2041 && characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT32, 0) in updateSupportedOpcodesChar()
2188 .getIntValue(BluetoothGattCharacteristic.FORMAT_UINT32, 0) in isOpcodeSupported()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPartner.java84 public int getIntValue(String resName, int defaultValue) { in getIntValue() method in Partner
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServerTest.java94 int value = characteristic.getIntValue(FORMAT_UINT16, 0); in testStartStopService()
/packages/modules/StatsD/framework/java/android/os/
DStatsDimensionsValue.java124 public int getIntValue() { in getIntValue() method in StatsDimensionsValue
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-jackson2-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
Dgoogle-http-client-android-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-http-client-jackson2-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/inputverification/
DClickVerifier.java190 .getIntValue()); in isInputEventVerifiable()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecTests.java346 final int actualValue = MoreKeySpec.getIntValue(actual, key, defaultValue); in assertGetIntValue()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java299 if ((value = MoreKeySpec.getIntValue(moreKeys, MORE_KEYS_AUTO_COLUMN_ORDER, -1)) > 0) { in Key()
304 if ((value = MoreKeySpec.getIntValue(moreKeys, MORE_KEYS_FIXED_COLUMN_ORDER, -1)) > 0) { in Key()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java313 public static int getIntValue(@Nullable final String[] moreKeys, final String key, in getIntValue() method in MoreKeySpec
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java483 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
/packages/services/Telephony/src/com/android/phone/
DImsProvisioningController.java1190 int value = getIntValue(isProvisioned); in setImsProvisioningStatusForCapability()
1259 int value = getIntValue(isProvisioned); in setRcsProvisioningStatusForCapability()
1623 private int getIntValue(boolean isProvisioned) { in getIntValue() method in ImsProvisioningController
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java300 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0); in onCharacteristicRead()
/packages/modules/StatsD/framework/api/
Dsystem-current.txt102 method public int getIntValue();
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java685 int numRows = p.getIntValue(RES_GRID_NUM_ROWS, -1); in applyPartnerDeviceProfileOverrides()
686 int numColumns = p.getIntValue(RES_GRID_NUM_COLUMNS, -1); in applyPartnerDeviceProfileOverrides()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java195 characteristic.getIntValue(BluetoothGattCharacteristic.FORMAT_UINT8, 0)); in verifySetValue()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java419 public int getIntValue() { in getIntValue() method in Source.SourceType

12