Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/carrier/
DCarrierService.java28 import com.android.internal.telephony.ITelephonyRegistry;
58 private static ITelephonyRegistry sRegistry;
65 sRegistry = ITelephonyRegistry.Stub.asInterface( in CarrierService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionMonitorTest.java176 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testRegister()
288 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testBadRegister()
345 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testSpuriousNotifications()
407 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testMultiRegUnregistration()
472 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testEventFloodNotifications()
528 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testNoDefaultNotifications()
578 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testNoSubChange()
674 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testSubBeforeDefaultNotifications()
767 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock(); in testSimSwapNotifications()
DDefaultPhoneNotifierTest.java49 ITelephonyRegistry.Stub mTelephonyRegisteryMock;
DPhoneSwitcherTest.java80 private ITelephonyRegistry.Stub mTelRegistryMock;
82 private ITelephonyRegistry mTelRegistryInterfaceMock;
DSubscriptionControllerTest.java74 private ITelephonyRegistry.Stub mTelephonyRegisteryMock;
/frameworks/base/config/
Dhiddenapi-greylist-max-p.txt73 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyCallForwardingChanged(Z)V
74 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyCellLocation(Landroid/os/Bundle;)V
75 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyDataActivity(I)V
76 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyOtaspChanged(II)V
Ddirty-image-objects285 com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
Dhiddenapi-greylist.txt1407 Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
1408 …id/internal/telephony/ITelephonyRegistry$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/inte…
Dpreloaded-classes4779 com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
4780 com.android.internal.telephony.ITelephonyRegistry$Stub
4781 com.android.internal.telephony.ITelephonyRegistry
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java30 import com.android.internal.telephony.ITelephonyRegistry;
45 final ITelephonyRegistry.Stub mTelephonyRegistry;
58 public SubscriptionControllerMock(Context c, ITelephonyRegistry.Stub tr, int phoneCount) { in SubscriptionControllerMock()
DTelephonyRegistryMock.java37 import com.android.internal.telephony.ITelephonyRegistry;
42 public class TelephonyRegistryMock extends ITelephonyRegistry.Stub {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionMonitor.java38 import com.android.internal.telephony.ITelephonyRegistry;
70 public SubscriptionMonitor(ITelephonyRegistry tr, Context context, in SubscriptionMonitor()
DDefaultPhoneNotifier.java50 protected ITelephonyRegistry mRegistry;
53 mRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in DefaultPhoneNotifier()
DPhoneSwitcher.java284 SubscriptionController subscriptionController, Looper looper, ITelephonyRegistry tr, in make()
335 SubscriptionController subscriptionController, Looper looper, ITelephonyRegistry tr, in PhoneSwitcher()
1279 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in notifyPreferredDataSubIdChanged()
DPhoneFactory.java258 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface( in makeDefaultPhone()
DSubscriptionController.java288 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in notifySubscriptionInfoChanged()
3605 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java65 import com.android.internal.telephony.ITelephonyRegistry;
1006 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in addOnSubscriptionsChangedListener()
1032 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in removeOnSubscriptionsChangedListener()
1118 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in addOnOpportunisticSubscriptionsChangedListener()
1147 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in removeOnOpportunisticSubscriptionsChangedListener()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl34 interface ITelephonyRegistry { interface
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java64 import com.android.internal.telephony.ITelephonyRegistry;
99 public class TelephonyRegistry extends ITelephonyRegistry.Stub {
/frameworks/base/
DCleanSpec.mk81 …IES/framework_intermediates/src/telephony/java/com/android/internal/telephony/ITelephonyRegistry.P)
DAndroid.bp616 "telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl",