Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabaseFactory.java27 private static NotificationHistoryDatabase sTestingNotificationHistoryDb; field in NotificationHistoryDatabaseFactory
30 sTestingNotificationHistoryDb = db; in setTestingNotificationHistoryDatabase()
35 if(sTestingNotificationHistoryDb != null) { in create()
36 return sTestingNotificationHistoryDb; in create()