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