Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/InstantUpgradeApp/src/com/android/cts/instantupgradeapp/
DClientTest.java52 final SharedPreferences prefReader = in testFullApplicationReadPreferences() local
54 assertThat(prefReader.getString("test", "default"), is("value")); in testFullApplicationReadPreferences()