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.java186 private class ActiveLog { class in BluetoothManagerService
192 ActiveLog(int reason, String packageName, boolean enable, long timestamp) { in ActiveLog() method in BluetoothManagerService.ActiveLog
206 private final LinkedList<ActiveLog> mActiveLogs = new LinkedList<>();
2481 new ActiveLog(reason, packageName, enable, System.currentTimeMillis())); in addActiveLog()
2616 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;