HomeSort by relevance Sort by last modified time
    Searched defs:ImsRegistrationImplBase (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/ims/stub/
ImsRegistrationImplBase.java 41 public class ImsRegistrationImplBase {
43 private static final String LOG_TAG = "ImsRegistrationImplBase";
70 // Registration states, used to notify new ImsRegistrationImplBase#Callbacks of the current
142 ImsRegistrationImplBase.this.addRegistrationCallback(c);
147 ImsRegistrationImplBase.this.removeRegistrationCallback(c);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 44 import android.telephony.ims.stub.ImsRegistrationImplBase;
293 ImsRegistrationImplBase.REGISTRATION_TECH_LTE, 1);
296 ImsRegistrationImplBase.REGISTRATION_TECH_LTE, 1);
671 ImsRegistrationImplBase.REGISTRATION_TECH_LTE, caps1);
674 ImsRegistrationImplBase.REGISTRATION_TECH_LTE, caps1);
679 ImsRegistrationImplBase.REGISTRATION_TECH_IWLAN, caps2);

Completed in 66 milliseconds