Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java67 protected static final String REMOVE_ALL_APP_DATA = "ALL"; field in NotificationMsgDelegate
301 if (!packageName.equals(REMOVE_ALL_APP_DATA)) { in clearAppData()
/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java442 sendClearAppDataRequest(NotificationMsgDelegate.REMOVE_ALL_APP_DATA); in clearAllAppDataShouldClearInternalDataAndNotifications()