Searched refs:EXTRA_BLOCK_FOR_MILLIS (Results 1 – 2 of 2) sorted by relevance
31 public static final String EXTRA_BLOCK_FOR_MILLIS = "extra_block_for_millis"; field in BlockerTask41 setExecutionTime(getTimeMillis() + extras.getInt(EXTRA_BLOCK_FOR_MILLIS, 0)); in onCreate()
53 intent.putExtra(BlockerTask.EXTRA_BLOCK_FOR_MILLIS, blockForMillis); in onCompleted()