Searched defs:EncryptionController (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
H A DEncryptionController.java50 public class EncryptionController { class
68 private static EncryptionController sInstance;
73 public static synchronized EncryptionController getInstance(Context context) {
75 sInstance = new EncryptionController(context);
80 private EncryptionController(Context context) { method in class:EncryptionController
90 EncryptionController(Context context, method in class:EncryptionController

Completed in 45 milliseconds