Searched refs:EncryptionController (Results 1 – 12 of 12) sorted by relevance
51 public class EncryptionController { class63 private static EncryptionController sInstance;74 public static EncryptionController getInstance( in getInstance()81 sInstance = new EncryptionController(context.getApplicationContext(), homeReceiver); in getInstance()87 private EncryptionController(Context context, ComponentName homeReceiver) { in EncryptionController() method in EncryptionController97 EncryptionController(Context context, in EncryptionController() method in EncryptionController
75 private final EncryptionController mEncryptionController;84 EncryptionController encryptionController, in PreProvisioningViewModel()221 EncryptionController getEncryptionController() { in getEncryptionController()
24 import com.android.managedprovisioning.preprovisioning.EncryptionController;38 private EncryptionController mEncryptionController;44 mEncryptionController = EncryptionController.getInstance( in onCreate()51 public final EncryptionController getEncryptionController() { in getEncryptionController()
22 import com.android.managedprovisioning.preprovisioning.EncryptionController;30 public EncryptionController createEncryptionController(Context context) {42 EncryptionController createEncryptionController(Context context); in createEncryptionController()
46 import com.android.managedprovisioning.preprovisioning.EncryptionController;164 protected EncryptionController getEncryptionController() { in getEncryptionController()
29 static EncryptionController sController;33 protected EncryptionController getEncryptionController() { in getEncryptionController()
63 private EncryptionController mController;174 private EncryptionController createEncryptionController() { in createEncryptionController()175 return new EncryptionController(mContext, mUtils, mSettingsFacade, TEST_HOME_RECEIVER, in createEncryptionController()
82 @Mock EncryptionController mController;
59 private EncryptionController mEncryptionController;
283 private EncryptionController mEncryptionController;
33 import com.android.managedprovisioning.preprovisioning.EncryptionController;55 private EncryptionController mEncryptionController;
32 import com.android.managedprovisioning.preprovisioning.EncryptionController;206 public static EncryptionController createEncryptionController( in createEncryptionController()208 return EncryptionController.getInstance( in createEncryptionController()