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.java1089 HandlerThread backgroundThread = new HandlerThread("notification-sqlite-log", in SQLiteLog() local
1091 backgroundThread.start(); in SQLiteLog()
1092 mWriteHandler = new Handler(backgroundThread.getLooper()) { in SQLiteLog()