Home
last modified time | relevance | path

Searched refs:permanentlyDeleteNotificationChannel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java44 void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId); in permanentlyDeleteNotificationChannel() method
DRankingHelper.java670 public void permanentlyDeleteNotificationChannel(String pkg, int uid, String channelId) { in permanentlyDeleteNotificationChannel() method in RankingHelper
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java204 mHelper.permanentlyDeleteNotificationChannel(pkg, uid, channelId); in writeXmlAndPurge()