HomeSort by relevance Sort by last modified time
    Searched refs:newTimestamp (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothPacketDecoder.java 84 int newTimestamp = highTimestamp | lowTimestamp;
85 if (newTimestamp != currentTimestamp) {
95 currentTimestamp = newTimestamp;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DataStatus.java 66 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
67 if (newTimestamp < mTimestamp) return;
69 mTimestamp = newTimestamp;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java 64 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1);
65 if (newTimestamp < mTimestamp) return;
67 mTimestamp = newTimestamp;
  /external/skia/src/gpu/
GrTest.cpp 256 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; }
GrResourceCache.h 237 void changeTimestamp(uint32_t newTimestamp);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 

Completed in 1113 milliseconds