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.java855 Slog.i(LOG_TAG, "Persisting ops:\n" + opsToDebugString(ops)); in persistHistoricalOpsDLocked()
1177 + " ops:\n" + opsToDebugString(persistedOps)); in handlePersistHistoricalOpsRecursiveDLocked()
1274 + opsToDebugString(allOps)); in readHistoricalOpsLocked()
1610 + opsToDebugString(ops)); in enforceOpsWellFormed()
1614 + opsToDebugString(ops)); in enforceOpsWellFormed()
1619 + opsToDebugString(ops)); in enforceOpsWellFormed()
1623 + opsToDebugString(ops)); in enforceOpsWellFormed()
1666 + " ops:\n" + opsToDebugString(ops)); in normalizeSnapshotForSlotDuration()
1703 + " ops:\n" + opsToDebugString(ops)); in normalizeSnapshotForSlotDuration()
1708 private static @NonNull String opsToDebugString(@NonNull List<HistoricalOps> ops) { in opsToDebugString() method in HistoricalRegistry.Persistence