Searched defs:URL_PREFERAPN (Results 1 - 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java62 private static final int URL_PREFERAPN = 5; field in class:TelephonyProvider
84 s_urlMatcher.addURI("telephony", "carriers/preferapn", URL_PREFERAPN);
449 case URL_PREFERAPN:
476 case URL_PREFERAPN:
584 case URL_PREFERAPN:
639 case URL_PREFERAPN:
643 if (match == URL_PREFERAPN) count = 1;
693 case URL_PREFERAPN:
699 if (match == URL_PREFERAPN) count = 1;

Completed in 24 milliseconds