Searched refs:channelIdFuture (Results 1 – 1 of 1) sorted by relevance
131 ListenableFuture<String> channelIdFuture = createNotificationChannel(context); in sendDeviceResetTimerNotification() local135 Futures.whenAllSucceed(channelIdFuture, kioskAppProviderNameFuture).call(() -> { in sendDeviceResetTimerNotification()136 String channelId = Futures.getDone(channelIdFuture); in sendDeviceResetTimerNotification()194 ListenableFuture<String> channelIdFuture = createNotificationChannel(context); in sendDeviceResetNotification() local195 ListenableFuture<Notification> notificationFuture = Futures.transformAsync(channelIdFuture, in sendDeviceResetNotification()227 ListenableFuture<String> channelIdFuture = createNotificationChannel(context); in sendDeferredProvisioningNotification() local229 Futures.addCallback(channelIdFuture, new FutureCallback<String>() { in sendDeferredProvisioningNotification()