Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
H A DBaseTask.java45 private static final String EXTRA_EXECUTION_TIME = "extra_execution_time"; field in BaseTask
155 extras.putLong(EXTRA_EXECUTION_TIME, executionTime); in toBundle()
173 if (this.extras.containsKey(EXTRA_EXECUTION_TIME)) { in onRestore()
174 executionTime = extras.getLong(EXTRA_EXECUTION_TIME); in onRestore()