Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTVSystemUICoreStartableModule.kt37 import com.android.systemui.usb.StorageNotification
109 @ClassKey(StorageNotification::class)
110 abstract fun bindStorageNotification(sysui: StorageNotification): CoreStartable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUICoreStartableModule.kt62 import com.android.systemui.usb.StorageNotification
213 @ClassKey(StorageNotification::class)
214 abstract fun bindStorageNotification(sysui: StorageNotification): CoreStartable
/aosp14/frameworks/base/packages/SystemUI/
H A DREADME.md118 ### [com.android.systemui.usb.StorageNotification](/packages/SystemUI/src/com/android/systemui/usb/
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java59 public class StorageNotification implements CoreStartable { class
73 public StorageNotification( in StorageNotification() method in StorageNotification