From 6e5ad3c6e83b5acee8c9eaefdc58d1dd8a117715 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 10 Feb 2009 15:44:04 -0800 Subject: auto import from //branches/cupcake/...@130745 --- include/hardware_legacy/IMountService.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/hardware_legacy/IMountService.h') diff --git a/include/hardware_legacy/IMountService.h b/include/hardware_legacy/IMountService.h index 6737dcf..b956ec8 100644 --- a/include/hardware_legacy/IMountService.h +++ b/include/hardware_legacy/IMountService.h @@ -54,6 +54,21 @@ public: * Safely unmount external storage at given mount point. */ virtual void unmountMedia(String16 mountPoint) = 0; + + /** + * Format external storage at given mount point. + */ + virtual void formatMedia(String16 mountPoint) = 0; + + /** + * Returns true if we're playing media notification sounds. + */ + virtual bool getPlayNotificationSounds() = 0; + + /** + * Sets whether or not media notification sounds are played. + */ + virtual void setPlayNotificationSounds(bool enabled) = 0; }; // ---------------------------------------------------------------------- -- cgit v1.2.3