Home
last modified time | relevance | path

Searched refs:EXTRA_ALLOW_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivityController.java64 public static final String EXTRA_ALLOW_TIMEOUT = "allow_timeout"; field in PipMenuActivityController
283 data.putBoolean(EXTRA_ALLOW_TIMEOUT, allowMenuTimeout); in showMenu()
416 intent.putExtra(EXTRA_ALLOW_TIMEOUT, allowMenuTimeout); in startMenuActivity()
DPipMenuActivity.java26 import static com.android.systemui.pip.phone.PipMenuActivityController.EXTRA_ALLOW_TIMEOUT;
142 data.getBoolean(EXTRA_ALLOW_TIMEOUT),
413 boolean allowMenuTimeout = intent.getBooleanExtra(EXTRA_ALLOW_TIMEOUT, true); in updateFromIntent()