Home
last modified time | relevance | path

Searched refs:topPriPhone (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDctController.java449 final int topPriPhone = getTopPriorityRequestPhoneId(); in onRetryAttach() local
450 logd("onRetryAttach phoneId=" + phoneId + " topPri phone = " + topPriPhone); in onRetryAttach()
452 if (phoneId != -1 && phoneId == topPriPhone) { in onRetryAttach()