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.java86 public static void notifyIfNotDefaultSmsApp(final Uri uri, final String callingPackage, in notifyIfNotDefaultSmsApp() method in ProviderUtil
DMmsProvider.java1000 ProviderUtil.notifyIfNotDefaultSmsApp(caseSpecificUri == null ? uri : caseSpecificUri, in notifyChange()
DSmsProvider.java1126 ProviderUtil.notifyIfNotDefaultSmsApp(uri, callingPackage, context); in notifyChange()
DTelephonyBackupAgent.java592 ProviderUtil.notifyIfNotDefaultSmsApp(null /*uri*/, null /*calling package*/, in onHandleIntent()