Searched refs:DownloadsDeletionPreferenceGroup (Results 1 – 4 of 4) sorted by relevance
41 public class DownloadsDeletionPreferenceGroup extends CollapsibleCheckboxPreferenceGroup class47 public DownloadsDeletionPreferenceGroup(Context context) { in DownloadsDeletionPreferenceGroup() method in DownloadsDeletionPreferenceGroup52 public DownloadsDeletionPreferenceGroup(Context context, AttributeSet attrs) { in DownloadsDeletionPreferenceGroup() method in DownloadsDeletionPreferenceGroup
71 @VisibleForTesting DownloadsDeletionPreferenceGroup mDownloadsPreference;187 (DownloadsDeletionPreferenceGroup) findPreference(KEY_DOWNLOADS_PREFERENCE); in onActivityCreated()
112 settings.mDownloadsPreference = mock(DownloadsDeletionPreferenceGroup.class); in requestingSpecificBytesToClearSetsOkResultCodeOnSufficientClear()131 settings.mDownloadsPreference = mock(DownloadsDeletionPreferenceGroup.class); in requestingSpecificBytesToClearSetsNegativeResultCodeOnSufficientClear()150 settings.mDownloadsPreference = mock(DownloadsDeletionPreferenceGroup.class); in requestingSpecificBytesToClearSetsNegativeResultCodeOnNoClear()
49 private DownloadsDeletionPreferenceGroup mGroup;57 mGroup = spy(new DownloadsDeletionPreferenceGroup(RuntimeEnvironment.application)); in setUp()