Searched refs:TelephonyRegistry (Results 1 – 8 of 8) sorted by relevance
78 import com.android.server.TelephonyRegistry;99 private TelephonyRegistry.ConfigurationProvider mMockConfigurationProvider;103 private TelephonyRegistry mTelephonyRegistry;311 mMockConfigurationProvider = mock(TelephonyRegistry.ConfigurationProvider.class); in setUp()325 mTelephonyRegistry = new TelephonyRegistry(mContext, mMockConfigurationProvider); in setUp()1182 assertEquals("", TelephonyRegistry.getApnTypesStringFromBitmask(mask)); in testGetApnTypesStringFromBitmask()1189 TelephonyRegistry.getApnTypesStringFromBitmask(mask)); in testGetApnTypesStringFromBitmask()1194 assertEquals("", TelephonyRegistry.getApnTypesStringFromBitmask(mask)); in testGetApnTypesStringFromBitmask()
45 per-file TelephonyRegistry.java = file:/telephony/OWNERS
143 public class TelephonyRegistry extends ITelephonyRegistry.Stub { class591 TelephonyRegistry.this.notifyCellLocationForSubscriber(808 public TelephonyRegistry(Context context, ConfigurationProvider configurationProvider) { in TelephonyRegistry() method in TelephonyRegistry
1450 TelephonyRegistry telephonyRegistry = null; in startOtherServices()1533 telephonyRegistry = new TelephonyRegistry( in startOtherServices()1534 context, new TelephonyRegistry.ConfigurationProvider()); in startOtherServices()3014 final TelephonyRegistry telephonyRegistryF = telephonyRegistry; in startOtherServices()
567 Lcom/android/server/TelephonyRegistry;->add(Landroid/os/IBinder;)Lcom/android/server/TelephonyRegis…580 Lcom/android/server/TelephonyRegistry$Record;->matchPhoneStateListenerEvent(I)Z609 Lcom/android/server/TelephonyRegistry;->notifyDataConnectionForSubscriber(IIIZLjava/lang/String;Lja…
2833 …e;Lcom/android/server/input/InputManagerService;Lcom/android/server/TelephonyRegistry;Lcom/android…2847 …e;Lcom/android/server/input/InputManagerService;Lcom/android/server/TelephonyRegistry;Lcom/android…2864 …e;Lcom/android/server/input/InputManagerService;Lcom/android/server/TelephonyRegistry;Lcom/android…2964 PLcom/android/server/TelephonyRegistry$1;-><init>(Lcom/android/server/TelephonyRegistry;)V2965 PLcom/android/server/TelephonyRegistry$1;->handleMessage(Landroid/os/Message;)V2966 PLcom/android/server/TelephonyRegistry$2;-><init>(Lcom/android/server/TelephonyRegistry;)V2967 PLcom/android/server/TelephonyRegistry$2;->onReceive(Landroid/content/Context;Landroid/content/Inte…2968 PLcom/android/server/TelephonyRegistry$ConfigurationProvider$$ExternalSyntheticLambda0;-><init>(Lja…2969 PLcom/android/server/TelephonyRegistry$ConfigurationProvider$$ExternalSyntheticLambda0;->getOrThrow…2970 PLcom/android/server/TelephonyRegistry$ConfigurationProvider$$ExternalSyntheticLambda3;-><init>(Lja…[all …]
138 HPLcom/android/server/TelephonyRegistry$Record;->matchTelephonyCallbackEvent(I)Z+]Ljava/util/Set;Lj…139 …TelephonyRegistry;->add(Landroid/os/IBinder;IIZ)Lcom/android/server/TelephonyRegistry$Record;+]Lan…140 HSPLcom/android/server/TelephonyRegistry;->listen(ZZLjava/lang/String;Ljava/lang/String;Lcom/androi…
4791 * frameworks/base/core/java/com/android/internal/os/TelephonyRegistry.java