Searched refs:mLastUpdate (Results 1 – 4 of 4) sorted by relevance
33 public final long mLastUpdate; field in WordListMetadata64 mLastUpdate = lastUpdate; // In milliseconds in WordListMetadata()122 sb.append("\nLastUpdate : ").append(mLastUpdate); in toString()
313 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mRawChecksum, in execute()364 mWordList.mRemoteFilename, mWordList.mLastUpdate, in execute()406 mWordList.mRemoteFilename, mWordList.mLastUpdate, mWordList.mRawChecksum, in execute()
818 + " : current list timestamp is " + currentInfo.mLastUpdate in compareMetadataForUpgrade()819 + " ; new list timestamp is " + newInfo.mLastUpdate); in compareMetadataForUpgrade()
1564 private CarEvsStatus mLastUpdate; field in CarEvsServiceUnitTest.EvsStatusListenerImpl1569 mLastUpdate = status; in onStatusChanged()1589 if(expected == mLastUpdate.getState() && in waitFor()1590 (type == SERVICE_TYPE_ANY || type == mLastUpdate.getServiceType())) { in waitFor()