OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCalledOnRestoreInstanceState
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
MockView.java
63
private boolean
mCalledOnRestoreInstanceState
= false;
534
mCalledOnRestoreInstanceState
= true;
538
return
mCalledOnRestoreInstanceState
;
687
mCalledOnRestoreInstanceState
= false;
/cts/tests/tests/widget/src/android/widget/cts/
DatePickerTest.java
359
private boolean
mCalledOnRestoreInstanceState
= false;
382
mCalledOnRestoreInstanceState
= true;
387
return
mCalledOnRestoreInstanceState
;
Completed in 70 milliseconds