Searched refs:ActiveLog (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | bluetooth_manager_service.proto | 28 message ActiveLog { message 43 repeated ActiveLog active_logs = 8;
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | BluetoothManagerService.java | 204 private class ActiveLog { class in BluetoothManagerService 210 ActiveLog(int reason, String packageName, boolean enable, long timestamp) { in ActiveLog() method in BluetoothManagerService.ActiveLog 223 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.TIMESTAMP_MS, mTimestamp); in dump() 224 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.ENABLE, mEnable); in dump() 225 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.PACKAGE_NAME, mPackageName); in dump() 226 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.REASON, mReason); in dump() 230 private final LinkedList<ActiveLog> mActiveLogs = new LinkedList<>(); 2678 new ActiveLog(reason, packageName, enable, System.currentTimeMillis())); in addActiveLog() 2818 for (ActiveLog log : mActiveLogs) { in dump() 2879 for (ActiveLog log : mActiveLogs) { in dumpProto()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 1048 HSPLcom/android/server/BluetoothManagerService$ActiveLog;-><init>(Lcom/android/server/BluetoothMana… 1049 HPLcom/android/server/BluetoothManagerService$ActiveLog;->dump(Landroid/util/proto/ProtoOutputStrea… 1050 HPLcom/android/server/BluetoothManagerService$ActiveLog;->toString()Ljava/lang/String;+]Ljava/lang/… 1142 …]Lcom/android/server/BluetoothManagerService$ActiveLog;Lcom/android/server/BluetoothManagerService… 51652 Lcom/android/server/BluetoothManagerService$ActiveLog;
|