Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1024 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in removeOnSubscriptionsChangedListener() local
1026 logd("unregister OnSubscriptionsChangedListener pkgForDebug=" + pkgForDebug in removeOnSubscriptionsChangedListener()
1035 tr.removeOnSubscriptionsChangedListener(pkgForDebug, listener.callback); in removeOnSubscriptionsChangedListener()
1139 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in removeOnOpportunisticSubscriptionsChangedListener() local
1142 + pkgForDebug + " listener=" + listener); in removeOnOpportunisticSubscriptionsChangedListener()
1150 tr.removeOnSubscriptionsChangedListener(pkgForDebug, listener.callback); in removeOnOpportunisticSubscriptionsChangedListener()
2709 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in getOpportunisticSubscriptions() local
2715 subInfoList = iSub.getOpportunisticSubscriptions(pkgForDebug); in getOpportunisticSubscriptions()
2806 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in createSubscriptionGroup() local
2816 groupUuid = iSub.createSubscriptionGroup(subIdArray, pkgForDebug); in createSubscriptionGroup()
[all …]
DTelephonyManager.java10299 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in setOpportunisticNetworkState() local
10304 ret = iOpportunisticNetworkService.setEnable(enable, pkgForDebug); in setOpportunisticNetworkState()
10326 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in isOpportunisticNetworkEnabled() local
10332 isEnabled = iOpportunisticNetworkService.isEnabled(pkgForDebug); in isOpportunisticNetworkEnabled()
10795 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in setPreferredOpportunisticDataSubscription() local
10815 pkgForDebug); in setPreferredOpportunisticDataSubscription()
10838 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in getPreferredOpportunisticDataSubscription() local
10843 subId = iOpportunisticNetworkService.getPreferredDataSubscriptionId(pkgForDebug); in getPreferredOpportunisticDataSubscription()
10873 String pkgForDebug = mContext != null ? mContext.getOpPackageName() : "<unknown>"; in updateAvailableNetworks() local
10895 pkgForDebug); in updateAvailableNetworks()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java202 public void removeOnSubscriptionsChangedListener(String pkgForDebug, in removeOnSubscriptionsChangedListener() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java504 public void removeOnSubscriptionsChangedListener(String pkgForDebug, in removeOnSubscriptionsChangedListener() argument
610 public void listen(String pkgForDebug, IPhoneStateListener callback, int events, in listen() argument
612 listenForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, pkgForDebug, callback, in listen()
617 public void listenForSubscriber(int subId, String pkgForDebug, IPhoneStateListener callback, in listenForSubscriber() argument
619 listen(pkgForDebug, callback, events, notifyNow, subId); in listenForSubscriber()