HomeSort by relevance Sort by last modified time
    Searched refs:NotificationType (Results 1 - 19 of 19) 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...]
LingerMonitor.java 39 import com.android.server.connectivity.NetworkNotificationManager.NotificationType;
152 mNotifier.showNotification(fromNai.network.netId, NotificationType.NETWORK_SWITCH,
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ErrorReporter.java 28 import com.intellij.notification.NotificationType;
98 NotificationType.INFORMATION,
112 NotificationType.ERROR,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 519 USB_NOTIFICATION_TYPE NotificationType;
523 USB_NOTIFICATION_TYPE NotificationType;
532 USB_NOTIFICATION_TYPE NotificationType;
539 USB_NOTIFICATION_TYPE NotificationType;
rpcasync.h 43 RPC_NOTIFICATION_TYPES NotificationType;
243 RPC_NOTIFICATION_TYPES NotificationType,
httpfilt.h 162 DWORD WINAPI HttpFilterProc(HTTP_FILTER_CONTEXT *pfc,DWORD NotificationType,VOID *pvNotification);
netioapi.h 562 MIB_NOTIFICATION_TYPE NotificationType
ntsecpkg.h 311 typedef HANDLE (NTAPI LSA_REGISTER_NOTIFICATION)(SEC_THREAD_START StartFunction,PVOID Parameter,ULONG NotificationType,ULONG NotificationClass,ULONG NotificationFlags,ULONG IntervalMinutes,HANDLE WaitEvent);
    [all...]
ks.h 228 ULONG NotificationType;
    [all...]
winbase.h     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/
LingerMonitorTest.java 31 import com.android.server.connectivity.NetworkNotificationManager.NotificationType;
317 eq(NotificationType.NETWORK_SWITCH), eq(from), eq(to), any(), eq(true));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 430 IN STREAM_MINIDRIVER_DEVICE_NOTIFICATION_TYPE NotificationType,
536 IN STREAM_MINIDRIVER_STREAM_NOTIFICATION_TYPE NotificationType,
storport.h 174 IN SCSI_NOTIFICATION_TYPE NotificationType,
srb.h 667 IN SCSI_NOTIFICATION_TYPE NotificationType,
ntifs.h     [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 141 import com.android.server.connectivity.NetworkNotificationManager.NotificationType;
    [all...]

Completed in 589 milliseconds