Searched refs:recordDateTime (Results 1 – 4 of 4) sorted by relevance
521 DatabaseUtils.recordDateTime(mContext, preferenceKey); in recordDateTime_writeDataIntoSharedPreferences()528 DatabaseUtils.recordDateTime(mContext, Intent.ACTION_BATTERY_LEVEL_CHANGED); in dump_dumpExpectedData()529 DatabaseUtils.recordDateTime( in dump_dumpExpectedData()531 DatabaseUtils.recordDateTime(mContext, DatabaseUtils.KEY_LAST_LOAD_FULL_CHARGE_TIME); in dump_dumpExpectedData()532 DatabaseUtils.recordDateTime(mContext, DatabaseUtils.KEY_LAST_UPLOAD_FULL_CHARGE_TIME); in dump_dumpExpectedData()
70 DatabaseUtils.recordDateTime(context, action); in onReceive()
73 DatabaseUtils.recordDateTime(context, DatabaseUtils.KEY_LAST_LOAD_FULL_CHARGE_TIME); in loadBatteryStatsData()
778 recordDateTime(context, KEY_LAST_UPLOAD_FULL_CHARGE_TIME); in sendBatteryEntryData()871 static void recordDateTime(Context context, String preferenceKey) { in recordDateTime() method in DatabaseUtils