Searched refs:dds (Results 1 – 3 of 3) sorted by relevance
84 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local85 doReturn(dds).when(mPhone).getSubId(); in setUp()
255 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local256 doReturn(dds).when(mPhone).getSubId(); in setUp()
1452 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in handleMessage() local1453 ProxyController.getInstance().unregisterForAllDataDisconnected(dds, this); in handleMessage()4677 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in powerOffRadioSafely() local4681 && (dds == mPhone.getSubId() in powerOffRadioSafely()4682 || (dds != mPhone.getSubId() in powerOffRadioSafely()4683 && ProxyController.getInstance().areAllDataDisconnected(dds)))) { in powerOffRadioSafely()4707 if (dds != mPhone.getSubId() in powerOffRadioSafely()4708 && !ProxyController.getInstance().areAllDataDisconnected(dds)) { in powerOffRadioSafely()4712 ProxyController.getInstance().registerForAllDataDisconnected(dds, this, in powerOffRadioSafely()