Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryDatabase.java69 private final WriteBufferRunnable mWriteBufferRunnable;
82 mWriteBufferRunnable = new WriteBufferRunnable(); in NotificationHistoryDatabase()
330 final class WriteBufferRunnable implements Runnable { class in NotificationHistoryDatabase
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java391 NotificationHistoryDatabase.WriteBufferRunnable wbr = in testWriteBufferRunnable()
392 mDataBase.new WriteBufferRunnable(); in testWriteBufferRunnable()