Home
last modified time | relevance | path

Searched defs:notifications (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/app/components/
Dsnack_bar_opener_test.ts74 const notifications = Array.from({length: 6}, () => filesNotif); constant
86 const notifications = Array.from({length: 7}, () => filesNotif); constant
98 const notifications = Array.from({length: 5}, () => filesNotif).concat([ constant
113 const notifications = Array.from({length: 5}, () => filesNotif).concat([ constant
/development/tools/winscope/src/common/
Duser_notifier.ts43 private static notifications: UserNotification[] = []; property in UserNotifier
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/notification/
DDemoNotifications.kt40 fun notifications( in <lambda>() method
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java242 Notification[] notifications = preset.buildNotifications(this, options); in postNotifications() local
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DSystemUi.kt240 val notifications = in SystemUi() constant