Makes a {@link ImsPhone} object.paramcontext {@code Context} needed to create a Phone objectparamphoneNotifier {@code PhoneNotifier} needed to create a Phone objectreturnthe {@code ImsPhone} object try { return new ImsPhone(context, phoneNotifier, defaultPhone); } catch (Exception e) { Rlog.e("VoltePhoneFactory", "makePhone", e); return null; }
try { return new ImsPhone(context, phoneNotifier, defaultPhone); } catch (Exception e) { Rlog.e("VoltePhoneFactory", "makePhone", e); return null; }