Home
last modified time | relevance | path

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

/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DOpportunisticNetworkServiceTest.java52 private String pkgForDebug; field in OpportunisticNetworkServiceTest
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1382 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in removeOnOpportunisticSubscriptionsChangedListener() local
3130 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in createSubscriptionGroup() local
3180 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in addSubscriptionsIntoGroup() local
3232 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in removeSubscriptionsFromGroup() local
H A DTelephonyManager.java12749 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in setOpportunisticNetworkState() local
12777 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in isOpportunisticNetworkEnabled() local
13474 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in setPreferredOpportunisticDataSubscription() local
13573 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in updateAvailableNetworks() local
13991 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in isDataEnabledForApn() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java887 public void removeOnSubscriptionsChangedListener(String pkgForDebug, in removeOnSubscriptionsChangedListener()