Searched refs:backgroundThread (Results 1 – 1 of 1) sorted by relevance
1089 HandlerThread backgroundThread = new HandlerThread("notification-sqlite-log", in SQLiteLog() local1091 backgroundThread.start(); in SQLiteLog()1092 mWriteHandler = new Handler(backgroundThread.getLooper()) { in SQLiteLog()