Searched refs:NOTIFICATION_ID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DCaptivePortalTracker.java58 private static final String NOTIFICATION_ID = "CaptivePortal.Notification"; field in class:CaptivePortalTracker
367 notificationManager.notify(NOTIFICATION_ID, 1, notification);
369 notificationManager.cancel(NOTIFICATION_ID, 1);

Completed in 269 milliseconds