Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
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()
/frameworks/base/services/core/java/com/android/server/rollback/
DWatchdogRollbackLogger.java58 private static final String LOGGING_PARENT_KEY = "android.content.pm.LOGGING_PARENT"; field in WatchdogRollbackLogger
72 return ai.metaData.getString(LOGGING_PARENT_KEY); in getLoggingParentName()