HomeSort by relevance Sort by last modified time
    Searched defs:Notification (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 16 package com.android.server.notification;
18 import android.app.Notification;
25 import android.service.notification.NotificationListenerService;
55 private static final int DEFAULT_PRIORITY = Notification.PRIORITY_DEFAULT;
414 pw.print(Notification.priorityToString(r.priority));
422 pw.print(Notification.visibilityToString(r.visibility));
NotificationManagerService.java 17 package com.android.server.notification;
19 import static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_EFFECTS;
20 import static android.service.notification.NotificationListenerService.TRIM_FULL;
21 import static android.service.notification.NotificationListenerService.TRIM_LIGHT;
33 import android.app.Notification;
79 import android.service.notification.Condition;
80 import android.service.notification.IConditionListener;
81 import android.service.notification.IConditionProvider;
82 import android.service.notification.INotificationListener;
83 import android.service.notification.IStatusBarNotificationHolder
2318 final Notification notification = record.sbn.getNotification(); local
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 21 import android.app.Notification;
316 // No notification UI on televisions.
320 " - No notification UI on televisions.");
326 // create the notification to send
328 final Notification notification = new Notification.Builder(getActivity()) local
340 expected.setClassName(Notification.class.getName());
343 expected.setParcelableData(notification);
358 notificationManager.notify(notificationId, notification);
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 131 struct Notification {
132 Notification(int32_t type, int32_t e1, int32_t e2, int32_t e3):
145 List<Notification> mNotifications;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 35 CLFS_MGMT_NOTIFICATION_TYPE Notification;
  /external/jetty/src/java/org/eclipse/jetty/util/
Scanner.java 67 public enum Notification { ADDED, CHANGED, REMOVED };
68 private final Map<String,Notification> _notifications = new HashMap<String,Notification>();
471 Notification old=_notifications.put(file,Notification.ADDED);
478 _notifications.put(file,Notification.CHANGED);
484 Notification old=_notifications.put(file,Notification.CHANGED);
490 _notifications.put(file,Notification.ADDED);
501 Notification old=_notifications.put(file,Notification.REMOVED)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
287 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng_agps.h 71 struct Notification {
85 // should the subscriber be deleted after the notification
89 inline Notification(const int broadcast,
96 inline Notification(const Subscriber* subscriber,
103 inline Notification(const int broadcast) :
108 inline Notification(const Subscriber* subscriber) :
246 void notifySubscribers(Notification& notification) const;
288 virtual bool notifyRsrcStatus(Notification &notification) = 0
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 855 class Notification {
857 Notification() : notified_(false) {}
859 // Notifies all threads created with this notification to start. Must
874 GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification);
903 // Notification thread_can_start;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 67 * A class that represents how a persistent notification is to be presented to
70 * <p>The {@link Notification.Builder Notification.Builder} has been added to make it
80 public class Notification implements Parcelable
82 private static final String TAG = "Notification";
85 * An activity that provides a user interface for adjusting notification preferences for its
87 * {@link android.app.Notification Notifications}.
99 * Use the default notification sound. This will ignore any given
103 * A notification that is noisy is more likely to be presented as a heads-up notification
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 2458 milliseconds

1 2