Home
last modified time | relevance | path

Searched defs:createEncryptionController (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DEncryptionControllerProvider.java42 EncryptionController createEncryptionController(Context context); in createEncryptionController() method
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
H A DEncryptionControllerTest.java174 private EncryptionController createEncryptionController() { in createEncryptionController() method in EncryptionControllerTest
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
H A DTestUtils.java169 public static EncryptionController createEncryptionController( in createEncryptionController() method in TestUtils