Home
last modified time | relevance | path

Searched refs:ImsRegistrationCallbackHelper (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelperTest.java34 import com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper.ImsRegistrationUpdate;
45 private ImsRegistrationCallbackHelper mRegistrationCallbackHelper;
51 mRegistrationCallbackHelper = new ImsRegistrationCallbackHelper(mMockRegistrationUpdate, in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelper.java33 public class ImsRegistrationCallbackHelper { class
92 public ImsRegistrationCallbackHelper(@NonNull ImsRegistrationUpdate registrationUpdate, in ImsRegistrationCallbackHelper() method in ImsRegistrationCallbackHelper
DImsPhone.java247 private ImsRegistrationCallbackHelper mImsMmTelRegistrationHelper;
428 mImsMmTelRegistrationHelper = new ImsRegistrationCallbackHelper(mMmTelRegistrationUpdate, in ImsPhone()
2356 private ImsRegistrationCallbackHelper.ImsRegistrationUpdate mMmTelRegistrationUpdate = new
2357 ImsRegistrationCallbackHelper.ImsRegistrationUpdate() {