Searched refs:ActiveLog (Results 1 – 2 of 2) sorted by relevance
167 private class ActiveLog { class in BluetoothManagerService173 ActiveLog(int reason, String packageName, boolean enable, long timestamp) { in ActiveLog() method in BluetoothManagerService.ActiveLog187 private final LinkedList<ActiveLog> mActiveLogs = new LinkedList<>();2161 new ActiveLog(reason, packageName, enable, System.currentTimeMillis())); in addActiveLog()2296 for (ActiveLog log : mActiveLogs) { in dump()
1683 Lcom/android/server/BluetoothManagerService$ActiveLog;