Searched refs:dds (Results 1 – 4 of 4) sorted by relevance
86 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local87 doReturn(dds).when(mPhone).getSubId(); in setUp()
254 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local255 doReturn(dds).when(mPhone).getSubId(); in setUp()
171 long dds = SubscriptionManager.getDefaultDataSubscriptionId(); in doNotifyDataConnection() local172 if (DBG) log("subId = " + subId + ", DDS = " + dds); in doNotifyDataConnection()
1361 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in handleMessage() local1362 ProxyController.getInstance().unregisterForAllDataDisconnected(dds, this); in handleMessage()4469 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in powerOffRadioSafely() local4473 && (dds == mPhone.getSubId() in powerOffRadioSafely()4474 || (dds != mPhone.getSubId() in powerOffRadioSafely()4475 && ProxyController.getInstance().areAllDataDisconnected(dds)))) { in powerOffRadioSafely()4499 if (dds != mPhone.getSubId() in powerOffRadioSafely()4500 && !ProxyController.getInstance().areAllDataDisconnected(dds)) { in powerOffRadioSafely()4504 ProxyController.getInstance().registerForAllDataDisconnected(dds, this, in powerOffRadioSafely()