HomeSort by relevance Sort by last modified time
    Searched refs: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/apps/Phone/src/com/android/phone/
OtaUtils.java 169 private boolean mInteractive = true;
221 mInteractive = interactive;
239 if (!mInteractive) {
609 if (!mInteractive) {
652 if (mInteractive) {
703 if (!mInteractive) {
726 if (mInteractive) mInCallScreen.finish();
736 if (!mInteractive) {
    [all...]

Completed in 400 milliseconds