HomeSort by relevance Sort by last modified time
    Searched defs:NotificationType (Results 1 - 8 of 8) sorted by null

  /external/libchrome/base/
observer_list.h 73 enum NotificationType {
98 explicit ObserverListBase(NotificationType type)
125 NotificationType type_;
216 typedef typename ObserverListBase<ObserverType>::NotificationType
217 NotificationType;
220 explicit ObserverList(NotificationType type)
observer_list_threadsafe.h 105 typedef typename ObserverList<ObserverType>::NotificationType
106 NotificationType;
110 explicit ObserverListThreadSafe(NotificationType type) : type_(type) {}
199 explicit ObserverListContext(NotificationType type)
265 const NotificationType type_;
  /external/libweave/third_party/chromium/base/
observer_list.h 69 enum NotificationType {
94 explicit ObserverListBase(NotificationType type)
119 NotificationType type_;
211 typedef typename ObserverListBase<ObserverType>::NotificationType
212 NotificationType;
215 explicit ObserverList(NotificationType type)
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkNotificationManager.java 38 public static enum NotificationType { SIGN_IN, NO_INTERNET, LOST_INTERNET, NETWORK_SWITCH };
84 * (NotificationType.SIGN_IN), or to notify that a network does not have Internet access
85 * (NotificationType.NO_INTERNET). We display at most one notification per ID, so on a
101 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai,
126 if (notifyType == NotificationType.NO_INTERNET && transportType == TRANSPORT_WIFI) {
129 } else if (notifyType == NotificationType.LOST_INTERNET &&
133 } else if (notifyType == NotificationType.SIGN_IN) {
150 } else if (notifyType == NotificationType.NETWORK_SWITCH) {
164 .setShowWhen(notifyType == NotificationType.NETWORK_SWITCH)
179 if (notifyType == NotificationType.NETWORK_SWITCH)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 43 RPC_NOTIFICATION_TYPES NotificationType;
243 RPC_NOTIFICATION_TYPES NotificationType,
usbioctl.h 519 USB_NOTIFICATION_TYPE NotificationType;
523 USB_NOTIFICATION_TYPE NotificationType;
532 USB_NOTIFICATION_TYPE NotificationType;
539 USB_NOTIFICATION_TYPE NotificationType;
ks.h 228 ULONG NotificationType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 394 milliseconds