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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java190 * @param unitTestMode when true, prevents notifications
194 boolean unitTestMode) {
202 setUnitTestMode(unitTestMode);
193 PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, boolean unitTestMode) argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java136 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { argument
137 super(notifier, context, ci, unitTestMode);
151 if (!unitTestMode) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java146 boolean unitTestMode) {
147 super(notifier, context, ci, unitTestMode);
145 CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) argument

Completed in 676 milliseconds