Merge "[Notif] Rename/reset blocking helper stats file" into pi-dev

am: 1822926cfb

Change-Id: I69d4e83496f6088a58359e05c46dbe1c4bd9d117
This commit is contained in:
Rohan Shah
2018-05-09 08:56:01 -07:00
committed by android-build-merger

View File

@@ -265,7 +265,7 @@ public class Assistant extends NotificationAssistantService {
mFile = new AtomicFile(new File(new File(
Environment.getDataUserCePackageDirectory(
StorageManager.UUID_PRIVATE_INTERNAL, getUserId(), getPackageName()),
"assistant"), "block_stats.xml"));
"assistant"), "blocking_helper_stats.xml"));
loadFile();
for (StatusBarNotification sbn : getActiveNotifications()) {
onNotificationPosted(sbn);