Home
last modified time | relevance | path

Searched refs:registration (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemManager.java428 public boolean changeNetworkService(int slotId, int carrierId, boolean registration) in changeNetworkService() argument
437 + registration); in changeNetworkService()
443 .changeNetworkService(carrierId, registration); in changeNetworkService()
460 boolean registration, int domainBitmask) throws Exception { in changeNetworkService() argument
462 slotId, carrierId, registration, domainBitmask, 0 /* regFailCause */); in changeNetworkService()
477 boolean registration, int domainBitmask, in changeNetworkService() argument
486 + registration in changeNetworkService()
497 carrierId, registration, domainBitmask, regFailCause); in changeNetworkService()
DIRadioNetworkImpl.java223 public boolean changeNetworkService(int carrierId, boolean registration) { in changeNetworkService() argument
224 Log.d(mTag, "changeNetworkService: carrier id(" + carrierId + "): " + registration); in changeNetworkService()
225 return changeNetworkService(carrierId, registration, Domain.CS | Domain.PS); in changeNetworkService()
231 boolean registration, in changeNetworkService() argument
233 return changeNetworkService(carrierId, registration, domainBitmask, 0 /* regFailCause */); in changeNetworkService()
239 boolean registration, in changeNetworkService() argument
247 + registration in changeNetworkService()
254 mServiceState.setServiceStatus(false, registration); in changeNetworkService()