Searched refs:mLastCallShortcutDate (Results 1 – 1 of 1) sorted by relevance
101 private long mLastCallShortcutDate = 0; field in ListsFragment256 mLastCallShortcutDate = prefs.getLong(KEY_LAST_DISMISSED_CALL_SHORTCUT_DATE, 0); in onResume()338 mCallLogQueryHandler.fetchCalls(CallLogQueryHandler.CALL_TYPE_ALL, mLastCallShortcutDate); in fetchCalls()342 mLastCallShortcutDate = mCurrentCallShortcutDate; in dismissShortcut()345 prefs.edit().putLong(KEY_LAST_DISMISSED_CALL_SHORTCUT_DATE, mLastCallShortcutDate) in dismissShortcut()