Searched refs:ActiveLog (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/proto/android/server/ |
D | bluetooth_manager_service.proto | 28 message ActiveLog { message 43 repeated ActiveLog active_logs = 8;
|
/frameworks/base/services/core/java/com/android/server/ |
D | BluetoothManagerService.java | 188 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/ |
D | art-profile | 1550 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;
|