Searched refs:selectorTypeToString (Results 1 – 1 of 1) sorted by relevance
90 + ", 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