Home
last modified time | relevance | path

Searched defs:ongoing (Results 1 – 3 of 3) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceLockNotificationManager.java190 private void sendDeviceResetNotification(Context context, int days, boolean ongoing) { in sendDeviceResetNotification()
268 int days, boolean ongoing, String channelId) { in createDeviceResetNotification()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java344 @NonNull final String message, @NotificationId final int id, final boolean ongoing, in showNotification()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java307 private void assertNotification(NotificationType type, boolean ongoing, boolean autoCancel) { in assertNotification()