Searched refs:timestampNanos (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | ScanResultTest.java | 106 long timestampNanos = 0xABBB; in constructor() local 108 advertisingSid, txPower, rssi, periodicAdvertisingInterval, null, timestampNanos); in constructor() 112 assertEquals(result.getTimestampNanos(), timestampNanos); in constructor() local 122 advertisingSid, txPower, rssi, periodicAdvertisingInterval, null, timestampNanos); in constructor()
|
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
D | VehiclePropertyVerifiers.java | 90 (carPropertyConfig, propertyId, areaId, timestampNanos, value) -> { in getLocationCharacterizationVerifierBuilder()
|
D | VehiclePropertyVerifier.java | 1773 int propertyId, int areaId, int status, long timestampNanos, T value, in verifyCarPropertyValue() argument 1778 areaId, timestampNanos, value)); in verifyCarPropertyValue() 1819 .that(timestampNanos) in verifyCarPropertyValue() 1829 .that(timestampNanos) in verifyCarPropertyValue() 2122 long timestampNanos, T value); in verify() argument
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPropertyManagerTest.java | 2445 (carPropertyConfig, propertyId, areaId, timestampNanos, wheelTicks) -> { 2491 (carPropertyConfig, propertyId, areaId, timestampNanos, vin) -> 2523 (carPropertyConfig, propertyId, areaId, timestampNanos, make) -> 2555 (carPropertyConfig, propertyId, areaId, timestampNanos, model) -> 2576 (carPropertyConfig, propertyId, areaId, timestampNanos, modelYear) -> { 2634 (carPropertyConfig, propertyId, areaId, timestampNanos, fuelCapacity) -> 2657 (carPropertyConfig, propertyId, areaId, timestampNanos, fuelTypes) -> { 2702 (carPropertyConfig, propertyId, areaId, timestampNanos, 2726 (carPropertyConfig, propertyId, areaId, timestampNanos, 2814 (carPropertyConfig, propertyId, areaId, timestampNanos, [all …]
|
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio.cpp | 86 int64_t timestampNanos = 0; in checkCallsAfterRelease() local 88 ×tampFrames, ×tampNanos); in checkCallsAfterRelease()
|