Home
last modified time | relevance | path

Searched defs:phoneId (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemService.java361 public IRadioModemImpl getIRadioModem(byte phoneId) { in getIRadioModem()
369 public IRadioSimImpl getIRadioSim(byte phoneId) { in getIRadioSim()
377 public IRadioNetworkImpl getIRadioNetwork(byte phoneId) { in getIRadioNetwork()
385 public IRadioVoiceImpl getIRadioVoice(byte phoneId) { in getIRadioVoice()
393 public IRadioMessagingImpl getIRadioMessaging(byte phoneId) { in getIRadioMessaging()
401 public IRadioDataImpl getIRadioData(byte phoneId) { in getIRadioData()
409 public IRadioImsImpl getIRadioIms(byte phoneId) { in getIRadioIms()
DMockCentralizedNetworkAgent.java50 public static void setPreferredDataPhone(int phoneId) { in setPreferredDataPhone()
85 public static synchronized void storeDataCall(int phoneId, String string) { in storeDataCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSimultaneousCallingRestrictionsTest.java480 private static int waitForActiveSubIdOrTimeout(int phoneId) throws Exception { in waitForActiveSubIdOrTimeout()
487 private static void waitForSimStateReadyOrTimeout(int phoneId) throws Exception { in waitForSimStateReadyOrTimeout()
757 private static int getActiveSubId(int phoneId) { in getActiveSubId()
DTelephonyRegistryManagerTest.java712 int phoneId = SubscriptionManager.getSlotIndex(defaultSubId); in testNotifyOutgoingEmergencyCall() local
DTelephonyManagerTestOnMockModem.java324 private int getActiveSubId(int phoneId) { in getActiveSubId()
DTelephonyManagerTest.java6007 int phoneId = 1; in testGetCarrierPackageNamesForIntentAndPhoneEnforcesReadPrivilege() local
6024 int phoneId = 1; in testGetCarrierPackageNamesForIntentAndPhoneThrowsExceptionWithoutReadPrivilege() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DCallDomainSelectionTestOnMockModem.java248 private int getActiveSubId(int phoneId) { in getActiveSubId()