Searched refs:initForTests (Results 1 – 2 of 2) sorted by relevance
348 vnp.initForTests(mockContext, mockNotificationUsageStats, cache); in testValidatePeople_needsLookupWhenNoCache()383 vnp.initForTests(mockContext, mockNotificationUsageStats, cache); in testValidatePeople_noLookupWhenCached_andPopulatesContactInfo()405 vnp.initForTests(mockContext, mock(NotificationUsageStats.class), new LruCache<>(5)); in validatePeople_reconsiderationWillNotBeDelayed()
137 protected void initForTests(Context context, NotificationUsageStats usageStats, in initForTests() method in ValidateNotificationPeople