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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java76 private static final int URL_PREFERAPN_USING_SUBID = 11; field in class:TelephonyProvider
107 s_urlMatcher.addURI("telephony", "carriers/preferapn/subId/*", URL_PREFERAPN_USING_SUBID);
690 case URL_PREFERAPN_USING_SUBID:
761 case URL_PREFERAPN_USING_SUBID:
854 case URL_PREFERAPN_USING_SUBID:
968 case URL_PREFERAPN_USING_SUBID:
985 if ((match == URL_PREFERAPN) || (match == URL_PREFERAPN_USING_SUBID)) count = 1;
1070 case URL_PREFERAPN_USING_SUBID:
1090 (match == URL_PREFERAPN_USING_SUBID)) {

Completed in 32 milliseconds