Searched refs:dds (Results 1 – 3 of 3) sorted by relevance
164 long dds = SubscriptionManager.getDefaultDataSubscriptionId(); in doNotifyDataConnection() local165 if (DBG) log("subId = " + subId + ", DDS = " + dds); in doNotifyDataConnection()
1155 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in handleMessage() local1156 ProxyController.getInstance().unregisterForAllDataDisconnected(dds, this); in handleMessage()4188 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in powerOffRadioSafely() local4192 && (dds == mPhone.getSubId() in powerOffRadioSafely()4193 || (dds != mPhone.getSubId() in powerOffRadioSafely()4194 && ProxyController.getInstance().isDataDisconnected(dds)))) { in powerOffRadioSafely()4207 if (dds != mPhone.getSubId() in powerOffRadioSafely()4208 && !ProxyController.getInstance().isDataDisconnected(dds)) { in powerOffRadioSafely()4212 ProxyController.getInstance().registerForAllDataDisconnected(dds, this, in powerOffRadioSafely()
129 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local130 doReturn(dds).when(mPhone).getSubId(); in setUp()