Searched refs:mConvertAllRunnableFuture (Results 1 – 1 of 1) sorted by relevance
79 private Future<?> mConvertAllRunnableFuture; field in FavoriteNumberRepository153 if (mConvertAllRunnableFuture != null) { in convertToContacts()154 mConvertAllRunnableFuture.cancel(false); in convertToContacts()157 mConvertAllRunnableFuture = sSerializedExecutor.submit(() -> { in convertToContacts()