HomeSort by relevance Sort by last modified time
    Searched refs:notifyType (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 174 int notifyType =
176 if (notifyType == NOTIFY_TYPE_NOTIFICATION && forceToast) {
177 notifyType = NOTIFY_TYPE_TOAST;
181 Log.d(TAG, "Notify type: " + sNotifyTypeNames.get(notifyType, "" + notifyType));
184 switch (notifyType) {
194 Log.e(TAG, "Unknown notify type " + notifyType);
200 " type=" + sNotifyTypeNames.get(notifyType, "unknown(" + notifyType + ")"));
NetworkNotificationManager.java 101 public void showNotification(int id, NotificationType notifyType, NetworkAgentInfo nai,
117 Slog.d(TAG, "showNotification " + notifyType
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) {
157 Slog.wtf(TAG, "Unknown notification type " + notifyType + "on network transport "
164 .setShowWhen(notifyType == NotificationType.NETWORK_SWITCH)
179 if (notifyType == NotificationType.NETWORK_SWITCH) {
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 105 RMS_WORD notifyType; /* Type of message notification */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 105 RMS_WORD notifyType; /* Type of message notification */
  /external/guice/core/test/com/google/inject/
ProvisionListenerTest.java 660 private final Class<?> notifyType;
664 public SpecialChecker(Class<?> notifyType, String firstSource, AtomicBoolean notified) {
665 this.notifyType = notifyType;
672 assertEquals(notifyType, provision.getBinding().getKey().getRawType());
678 assertEquals(notifyType,
681 notifyType.getName() + ".class(");
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1601 milliseconds