Searched refs:LAST_UPDATE_KEY (Results 1 – 1 of 1) sorted by relevance
106 private static final String LAST_UPDATE_KEY = "last_update"; field in CarMediaService514 long lastUpdate = mSharedPrefs.getLong(LAST_UPDATE_KEY, -1); in dumpSharedPrefs()1132 Slogf.i(CarLog.TAG_MEDIA, "Updating %s to %d", LAST_UPDATE_KEY, now); in getSharedPrefsForWriting()1133 return mSharedPrefs.edit().putLong(LAST_UPDATE_KEY, now); in getSharedPrefsForWriting()