Searched refs:shouldExtend (Results 1 – 5 of 5) sorted by relevance
57 private lateinit var shouldExtend: Predicate<NotificationEntry>79 `when`(shouldExtend.test(entry1)).thenReturn(false)88 `when`(shouldExtend.test(entry1)).thenReturn(true)110 `when`(shouldExtend.test(entry1)).thenReturn(true)121 `when`(shouldExtend.test(entry1)).thenReturn(true)143 `when`(shouldExtend.test(entry1)).thenReturn(true)144 `when`(shouldExtend.test(entry2)).thenReturn(true)162 `when`(shouldExtend.test(entry1)).thenReturn(true)176 `when`(shouldExtend.test(entry1)).thenReturn(true, false)190 `when`(shouldExtend.test(entry1)).thenReturn(true)[all …]
77 val shouldExtend = queryShouldExtendLifetime(entry) regex81 " shouldExtend=$shouldExtend")84 if (shouldExtend && mEntriesExtended.put(entry.key, entry) == null) {87 return shouldExtend
945 boolean shouldExtend) { in setShouldManageLifetime() argument946 if (shouldExtend) { in setShouldManageLifetime()986 boolean shouldExtend) { in setShouldManageLifetime() argument987 if (shouldExtend) { in setShouldManageLifetime()1024 boolean shouldExtend) { in setShouldManageLifetime() argument1025 if (shouldExtend) { in setShouldManageLifetime()
265 public void setShouldManageLifetime(NotificationEntry entry, boolean shouldExtend) { in setShouldManageLifetime() argument266 if (shouldExtend) { in setShouldManageLifetime()
686 public void setShouldManageLifetime(NotificationEntry entry, boolean shouldExtend) { in setShouldManageLifetime() argument687 if (shouldExtend) { in setShouldManageLifetime()