HomeSort by relevance Sort by last modified time
    Searched refs:notification (Results 251 - 275 of 638) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAccessSettings.java 17 package com.android.settings.notification;
30 import android.service.notification.NotificationListenerService;
55 c.noun = "notification listener";
ZenModeSettingsBase.java 17 package com.android.settings.notification;
29 import android.service.notification.ZenModeConfig;
ZenRuleNameDialog.java 17 package com.android.settings.notification;
AppNotificationSettings.java 17 package com.android.settings.notification;
19 import android.app.Notification;
28 import android.service.notification.NotificationListenerService.Ranking;
36 import com.android.settings.notification.NotificationBackend.AppRow;
49 .addCategory(Notification.INTENT_CATEGORY_NOTIFICATION_PREFERENCES);
152 if (DEBUG) Log.v(TAG, "Ignoring notification preference activity ("
158 if (DEBUG) Log.v(TAG, "Ignoring duplicate notification preference activity ("
OtherSoundSettings.java 17 package com.android.settings.notification;
48 import static com.android.settings.notification.SettingPref.TYPE_GLOBAL;
49 import static com.android.settings.notification.SettingPref.TYPE_SYSTEM;
ZenModeEventRuleSettings.java 17 package com.android.settings.notification;
27 import android.service.notification.ZenModeConfig;
28 import android.service.notification.ZenModeConfig.EventInfo;
ZenModeScheduleRuleSettings.java 17 package com.android.settings.notification;
30 import android.service.notification.ZenModeConfig;
31 import android.service.notification.ZenModeConfig.ScheduleInfo;
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 17 package com.android.notification.functional;
21 import android.service.notification.StatusBarNotification;
71 assertNotNull(String.format("Couldn't find %s notification", text), obj);
76 assertNotNull("USB debugging notification has been dismissed", obj);
NotificationSecurityLargeTests.java 17 package com.android.notification.functional;
19 import android.app.Notification;
48 Log.v(LOG_TAG, "set up notification...");
68 mHelper.sendNotification(NOTIFICATION_ID_SECRET, Notification.VISIBILITY_SECRET, title);
70 fail("couldn't find posted notification id=" + NOTIFICATION_ID_PUBLIC);
79 mHelper.sendNotification(NOTIFICATION_ID_PUBLIC, Notification.VISIBILITY_PRIVATE, "");
81 fail("couldn't find posted notification id=" + NOTIFICATION_ID_PUBLIC);
  /external/icu/android_icu4j/runner/src/main/java/android/icu/junit/
IcuTestGroupRunner.java 24 import org.junit.runner.notification.RunNotifier;
  /external/webrtc/talk/media/devices/
macdevicemanagermm.mm 50 - (void)onDevicesChanged:(NSNotification*)notification;
78 - (void)onDevicesChanged:(NSNotification*)notification {
  /frameworks/base/core/java/android/service/notification/
NotificationRankingUpdate.java 16 package android.service.notification;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
FakeShadowView.java 17 package com.android.systemui.statusbar.notification;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 35 import android.service.notification.Condition;
36 import android.service.notification.IConditionListener;
37 import android.service.notification.ZenModeConfig;
38 import android.service.notification.ZenModeConfig.ZenRule;
RemoteInputView.java 21 import android.app.Notification;
152 // Strictly speaking, the intent receiver may be different from the notification publisher,
156 mEntry.notification.getPackageName(),
157 mEntry.notification.getUser().getIdentifier());
160 mEntry.notification.getPackageName());
166 mEntry.notification.getPackageName());
221 mEntry.notification.getPackageName());
267 mEntry.notification.getPackageName());
388 public boolean updatePendingIntentFromActions(Notification.Action[] actions) {
397 for (Notification.Action a : actions)
    [all...]
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java 19 import android.app.Notification;
29 import android.service.notification.NotificationListenerService;
30 import android.service.notification.NotificationListenerService.Ranking;
31 import android.service.notification.NotificationListenerService.RankingMap;
32 import android.service.notification.StatusBarNotification;
207 if ((sbn.getNotification().flags & Notification.FLAG_AUTO_CANCEL) != 0 &&
231 if ((sbn.getNotification().flags & Notification.FLAG_AUTO_CANCEL) != 0) {
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sim.c 31 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
37 u16 notification; member in struct:eap_sim_data
57 case NOTIFICATION:
58 return "NOTIFICATION";
291 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Notification");
294 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
295 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
335 case NOTIFICATION:
390 case NOTIFICATION:
559 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 103 import com.android.settings.notification.AppNotificationSettings;
104 import com.android.settings.notification.ConfigureNotificationSettings;
105 import com.android.settings.notification.NotificationAccessSettings;
106 import com.android.settings.notification.NotificationStation;
107 import com.android.settings.notification.OtherSoundSettings;
108 import com.android.settings.notification.SoundSettings;
109 import com.android.settings.notification.ZenAccessSettings;
110 import com.android.settings.notification.ZenModeAutomationSettings;
111 import com.android.settings.notification.ZenModeEventRuleSettings;
112 import com.android.settings.notification.ZenModePrioritySettings
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
avfoundationvideocapturer.mm 95 usingBlock:^(NSNotification* notification) {
96 NSLog(@"Capture session error: %@", notification.userInfo);
241 - (void)deviceOrientationDidChange:(NSNotification*)notification {
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCViewController.m 116 - (void)controlTextDidEndEditing:(NSNotification*)notification {
117 NSDictionary* userInfo = [notification userInfo];
229 - (void)windowWillClose:(NSNotification*)notification {
  /external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.mm 111 - (void)deviceOrientationDidChange:(NSNotification*)notification {
278 - (void)onVideoError:(NSNotification*)notification {
279 NSLog(@"onVideoError: %@", notification);
280 // TODO(sjlee): make the specific error handling with this notification.
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 44 import android.app.Notification;
84 * Creates a notification for calls that the user missed (neither answered nor rejected).
91 * and Android-framework entanglements of missed call notification.
102 Notification.Builder getBuilder(Context context);
109 public Notification.Builder getBuilder(Context context) {
110 return new Notification.Builder(context);
166 /** Clears missed call notification and marks the call log's missed calls as read. */
169 // If the default dialer is showing the missed call notification then it will modify the
204 * Broadcasts missed call notification to custom component if set.
284 * Create a system notification for the missed call
403 Notification notification = builder.build(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 19 import android.app.Notification;
64 // skip the notification for managed profiles.
66 if (DEBUG) Log.d(TAG, "Blocking notification for managed profile.");
89 // dialog or notification.
128 // Put up a notification that leads to the dialog
161 Notification notification = new Notification.Builder(context) local
167 .setPriority(Notification.PRIORITY_MAX)
169 .setDefaults(Notification.DEFAULT_ALL
183 notification); local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 56 public void onRemoval(RemovalNotification<Object, Object> notification) {}

Completed in 531 milliseconds

<<11121314151617181920>>