Searched refs:EXTRA_ON_CREATE_DELAY_MS (Results 1 – 4 of 4) sorted by relevance
20 import static android.server.wm.app.Components.UnresponsiveActivity.EXTRA_ON_CREATE_DELAY_MS;36 final int delay = getIntent().getIntExtra(EXTRA_ON_CREATE_DELAY_MS, 0); in onCreate()
573 public static final String EXTRA_ON_CREATE_DELAY_MS = "ON_CREATE_DELAY_MS"; field in Components.UnresponsiveActivity
23 import static android.server.wm.app.Components.UnresponsiveActivity.EXTRA_ON_CREATE_DELAY_MS;90 startUnresponsiveActivity(EXTRA_ON_CREATE_DELAY_MS, false /* waitForCompletion */, in slowOnCreateWithKeyEventTriggersAnr()
163 + Components.UnresponsiveActivity.EXTRA_ON_CREATE_DELAY_MS + " 30000"); in testAnrIsNotShown()