Home
last modified time | relevance | path

Searched refs:channelIdFuture (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceLockNotificationManager.java131 ListenableFuture<String> channelIdFuture = createNotificationChannel(context); in sendDeviceResetTimerNotification() local
135 Futures.whenAllSucceed(channelIdFuture, kioskAppProviderNameFuture).call(() -> { in sendDeviceResetTimerNotification()
136 String channelId = Futures.getDone(channelIdFuture); in sendDeviceResetTimerNotification()
194 ListenableFuture<String> channelIdFuture = createNotificationChannel(context); in sendDeviceResetNotification() local
195 ListenableFuture<Notification> notificationFuture = Futures.transformAsync(channelIdFuture, in sendDeviceResetNotification()
227 ListenableFuture<String> channelIdFuture = createNotificationChannel(context); in sendDeferredProvisioningNotification() local
229 Futures.addCallback(channelIdFuture, new FutureCallback<String>() { in sendDeferredProvisioningNotification()