Searched refs:unitTestMode (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneBase.java | 59 boolean unitTestMode) { in ImsPhoneBase() argument 60 super(name, notifier, context, new ImsPhoneCommandInterface(context), unitTestMode); in ImsPhoneBase()
|
H A D | ImsPhone.java | 434 ImsManagerFactory imsManagerFactory, boolean unitTestMode) { in ImsPhone() argument 435 super("ImsPhone", context, notifier, unitTestMode); in ImsPhone()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | Phone.java | 537 boolean unitTestMode) { in Phone() argument 538 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX, in Phone() 554 boolean unitTestMode, int phoneId, in Phone() argument 572 setUnitTestMode(unitTestMode); in Phone()
|
H A D | GsmCdmaPhone.java | 280 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument 283 unitTestMode, phoneId, precisePhoneType, in GsmCdmaPhone() 289 boolean unitTestMode, int phoneId, int precisePhoneType, in GsmCdmaPhone() argument 293 notifier, context, ci, unitTestMode, phoneId, telephonyComponentFactory); in GsmCdmaPhone()
|