Searched refs:unitTestMode (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GSMPhone.java | 146 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/ |
D | PhoneBase.java | 382 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/ |
D | CDMALTEPhone.java | 87 boolean unitTestMode, int phoneId) { in CDMALTEPhone() argument
|