Searched refs:EncryptionController (Results 1 – 12 of 12) sorted by relevance
24 import com.android.managedprovisioning.preprovisioning.EncryptionController;44 private EncryptionController mEncryptionController;50 mEncryptionController = EncryptionController.getInstance( in onCreate()57 public final EncryptionController getEncryptionController() { in getEncryptionController()
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()
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;167 protected EncryptionController getEncryptionController() { in getEncryptionController()
29 static EncryptionController sController;33 protected EncryptionController getEncryptionController() { in getEncryptionController()
65 private EncryptionController mController;176 private EncryptionController createEncryptionController() { in createEncryptionController()177 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;
33 import com.android.managedprovisioning.preprovisioning.EncryptionController;207 public static EncryptionController createEncryptionController( in createEncryptionController()209 return EncryptionController.getInstance( in createEncryptionController()