Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1119 HandlerThread backgroundThread = new HandlerThread("notification-sqlite-log", in SQLiteLog() local
1121 backgroundThread.start(); in SQLiteLog()
1122 mWriteHandler = new Handler(backgroundThread.getLooper()) { in SQLiteLog()