Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DDeviceConfigShellHelper.java146 public void restoreDeviceConfigStateForTest(PreTestState restoreState) throws Exception { in restoreDeviceConfigStateForTest() argument
147 for (NamespaceEntries oldEntries : restoreState.mSavedValues) { in restoreDeviceConfigStateForTest()
158 setSyncDisabled(restoreState.mIsSyncDisabled in restoreDeviceConfigStateForTest()
/cts/tests/tests/apache-http/src/android/net/http/cts/
DSslCertificateTest.java202 SslCertificate restored = SslCertificate.restoreState(saved); in testState()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2043 final WebBackForwardList restoreList = newWebView.restoreState(bundle); in testSaveAndRestoreState()