Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DStartBackgroundActivityReceiver.java19 …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()
DSendPendingIntentReceiver.java23 …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()
DComponents.java64 public static final String START_ACTIVITY_DELAY_MS_EXTRA = field in Components.StartBackgroundActivityReceiver
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java38 …m.backgroundactivity.appa.Components.StartBackgroundActivityReceiver.START_ACTIVITY_DELAY_MS_EXTRA;
671 intent.putExtra(START_ACTIVITY_DELAY_MS_EXTRA, delayMs); in sendPendingIntentBroadcast()