Home
last modified time | relevance | path

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

/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DWatchdogEventLogger.java58 private boolean matchProperty(String type, String attr, String expectedVal) throws Exception { in matchProperty() argument
61 return expectedVal == null || expectedVal.equals(val); in matchProperty()