Searched refs:getDeletionThreshold (Results 1 – 3 of 3) sorted by relevance
59 when(mBackend.getDeletionThreshold()).thenReturn(0L); in addsPreferenceToScreen_onNoThreshold()69 when(mBackend.getDeletionThreshold()).thenReturn(0L); in addsPreferenceToScreenWithHighOrder_onNoThreshold()
91 return mBackend.getDeletionThreshold() == 0; in isNoThreshold()155 deletionThreshold = mBackend.getDeletionThreshold(); in updateText()
195 public long getDeletionThreshold() { in getDeletionThreshold() method in AppDeletionType