Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java878 Slog.i(LOG_TAG, "Persisting ops:\n" + opsToDebugString(ops)); in persistHistoricalOpsDLocked()
1200 + " ops:\n" + opsToDebugString(persistedOps)); in handlePersistHistoricalOpsRecursiveDLocked()
1297 + opsToDebugString(allOps)); in readHistoricalOpsLocked()
1633 + opsToDebugString(ops)); in enforceOpsWellFormed()
1637 + opsToDebugString(ops)); in enforceOpsWellFormed()
1642 + opsToDebugString(ops)); in enforceOpsWellFormed()
1646 + opsToDebugString(ops)); in enforceOpsWellFormed()
1689 + " ops:\n" + opsToDebugString(ops)); in normalizeSnapshotForSlotDuration()
1726 + " ops:\n" + opsToDebugString(ops)); in normalizeSnapshotForSlotDuration()
1731 private static @NonNull String opsToDebugString(@NonNull List<HistoricalOps> ops) { in opsToDebugString() method in HistoricalRegistry.Persistence