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