Searched refs:SubscriptionControllerMock (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionMonitorTest.java | 22 import com.android.internal.telephony.mocks.SubscriptionControllerMock; 177 SubscriptionControllerMock subController = in testRegister() 178 new SubscriptionControllerMock(context, telRegistry, numPhones); in testRegister() 289 SubscriptionControllerMock subController = in testBadRegister() 290 new SubscriptionControllerMock(context, telRegistry, numPhones); in testBadRegister() 346 SubscriptionControllerMock subController = in testSpuriousNotifications() 347 new SubscriptionControllerMock(context, telRegistry, numPhones); in testSpuriousNotifications() 408 SubscriptionControllerMock subController = in testMultiRegUnregistration() 409 new SubscriptionControllerMock(context, telRegistry, numPhones); in testMultiRegUnregistration() 473 SubscriptionControllerMock subController = in testEventFloodNotifications() [all …]
|
D | PhoneSwitcherTest.java | 35 import com.android.internal.telephony.mocks.SubscriptionControllerMock; 203 final SubscriptionControllerMock subControllerMock = in testRegister() 204 new SubscriptionControllerMock(contextMock, telRegistryMock, numPhones); in testRegister() 436 final SubscriptionControllerMock subControllerMock = in testPrioritization() 437 new SubscriptionControllerMock(contextMock, telRegistryMock, numPhones); in testPrioritization() 509 final SubscriptionControllerMock subControllerMock = in testHigherPriorityDefault() 510 new SubscriptionControllerMock(contextMock, telRegistryMock, numPhones); in testHigherPriorityDefault()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | TelephonyNetworkFactoryTest.java | 37 import com.android.internal.telephony.mocks.SubscriptionControllerMock; 61 final SubscriptionControllerMock subscriptionControllerMock; 107 new SubscriptionControllerMock(contextMock, telephonyRegistryMock, numPhones); in TestSetup()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | SubscriptionControllerMock.java | 42 public class SubscriptionControllerMock extends SubscriptionController { class 58 public SubscriptionControllerMock(Context c, ITelephonyRegistry.Stub tr, int phoneCount) { in SubscriptionControllerMock() method in SubscriptionControllerMock
|