Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java214 private static class ActiveLog { class in BluetoothManagerService
221 ActiveLog(int reason, String packageName, boolean enable, boolean isBle, long timestamp) { in ActiveLog() method in BluetoothManagerService.ActiveLog
248 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.TIMESTAMP_MS, mTimestamp); in dump()
249 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.ENABLE, mEnable); in dump()
250 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.PACKAGE_NAME, mPackageName); in dump()
251 proto.write(BluetoothManagerServiceDumpProto.ActiveLog.REASON, mReason); in dump()
255 private final LinkedList<ActiveLog> mActiveLogs = new LinkedList<>();
2176 ActiveLog lastActiveLog = mActiveLogs.peekLast(); in addActiveLog()
2182 new ActiveLog(reason, packageName, enable, isBle, System.currentTimeMillis())); in addActiveLog()
2407 for (ActiveLog log : mActiveLogs) { in dump()
[all …]