Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java279 String initialState = getDevice().executeShellV2Command(sessionStateCmd).getStdout(); in testApexSessionStateUnchangedBeforeReboot() local
280 assertThat(initialState).isNotEmpty(); in testApexSessionStateUnchangedBeforeReboot()
288 assertThat(updatedState).isEqualTo(initialState); in testApexSessionStateUnchangedBeforeReboot()