Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java993 public boolean isShowPreciseFailedCause() { in isShowPreciseFailedCause() method in TelecomAccountRegistry.AccountEntry
1304 boolean isShowPreciseFailedCause(PhoneAccountHandle handle) { in isShowPreciseFailedCause() method in TelecomAccountRegistry
1308 return entry.isShowPreciseFailedCause(); in isShowPreciseFailedCause()
H A DTelephonyConnectionService.java1883 TelecomAccountRegistry.getInstance(this).isShowPreciseFailedCause( in createConnectionFor()