Home
last modified time | relevance | path

Searched refs:preset (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java82 NotificationPreset preset = NotificationPresets.PRESETS[ in onCreate() local
84 updateTextEditors(preset); in onCreate()
172 private void updateTextEditors(NotificationPreset preset) { in updateTextEditors() argument
173 mTitleEditText.setText(getString(preset.titleResId)); in updateTextEditors()
174 mTextEditText.setText(getString(preset.textResId)); in updateTextEditors()
175 if (preset == NotificationPresets.BASIC) { in updateTextEditors()
218 NotificationPreset preset = NotificationPresets.PRESETS[ in postNotifications() local
226 if (preset.actionsRequired() && actionsPreset == ActionsPresets.NO_ACTIONS_PRESET) { in postNotifications()
242 Notification[] notifications = preset.buildNotifications(this, options); in postNotifications()
268 NotificationPreset preset = NotificationPresets.PRESETS[position]; in onItemSelected() local
[all …]
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DMainActivity.java63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; in updateNotification() local
64 Notification notif = preset.buildNotification(this); in updateNotification()
/development/tools/winscope/
Dyarn.lock630 babel-preset-env@^1.5.1:
632 …resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.0.tgz#2de1c782a780a…