Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTracking.java86 Optional<Task> existingTask = mTaskOverView.values().stream() in onDestroy() local
90 if (existingTask.isPresent()) { in onDestroy()
91 Task task = existingTask.get(); in onDestroy()