Home
last modified time | relevance | path

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

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothPacketDecoder.java84 int newTimestamp = highTimestamp | lowTimestamp; in decodePacket() local
85 if (newTimestamp != currentTimestamp) { in decodePacket()
95 currentTimestamp = newTimestamp; in decodePacket()
/frameworks/base/cmds/statsd/tests/guardrail/
DStatsdStats_test.cpp275 int32_t newTimestamp = 10000; in TEST() local
296 EXPECT_EQ(newTimestamp, configStats->broadcast_sent_time_sec.back()); in TEST()
297 EXPECT_EQ(newTimestamp, configStats->data_drop_time_sec.back()); in TEST()
298 EXPECT_EQ(newTimestamp, configStats->dump_report_stats.back().first); in TEST()