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