Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DEmptyTrashFragment.java101 final Bundle trashQueryArgs = new Bundle(); in emptyTrashAsync() local
102 trashQueryArgs.putInt(MediaStore.QUERY_ARG_MATCH_TRASHED, MediaStore.MATCH_ONLY); in emptyTrashAsync()
106 trashQueryArgs); in emptyTrashAsync() local
DStorageAsyncLoader.java120 final Bundle trashQueryArgs = new Bundle(); in getStorageResultsForUsers() local
121 trashQueryArgs.putInt(MediaStore.QUERY_ARG_MATCH_TRASHED, MediaStore.MATCH_ONLY); in getStorageResultsForUsers()
124 trashQueryArgs); in getStorageResultsForUsers()