OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isExcludedFromRecents
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAppTask.java
20
private boolean
isExcludedFromRecents
;
74
* #
isExcludedFromRecents
()}.
80
this.
isExcludedFromRecents
= exclude;
110
public boolean
isExcludedFromRecents
() {
111
return
isExcludedFromRecents
;
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
ActivityData.java
83
public boolean
isExcludedFromRecents
() {
Completed in 178 milliseconds