Home
last modified time | relevance | path

Searched refs:ActiveLog (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java173 private class ActiveLog { class in BluetoothManagerService
179 ActiveLog(int reason, String packageName, boolean enable, long timestamp) { in ActiveLog() method in BluetoothManagerService.ActiveLog
193 private final LinkedList<ActiveLog> mActiveLogs = new LinkedList<>();
2269 new ActiveLog(reason, packageName, enable, System.currentTimeMillis())); in addActiveLog()
2404 for (ActiveLog log : mActiveLogs) { in dump()
/frameworks/base/services/
Dart-profile640 PLcom/android/server/BluetoothManagerService$ActiveLog;->toString()Ljava/lang/String;
18236 Lcom/android/server/BluetoothManagerService$ActiveLog;