OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActivated
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java
30
private boolean
mActivated
;
52
if (
mActivated
) {
73
mActivated
= false;
116
if (!
mActivated
|| mPingPong) {
127
mActivated
= true;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java
85
private boolean
mActivated
= false;
482
if (
mActivated
) {
532
mActivated
= true;
546
mActivated
= false;
553
return
mActivated
;
587
if (
mActivated
) {
Completed in 578 milliseconds