Home
last modified time | relevance | path

Searched refs:MSG_CLEAR_CACHE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageApplicationActionButtonsPreferenceController.java76 private static final int MSG_CLEAR_CACHE = 2; field in StorageApplicationActionButtonsPreferenceController
350 case MSG_CLEAR_CACHE:
361 Message msg = mHandler.obtainMessage(MSG_CLEAR_CACHE); in onRemoveCompleted()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java81 private static final int MSG_CLEAR_CACHE = 3; field in AppStorageSettings
600 case MSG_CLEAR_CACHE:
616 final Message msg = mHandler.obtainMessage(MSG_CLEAR_CACHE);