Searched refs:newTimestamp (Results 1 – 4 of 4) sorted by relevance
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | ContactsProviderUtil.java | 80 long newTimestamp = sinceFilter; in getDeletedContactIds() local 100 return newTimestamp; in getDeletedContactIds() 111 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getDeletedContactIds() 132 return newTimestamp; in getDeletedContactIds() 154 long newTimestamp = sinceFilter; in getUpdatedContactIds() local 182 return newTimestamp; in getUpdatedContactIds() 197 newTimestamp = Math.max(newTimestamp, cursor.getLong(timestampIndex)); in getUpdatedContactIds() 218 return newTimestamp; in getUpdatedContactIds()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | DataStatus.java | 66 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1); in possibleUpdate() local 67 if (newTimestamp < mTimestamp) return; in possibleUpdate() 69 mTimestamp = newTimestamp; in possibleUpdate()
|
/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/ |
D | PixelStreamManagerTest.cpp | 166 uint64_t newTimestamp = 200; in TEST() local 168 memHandle.setFrameData(newTimestamp, newFrame); in TEST() 170 EXPECT_THAT(memHandle.getTimeStamp(), newTimestamp); in TEST()
|
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 609 int32_t newTimestamp = 10000; in TEST() local 636 EXPECT_EQ(newTimestamp, configStats->broadcast_sent_time_sec.back()); in TEST() 637 EXPECT_EQ(newTimestamp, configStats->data_drop_time_sec.back()); in TEST() 639 EXPECT_EQ(newTimestamp, configStats->dump_report_stats.back().mDumpReportTimeSec); in TEST() 640 EXPECT_EQ(newTimestamp, configStats->activation_time_sec.back()); in TEST() 641 EXPECT_EQ(newTimestamp, configStats->deactivation_time_sec.back()); in TEST()
|