Home
last modified time | relevance | path

Searched refs:initForTests (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java348 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()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java137 protected void initForTests(Context context, NotificationUsageStats usageStats, in initForTests() method in ValidateNotificationPeople