Home
last modified time | relevance | path

Searched refs:maxKey (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java111 int maxKey = intent.getIntExtra(EXTRA_MAX_KEY, 16); in handleDebugAction() local
112 svc.gattTestCommand(0xF0, null, null, authReq, ioCap, initKey, respKey, maxKey); in handleDebugAction()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/table/packed/
DPackedTableReaderWriterTest.java127 int maxKey = 3; in entryGetValue_long() local
128 writer.addEntry(maxKey, maxRepresentableValue); in entryGetValue_long()
138 assertThrows(IllegalStateException.class, () -> tableReader.getEntry(maxKey).getIntValue()); in entryGetValue_long()
139 assertEquals(maxRepresentableValue, tableReader.getEntry(maxKey).getLongValue()); in entryGetValue_long()