Searched refs:getLoadingStatus (Results 1 – 8 of 8) sorted by relevance
76 when(mDeletionType.getLoadingStatus()).thenReturn(LoadingStatus.COMPLETE); in testItemVisibilityAfterLoaded()78 100L, mDeletionType.getLoadingStatus()); in testItemVisibilityAfterLoaded()92 when(mDeletionType.getLoadingStatus()).thenReturn(LoadingStatus.EMPTY); in loadCompleteUpdate_disablesWhenNothingToDelete()93 mPreference.switchSpinnerToCheckboxOrDisablePreference(0, mDeletionType.getLoadingStatus()); in loadCompleteUpdate_disablesWhenNothingToDelete()101 when(mDeletionType.getLoadingStatus()).thenReturn(LoadingStatus.COMPLETE); in loadCompleteUpdate_enabledWhenDeletableContentFound()103 100L, mDeletionType.getLoadingStatus()); in loadCompleteUpdate_enabledWhenDeletableContentFound()
100 assertThat(mDeletion.getLoadingStatus()).isEqualTo(LoadingStatus.LOADING); in testLoadingState_initiallyIncomplete()
67 int getLoadingStatus(); in getLoadingStatus() method75 return getLoadingStatus() == LoadingStatus.COMPLETE; in isComplete()84 return getLoadingStatus() == LoadingStatus.EMPTY; in isEmpty()
109 public int getLoadingStatus() { in getLoadingStatus() method in DownloadsDeletionType
156 switchSpinnerToCheckboxOrDisablePreference(freeableBytes, mBackend.getLoadingStatus()); in updateText()
84 switchSpinnerToCheckboxOrDisablePreference(freeableBytes, mDeletionType.getLoadingStatus()); in onFreeableChanged()
208 public int getLoadingStatus() { in getLoadingStatus() method in AppDeletionType
165 assertThat(mDeletion.getLoadingStatus()).isEqualTo(LoadingStatus.LOADING); in testLoadingState_initiallyIncomplete()