Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
H A DWatchdogRollbackLoggerTest.java54 private static final String LOGGING_PARENT_KEY = "android.content.pm.LOGGING_PARENT"; field in WatchdogRollbackLoggerTest
94 bundle.putString(LOGGING_PARENT_KEY, null); in testLogPackageParentKeyIsNull()
110 bundle.putString(LOGGING_PARENT_KEY, LOGGING_PARENT_VALUE); in testLogPackageHasParentKey()
130 bundle.putString(LOGGING_PARENT_KEY, LOGGING_PARENT_VALUE); in testLogPackageNameNotFound()
153 bundle.putString(LOGGING_PARENT_KEY, getParent(failingPackage)); in testApexdLoggingCallsWithParents()
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DWatchdogRollbackLogger.java57 private static final String LOGGING_PARENT_KEY = "android.content.pm.LOGGING_PARENT"; field in WatchdogRollbackLogger
71 return ai.metaData.getString(LOGGING_PARENT_KEY); in getLoggingParentName()