Searched refs:dds (Results 1 – 3 of 3) sorted by relevance
161 long dds = SubscriptionManager.getDefaultDataSubscriptionId(); in doNotifyDataConnection() local162 if (DBG) log("subId = " + subId + ", DDS = " + dds); in doNotifyDataConnection()
1286 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in handleMessage() local1287 ProxyController.getInstance().unregisterForAllDataDisconnected(dds, this); in handleMessage()4091 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in powerOffRadioSafely() local4095 && (dds == mPhone.getSubId() in powerOffRadioSafely()4096 || (dds != mPhone.getSubId() in powerOffRadioSafely()4097 && ProxyController.getInstance().isDataDisconnected(dds)))) { in powerOffRadioSafely()4110 if (dds != mPhone.getSubId() in powerOffRadioSafely()4111 && !ProxyController.getInstance().isDataDisconnected(dds)) { in powerOffRadioSafely()4115 ProxyController.getInstance().registerForAllDataDisconnected(dds, this, in powerOffRadioSafely()
136 int dds = SubscriptionManager.getDefaultDataSubscriptionId(); in setUp() local137 doReturn(dds).when(mPhone).getSubId(); in setUp()