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.java146 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { in GSMPhone() argument
147 super("GSM", notifier, context, ci, unitTestMode); in GSMPhone()
159 if (!unitTestMode) { in GSMPhone()
181 PhoneNotifier notifier, boolean unitTestMode, int phoneId) { in GSMPhone() argument
182 super("GSM", notifier, context, ci, unitTestMode, phoneId); in GSMPhone()
194 if (!unitTestMode) { in GSMPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java382 boolean unitTestMode) { in PhoneBase() argument
383 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX); in PhoneBase()
398 boolean unitTestMode, int phoneId) { in PhoneBase() argument
412 setUnitTestMode(unitTestMode); in PhoneBase()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java87 boolean unitTestMode, int phoneId) { in CDMALTEPhone() argument