Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java148 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { in GSMPhone() argument
149 super("GSM", notifier, context, ci, unitTestMode); in GSMPhone()
161 if (!unitTestMode) { in GSMPhone()
183 PhoneNotifier notifier, boolean unitTestMode, int phoneId) { in GSMPhone() argument
184 super("GSM", notifier, context, ci, unitTestMode, phoneId); in GSMPhone()
196 if (!unitTestMode) { in GSMPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java355 boolean unitTestMode) { in PhoneBase() argument
356 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX); in PhoneBase()
371 boolean unitTestMode, int phoneId) { in PhoneBase() argument
385 setUnitTestMode(unitTestMode); in PhoneBase()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java87 boolean unitTestMode, int phoneId) { in CDMALTEPhone() argument