Home
last modified time | relevance | path

Searched refs:unitTestMode (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java59 boolean unitTestMode) { in ImsPhoneBase() argument
60 super(name, notifier, context, new ImsPhoneCommandInterface(context), unitTestMode); in ImsPhoneBase()
H A DImsPhone.java434 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 DPhone.java537 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 DGsmCdmaPhone.java280 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()