Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/server/
Dbluetooth_manager_service.proto28 message ActiveLog { message
43 repeated ActiveLog active_logs = 8;
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java188 private class ActiveLog { class in BluetoothManagerService
194 ActiveLog(int reason, String packageName, boolean enable, long timestamp) { in ActiveLog() method in BluetoothManagerService.ActiveLog
207 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.TIMESTAMP_MS, mTimestamp); in dump()
208 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.ENABLE, mEnable); in dump()
209 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.PACKAGE_NAME, mPackageName); in dump()
210 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.REASON, mReason); in dump()
214 private final LinkedList<ActiveLog> mActiveLogs = new LinkedList<>();
2476 new ActiveLog(reason, packageName, enable, System.currentTimeMillis())); in addActiveLog()
2612 for (ActiveLog log : mActiveLogs) { in dump()
2673 for (ActiveLog log : mActiveLogs) { in dumpProto()
/frameworks/base/services/
Dart-profile1550 HSPLcom/android/server/BluetoothManagerService$ActiveLog;-><init>(Lcom/android/server/BluetoothMana…
1551 HPLcom/android/server/BluetoothManagerService$ActiveLog;->dump(Landroid/util/proto/ProtoOutputStrea…
1552 PLcom/android/server/BluetoothManagerService$ActiveLog;->toString()Ljava/lang/String;
40836 Lcom/android/server/BluetoothManagerService$ActiveLog;