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