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.java5055 … Telephony.SimInfo.COLUMN_IMS_RCS_UCE_ENABLED), usingSubId, subId), in update() local
5062 usingSubId, subId), null, true, UserHandle.USER_ALL); in update() local
5068 usingSubId, subId), null, true, UserHandle.USER_ALL); in update() local
5074 usingSubId, subId), null, true, UserHandle.USER_ALL); in update() local
5080 usingSubId, subId), null, true, UserHandle.USER_ALL); in update() local
5086 usingSubId, subId), null, true, UserHandle.USER_ALL); in update() local
5098 private static Uri getNotifyContentUri(Uri uri, boolean usingSubId, int subId) { in getNotifyContentUri()