Searched defs:notification (Results 1 - 25 of 41) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/notification/
H A DRedactionSettingsStandalone.java17 package com.android.settings.notification;
23 import com.android.settings.notification.RedactionInterstitial.RedactionInterstitialFragment;
H A DEmptyTextSettings.java17 package com.android.settings.notification;
H A DZenModeScheduleDaysSelection.java17 package com.android.settings.notification;
H A DZenModeVoiceActivity.java17 package com.android.settings.notification;
26 import android.service.notification.Condition;
27 import android.service.notification.ZenModeConfig;
H A DZenRuleInfo.java1 package com.android.settings.notification;
H A DZenRuleNameDialog.java17 package com.android.settings.notification;
H A DAppNotificationSettings.java17 package com.android.settings.notification;
28 import android.service.notification.NotificationListenerService.Ranking;
36 import com.android.settings.notification.NotificationBackend.AppRow;
152 if (DEBUG) Log.v(TAG, "Ignoring notification preference activity ("
158 if (DEBUG) Log.v(TAG, "Ignoring duplicate notification preference activity ("
H A DZenModeVisualInterruptionSettings.java17 package com.android.settings.notification;
H A DNotificationAccessSettings.java17 package com.android.settings.notification;
30 import android.service.notification.NotificationListenerService;
55 c.noun = "notification listener";
H A DNotificationBackend.java16 package com.android.settings.notification;
28 import android.service.notification.NotificationListenerService;
H A DRedactionInterstitial.java17 package com.android.settings.notification;
H A DSettingPref.java17 package com.android.settings.notification;
H A DZenAccessSettings.java17 package com.android.settings.notification;
H A DZenModeEventRuleSettings.java17 package com.android.settings.notification;
27 import android.service.notification.ZenModeConfig;
28 import android.service.notification.ZenModeConfig.EventInfo;
H A DZenModePrioritySettings.java17 package com.android.settings.notification;
22 import android.service.notification.ZenModeConfig;
H A DZenModeSettings.java17 package com.android.settings.notification;
H A DZenModeSettingsBase.java17 package com.android.settings.notification;
29 import android.service.notification.ZenModeConfig;
H A DZenRuleSelectionDialog.java17 package com.android.settings.notification;
29 import android.service.notification.ZenModeConfig;
H A DConfigureNotificationSettings.java17 package com.android.settings.notification;
112 // === Pulse notification light ===
H A DImportanceSeekBarPreference.java17 package com.android.settings.notification;
27 import android.service.notification.NotificationListenerService;
37 * A slider preference that controls notification importance.
H A DNotificationLockscreenPreference.java17 package com.android.settings.notification;
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java22 public abstract void notify(int id, NotificationWrapper notification); argument
26 * Don't actually use the notification framework's cancelAll since the SyncAdapter
/packages/apps/Settings/tests/app/src/com/android/settings/notification/
H A DSoundSettingsIntegrationTest.java16 package com.android.settings.notification;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DMissedCallNotifier.java45 * Creates a notification for calls that the user missed (neither answered nor rejected).
53 /** The identifier of the notification of new missed calls. */
75 final String expandedText; // The text in the notification's line 1 and 2.
83 // call log, then no notification can be shown.
90 // No voicemails to notify about: clear the notification.
101 // Display the first line of the notification:
128 // Create a public viewable version of the notification, suitable for display when sensitive
129 // notification content is hidden.
133 // Show "Phone" for notification title.
143 // Create the notification suitabl
275 configureLedOnNotification(Notification notification) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java64 // Used by the MAS to forward notification registrations
102 MnsSdpSearchInfo (boolean isSearchON, int masId, int notification) { argument
105 lastNotificationStatus = notification;
142 //Handle notification registration.
292 //Handle notification registration.

Completed in 662 milliseconds

12