Searched refs:mIsDozing (Results 1 – 5 of 5) sorted by relevance
31 boolean mIsDozing; field in DozeTrigger42 mIsDozing = false;67 mIsDozing = false; in stopDozing()83 if (mIsDozing) { in poke()94 mIsDozing = true; in forcePoke()99 return mIsDozing; in isDozing()
84 private boolean mIsDozing; field in AssistHandleLikeHomeBehavior103 mIsDozing = mStatusBarStateController.get().isDozing(); in onModeActivated()125 if (mIsDozing == isDozing) { in handleDozingChanged()129 mIsDozing = isDozing; in handleDozingChanged()165 return mIsAwake && !mIsDozing; in isFullyAwake()172 pw.println(prefix + " mIsDozing=" + mIsDozing); in dump()
167 private boolean mIsDozing; field in AssistHandleReminderExpBehavior219 mIsDozing = mStatusBarStateController.get().isDozing(); in onModeActivated()310 if (mIsDozing == isDozing) { in handleDozingChanged()315 mIsDozing = isDozing; in handleDozingChanged()456 return mIsAwake && !mIsDozing; in isFullyAwake()517 pw.println(prefix + " mIsDozing=" + mIsDozing); in dump()
94 private boolean mIsDozing; field in StatusBarStateControllerImpl165 return mIsDozing; in isDozing()180 if (mIsDozing == isDozing) { in setIsDozing()184 mIsDozing = isDozing; in setIsDozing()215 mDozeInterpolator = mIsDozing in startDozeAnimation()350 pw.println(" mIsDozing=" + mIsDozing); in dump()
76 private boolean mIsDozing; field in NotificationGroupAlertTransferHelper121 if (mIsDozing != isDozing) { in onDozingChanged()127 mIsDozing = isDozing; in onDozingChanged()