Home
last modified time | relevance | path

Searched refs:shouldPreventBackup (Results 1 – 2 of 2) sorted by relevance

/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogChangeReceiver.java41 if (CallLogBackupAgent.shouldPreventBackup(context)) { in onReceive()
DCallLogBackupAgent.java148 if (shouldPreventBackup(this)) { in onBackup()
589 static boolean shouldPreventBackup(Context context) { in shouldPreventBackup() method in CallLogBackupAgent