OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRequestWindowFeature
(Results
1 - 2
of
2
) sorted by null
/cts/tests/src/android/app/cts/
TestDialog.java
45
public boolean
isRequestWindowFeature
;
111
isRequestWindowFeature
= requestWindowFeature(Window.FEATURE_LEFT_ICON);
/cts/tests/tests/app/src/android/app/cts/
DialogTest.java
652
assertTrue(((TestDialog) mActivity.getDialog()).
isRequestWindowFeature
);
[
all
...]
Completed in 83 milliseconds