Searched refs:EXTRA_NO_IDLE (Results 1 – 3 of 3) sorted by relevance
26 import static android.server.wm.app.Components.TestActivity.EXTRA_NO_IDLE;66 if (getIntent().hasExtra(EXTRA_NO_IDLE)) { in onCreate()
349 public static final String EXTRA_NO_IDLE = "no_idle"; field in Components.TestActivity
627 extra -> extra.putBoolean(Components.TestActivity.EXTRA_NO_IDLE, true)) in launchNoIdleActivity()