Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DTestDialog.java45 public boolean isRequestWindowFeature; field in TestDialog
111 isRequestWindowFeature = requestWindowFeature(Window.FEATURE_LEFT_ICON); in onCreate()
/cts/tests/app/src/android/app/cts/
DDialogTest.java676 assertTrue(((TestDialog) mActivity.getDialog()).isRequestWindowFeature); in testRequestWindowFeature()