Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java134 AccountEntry(Phone phone, boolean isEmergency, boolean isDummy) { in AccountEntry() argument
137 mIsDummy = isDummy; in AccountEntry()
139 mAccount = registerPstnPhoneAccount(isEmergency, isDummy); in AccountEntry()