HomeSort by relevance Sort by last modified time
    Searched refs:mInteractive (Results 1 - 6 of 6) sorted by null

  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 163 private boolean mInteractive = true;
216 mInteractive = interactive;
553 if (!mInteractive) {
596 if (mInteractive) {
647 if (!mInteractive) {
670 // if (mInteractive) mInCallScreen.finish();
680 if (!mInteractive) {
734 if (!mInteractive) {
    [all...]
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 175 private boolean mInteractive;
205 // TODO: create more flexible version of mInteractive that allows use of KEYCODE_BACK
206 if (!mInteractive) {
221 if (!mInteractive) {
232 // TODO: create more flexible version of mInteractive that allows clicks
234 if (!mInteractive) {
245 if (!mInteractive) {
256 if (!mInteractive) {
459 mInteractive = interactive;
468 return mInteractive;
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 265 volatile bool mInteractive;
282 mLooper(looper), mInteractive(true) {
750 mInteractive = interactive;
833 if (mInteractive) {
857 if (mInteractive) {
869 if (mInteractive) {
888 if (mInteractive) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 200 private boolean mInteractive;
451 mInteractive = true;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 125 boolean mInteractive = true;
863 if (!mInteractive) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 259 boolean mInteractive;
    [all...]

Completed in 204 milliseconds