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.java5372 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5378 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5384 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5390 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5396 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5402 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5409 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5416 usingSubId, subId), null, true, UserHandle.USER_ALL); in updateSynchronized() local
5428 private static Uri getNotifyContentUri(Uri uri, boolean usingSubId, int subId) { in getNotifyContentUri()