Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java749 Slog.i(LOG_TAG, "Persisting ops:\n" + opsToDebugString(ops)); in persistHistoricalOpsDLocked()
1074 + " ops:\n" + opsToDebugString(persistedOps)); in handlePersistHistoricalOpsRecursiveDLocked()
1168 + opsToDebugString(allOps)); in readHistoricalOpsLocked()
1455 + opsToDebugString(ops)); in enforceOpsWellFormed()
1459 + opsToDebugString(ops)); in enforceOpsWellFormed()
1464 + opsToDebugString(ops)); in enforceOpsWellFormed()
1468 + opsToDebugString(ops)); in enforceOpsWellFormed()
1511 + " ops:\n" + opsToDebugString(ops)); in normalizeSnapshotForSlotDuration()
1548 + " ops:\n" + opsToDebugString(ops)); in normalizeSnapshotForSlotDuration()
1553 private static @NonNull String opsToDebugString(@NonNull List<HistoricalOps> ops) { in opsToDebugString() method in HistoricalRegistry.Persistence