Home
last modified time | relevance | path

Searched refs:notifyIfNotDefaultSmsApp (Results 1 – 4 of 4) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DProviderUtil.java105 public static void notifyIfNotDefaultSmsApp(final Uri uri, final String callingPackage, in notifyIfNotDefaultSmsApp() method in ProviderUtil
DTelephonyBackupAgent.java682 ProviderUtil.notifyIfNotDefaultSmsApp(null /*uri*/, null /*calling package*/, in onHandleIntent()
889 ProviderUtil.notifyIfNotDefaultSmsApp(Telephony.Mms.CONTENT_URI, null, this);
DMmsProvider.java1162 ProviderUtil.notifyIfNotDefaultSmsApp(caseSpecificUri == null ? uri : caseSpecificUri, in notifyChange()
DSmsProvider.java1360 ProviderUtil.notifyIfNotDefaultSmsApp(uri, callingPackage, context); in notifyChange()