Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java442 sendClearAppDataRequest(NotificationMsgDelegate.REMOVE_ALL_APP_DATA); in clearAllAppDataShouldClearInternalDataAndNotifications()
452 sendClearAppDataRequest(MESSAGING_PACKAGE_NAME); in clearSpecificAppDataShouldDoNothing()
777 private void sendClearAppDataRequest(String messagingAppPackageName) { in sendClearAppDataRequest() method in NotificationMsgDelegateTest