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

  /frameworks/base/core/java/android/service/dreams/
DreamService.java 181 private boolean mInteractive;
211 // TODO: create more flexible version of mInteractive that allows use of KEYCODE_BACK
212 if (!mInteractive) {
227 if (!mInteractive) {
238 // TODO: create more flexible version of mInteractive that allows clicks
240 if (!mInteractive) {
251 if (!mInteractive) {
262 if (!mInteractive) {
479 mInteractive = interactive;
488 return mInteractive;
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 109 private boolean mInteractive = true;
357 if (mInteractive != interactive) {
373 mInteractive = interactive;
400 if (mInteractive) {
435 if (mInteractive) {
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 286 std::atomic<bool> mInteractive;
303 mLooper(looper), mInteractive(true) {
316 mInteractive = true;
332 dump.appendFormat(INDENT "Interactive: %s\n", toString(mInteractive.load()));
771 mInteractive = interactive;
878 bool interactive = mInteractive.load();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 163 private boolean mInteractive = true;
213 mInteractive = interactive;
547 if (!mInteractive) {
586 if (mInteractive) {
637 if (!mInteractive) {
661 // if (mInteractive) mInCallScreen.finish();
671 if (!mInteractive) {
725 if (!mInteractive) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 143 boolean mInteractive = true;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 370 boolean mInteractive;
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 309 milliseconds