Searched refs:LOGGING_PARENT_KEY (Results 1 – 2 of 2) sorted by relevance
54 private static final String LOGGING_PARENT_KEY = "android.content.pm.LOGGING_PARENT"; field in WatchdogRollbackLoggerTest94 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()
58 private static final String LOGGING_PARENT_KEY = "android.content.pm.LOGGING_PARENT"; field in WatchdogRollbackLogger72 return ai.metaData.getString(LOGGING_PARENT_KEY); in getLoggingParentName()