OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minteractive
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/service/dreams/
DreamService.java
153
private boolean
mInteractive
= false;
172
// TODO: create more flexible version of
mInteractive
that allows use of KEYCODE_BACK
173
if (!
mInteractive
) {
188
if (!
mInteractive
) {
199
// TODO: create more flexible version of
mInteractive
that allows clicks
201
if (!
mInteractive
) {
212
if (!
mInteractive
) {
223
if (!
mInteractive
) {
426
mInteractive
= interactive;
435
return
mInteractive
;
[
all
...]
/packages/services/Telephony/src/com/android/phone/
OtaUtils.java
164
private boolean
mInteractive
= true;
217
mInteractive
= interactive;
554
if (!
mInteractive
) {
597
if (
mInteractive
) {
648
if (!
mInteractive
) {
671
// if (
mInteractive
) mInCallScreen.finish();
681
if (!
mInteractive
) {
735
if (!
mInteractive
) {
[
all
...]
Completed in 107 milliseconds