Searched defs:pkgForDebug (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java148 public void removeOnSubscriptionsChangedListener(String pkgForDebug, argument
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java422 public void removeOnSubscriptionsChangedListener(String pkgForDebug, argument
455 public void listen(String pkgForDebug, IPhoneStateListener callback, int events, argument
457 listenForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, pkgForDebug, callback,
462 public void listenForSubscriber(int subId, String pkgForDebug, IPhoneStateListener callback, argument
464 listen(pkgForDebug, callback, events, notifyNow, subId);

Completed in 1979 milliseconds