Home
last modified time | relevance | path

Searched defs:usingSubId (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java4735 … Telephony.SimInfo.COLUMN_IMS_RCS_UCE_ENABLED), usingSubId, subId), in update() local
4742 usingSubId, subId), null, true, UserHandle.USER_ALL); in update() local
4748 usingSubId, subId), null, true, UserHandle.USER_ALL); in update() local
4760 private static Uri getNotifyContentUri(Uri uri, boolean usingSubId, int subId) { in getNotifyContentUri()