Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java56 private Context mCe; field in EncryptionAppTest
67 mCe = getInstrumentation().getContext(); in setUp()
68 mDe = mCe.createDeviceProtectedStorageContext(); in setUp()
69 mPm = mCe.getPackageManager(); in setUp()
86 assertTrue("CE file", getTestFile(mCe).createNewFile()); in testSetUp()
184 assertFalse("CE exists", getTestFile(mCe).exists()); in assertLocked()
187 assertFalse("isUserUnlocked", mCe.getSystemService(UserManager.class).isUserUnlocked()); in assertLocked()
217 assertEquals(expected, mCe.getExternalCacheDir()); in assertLocked()
226 assertTrue("CE exists", getTestFile(mCe).exists()); in assertUnlocked()
229 assertTrue("isUserUnlocked", mCe.getSystemService(UserManager.class).isUserUnlocked()); in assertUnlocked()
[all …]