Searched refs:dds (Results 1 – 4 of 4) sorted by relevance
81 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local82 doReturn(dds).when(mPhone).getSubId(); in setUp()
185 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local186 doReturn(dds).when(mPhone).getSubId(); in setUp()
162 long dds = SubscriptionManager.getDefaultDataSubscriptionId(); in doNotifyDataConnection() local163 if (DBG) log("subId = " + subId + ", DDS = " + dds); in doNotifyDataConnection()
1284 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in handleMessage() local1285 ProxyController.getInstance().unregisterForAllDataDisconnected(dds, this); in handleMessage()3938 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in powerOffRadioSafely() local3942 && (dds == mPhone.getSubId() in powerOffRadioSafely()3943 || (dds != mPhone.getSubId() in powerOffRadioSafely()3944 && ProxyController.getInstance().isDataDisconnected(dds)))) { in powerOffRadioSafely()3957 if (dds != mPhone.getSubId() in powerOffRadioSafely()3958 && !ProxyController.getInstance().isDataDisconnected(dds)) { in powerOffRadioSafely()3962 ProxyController.getInstance().registerForAllDataDisconnected(dds, this, in powerOffRadioSafely()