Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DRebootEscrowFakeService.java35 static final String SERVICE_PREFS = "SERVICE_PREFERENCES"; field in RebootEscrowFakeService
43 context.getSharedPreferences(SERVICE_PREFS, 0).edit() in onWrap()
55 context.getSharedPreferences(SERVICE_PREFS, 0).edit() in onUnwrap()
DEncryptionAppTest.java157 mDe.getSharedPreferences(RebootEscrowFakeService.SERVICE_PREFS, 0) in testCheckServiceInteraction()
162 mDe.getSharedPreferences(RebootEscrowFakeService.SERVICE_PREFS, 0) in testCheckServiceInteraction()