Searched refs:EXTRA_EXECUTION_TIME (Results 1 – 1 of 1) sorted by relevance
45 private static final String EXTRA_EXECUTION_TIME = "extra_execution_time"; field in BaseTask155 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()