Searched refs:ActiveLog (Results 1 – 2 of 2) sorted by relevance
173 private class ActiveLog { class in BluetoothManagerService179 ActiveLog(int reason, String packageName, boolean enable, long timestamp) { in ActiveLog() method in BluetoothManagerService.ActiveLog193 private final LinkedList<ActiveLog> mActiveLogs = new LinkedList<>();2269 new ActiveLog(reason, packageName, enable, System.currentTimeMillis())); in addActiveLog()2404 for (ActiveLog log : mActiveLogs) { in dump()
640 PLcom/android/server/BluetoothManagerService$ActiveLog;->toString()Ljava/lang/String;18236 Lcom/android/server/BluetoothManagerService$ActiveLog;