Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcn.java491 getTelephonyManagerForSubid(subId).registerTelephonyCallback(executor, listener); in updateMobileDataStateListeners()
543 if (getTelephonyManagerForSubid(subId).isDataEnabled()) { in getMobileDataStatus()
567 private TelephonyManager getTelephonyManagerForSubid(int subid) { in getTelephonyManagerForSubid() method in Vcn