Home
last modified time | relevance | path

Searched defs:pkgForDebug (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1566 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in removeOnOpportunisticSubscriptionsChangedListener() local
3331 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in createSubscriptionGroup() local
3381 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in addSubscriptionsIntoGroup() local
H A DTelephonyManager.java13996 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in setOpportunisticNetworkState() local
14025 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in isOpportunisticNetworkEnabled() local
14713 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in setPreferredOpportunisticDataSubscription() local
14814 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in updateAvailableNetworks() local
15355 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in isDataEnabledForApn() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java967 public void removeOnSubscriptionsChangedListener(String pkgForDebug, in removeOnSubscriptionsChangedListener()