Searched refs:StorageNotification (Results 1 – 4 of 4) sorted by relevance
37 import com.android.systemui.usb.StorageNotification109 @ClassKey(StorageNotification::class)110 abstract fun bindStorageNotification(sysui: StorageNotification): CoreStartable
62 import com.android.systemui.usb.StorageNotification213 @ClassKey(StorageNotification::class)214 abstract fun bindStorageNotification(sysui: StorageNotification): CoreStartable
118 ### [com.android.systemui.usb.StorageNotification](/packages/SystemUI/src/com/android/systemui/usb/…
59 public class StorageNotification implements CoreStartable { class73 public StorageNotification( in StorageNotification() method in StorageNotification