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