Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DTelephonyDomainSelectionService.java90 + ", selectorType=" + selectorTypeToString(selectorType) in create()
162 .append(", selectorType=").append(selectorTypeToString(mSelectorType)) in toString()
322 loge("No proper domain selector: " + selectorTypeToString(selectorType)); in onDomainSelection()
499 private static String selectorTypeToString(@SelectorType int selectorType) { in selectorTypeToString() method in TelephonyDomainSelectionService