Searched refs:preset (Results 1 – 5 of 5) sorted by relevance
82 NotificationPreset preset = NotificationPresets.PRESETS[ in onCreate() local84 updateTextEditors(preset); in onCreate()172 private void updateTextEditors(NotificationPreset preset) { in updateTextEditors() argument173 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() local226 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 …]
3 "@babel/preset-env"
44 preset: ['default', {discardComments: {removeAll: true}}], property
757 "@babel/preset-env@^7.14.7":759 …resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b0…828 "@babel/preset-modules" "^0.1.4"836 "@babel/preset-modules@^0.1.4":838 …resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c6…2632 cssnano-preset-default@^4.0.8:2634 …resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#9…2696 cssnano-preset-default "^4.0.8"
63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; in updateNotification() local64 Notification notif = preset.buildNotification(this); in updateNotification()