Searched refs:ITelephonyRegistry (Results 1 – 21 of 21) sorted by relevance
/frameworks/base/core/java/android/service/carrier/ |
D | CarrierService.java | 28 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/ |
D | SubscriptionMonitorTest.java | 176 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()
|
D | DefaultPhoneNotifierTest.java | 49 ITelephonyRegistry.Stub mTelephonyRegisteryMock;
|
D | PhoneSwitcherTest.java | 80 private ITelephonyRegistry.Stub mTelRegistryMock; 82 private ITelephonyRegistry mTelRegistryInterfaceMock;
|
D | SubscriptionControllerTest.java | 74 private ITelephonyRegistry.Stub mTelephonyRegisteryMock;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-p.txt | 73 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
|
D | dirty-image-objects | 285 com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
|
D | hiddenapi-greylist.txt | 1407 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…
|
D | preloaded-classes | 4779 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/ |
D | SubscriptionControllerMock.java | 30 import com.android.internal.telephony.ITelephonyRegistry; 45 final ITelephonyRegistry.Stub mTelephonyRegistry; 58 public SubscriptionControllerMock(Context c, ITelephonyRegistry.Stub tr, int phoneCount) { in SubscriptionControllerMock()
|
D | TelephonyRegistryMock.java | 37 import com.android.internal.telephony.ITelephonyRegistry; 42 public class TelephonyRegistryMock extends ITelephonyRegistry.Stub {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionMonitor.java | 38 import com.android.internal.telephony.ITelephonyRegistry; 70 public SubscriptionMonitor(ITelephonyRegistry tr, Context context, in SubscriptionMonitor()
|
D | DefaultPhoneNotifier.java | 50 protected ITelephonyRegistry mRegistry; 53 mRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in DefaultPhoneNotifier()
|
D | PhoneSwitcher.java | 284 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()
|
D | PhoneFactory.java | 258 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface( in makeDefaultPhone()
|
D | SubscriptionController.java | 288 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in notifySubscriptionInfoChanged() 3605 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 65 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/ |
D | ITelephonyRegistry.aidl | 34 interface ITelephonyRegistry { interface
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 64 import com.android.internal.telephony.ITelephonyRegistry; 99 public class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
/frameworks/base/ |
D | CleanSpec.mk | 81 …IES/framework_intermediates/src/telephony/java/com/android/internal/telephony/ITelephonyRegistry.P)
|
D | Android.bp | 616 "telephony/java/com/android/internal/telephony/ITelephonyRegistry.aidl",
|