Searched refs:START_ACTIVITY_DELAY_MS_EXTRA (Results 1 – 4 of 4) sorted by relevance
19 …m.backgroundactivity.appa.Components.StartBackgroundActivityReceiver.START_ACTIVITY_DELAY_MS_EXTRA;41 if (!intent.hasExtra(START_ACTIVITY_DELAY_MS_EXTRA)) { in onReceive()45 final int startActivityDelayMs = intent.getIntExtra(START_ACTIVITY_DELAY_MS_EXTRA, 0); in onReceive()
23 …m.backgroundactivity.appa.Components.StartBackgroundActivityReceiver.START_ACTIVITY_DELAY_MS_EXTRA;43 int startActivityDelayMs = receivedIntent.getIntExtra(START_ACTIVITY_DELAY_MS_EXTRA, 0); in onReceive()55 newIntent.putExtra(START_ACTIVITY_DELAY_MS_EXTRA, startActivityDelayMs); in onReceive()
64 public static final String START_ACTIVITY_DELAY_MS_EXTRA = field in Components.StartBackgroundActivityReceiver
38 …m.backgroundactivity.appa.Components.StartBackgroundActivityReceiver.START_ACTIVITY_DELAY_MS_EXTRA;745 intent.putExtra(START_ACTIVITY_DELAY_MS_EXTRA, delayMs); in sendPendingIntentBroadcast()