Searched refs:EncryptionController (Results 1 – 12 of 12) sorted by relevance
23 import com.android.managedprovisioning.preprovisioning.EncryptionController;37 private EncryptionController mEncryptionController;42 mEncryptionController = EncryptionController.getInstance( in onCreate()49 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
63 private final EncryptionController mEncryptionController;70 EncryptionController encryptionController) { in PreProvisioningViewModel()165 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;162 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()
52 private EncryptionController mEncryptionController;
82 @Mock EncryptionController mController;
179 private EncryptionController mEncryptionController;
29 import com.android.managedprovisioning.preprovisioning.EncryptionController;169 public static EncryptionController createEncryptionController( in createEncryptionController()171 return EncryptionController.getInstance( in createEncryptionController()
33 import com.android.managedprovisioning.preprovisioning.EncryptionController;55 private EncryptionController mEncryptionController;