Searched refs:EXTRA_TIME (Results 1 – 3 of 3) sorted by relevance
40 public static final String EXTRA_TIME = "time"; field in UtilsReceiver71 final long time = extras.getLong(EXTRA_TIME, System.currentTimeMillis()); in doAllocation()
396 intent.putExtra(UtilsReceiver.EXTRA_TIME, time); in doAllocateReceiver()413 args.putLong(UtilsReceiver.EXTRA_TIME, time); in doAllocateProvider()
95 data.time = intent.getLongExtra(DropBoxManager.EXTRA_TIME, 0);