Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DDefaultSubscriptionController.java123 return getLabelFromCallingAccount(handle); in getSummary()
257 public CharSequence getLabelFromCallingAccount(PhoneAccountHandle handle) { in getLabelFromCallingAccount() method in DefaultSubscriptionController
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
H A DDefaultSubscriptionControllerTest.java111 assertThat(mController.getLabelFromCallingAccount(null)).isEqualTo(""); in getLabelFromCallingAccount_invalidAccount_emptyString()