Searched refs:mIsProximityEnabled (Results 1 – 2 of 2) sorted by relevance
131 mSpyAttentionManager.mIsProximityEnabled = false; in testRegisterProximityUpdates_returnFalseWhenProximityDisabled()141 mSpyAttentionManager.mIsProximityEnabled = true; in testRegisterProximityUpdates_returnFalseWhenServiceUnavailable()153 mSpyAttentionManager.mIsProximityEnabled = true; in testRegisterProximityUpdates_returnFalseWhenPowerManagerNotInteract()165 mSpyAttentionManager.mIsProximityEnabled = true; in testRegisterProximityUpdates_callOnSuccess()179 mSpyAttentionManager.mIsProximityEnabled = true; in testRegisterProximityUpdates_callOnSuccessTwiceInARow()206 mSpyAttentionManager.mIsProximityEnabled = true; in testUnregisterProximityUpdates_noCrashWhenCallbackMismatched()228 mSpyAttentionManager.mIsProximityEnabled = true; in testUnregisterProximityUpdates_cancelRegistrationWhenMatched()241 mSpyAttentionManager.mIsProximityEnabled = true; in testUnregisterProximityUpdates_noCrashWhenTwiceInARow()269 mSpyAttentionManager.mIsProximityEnabled = true; in testCheckAttention_returnFalseWhenPowerManagerNotInteract()278 mSpyAttentionManager.mIsProximityEnabled = true; in testCheckAttention_callOnSuccess()
106 boolean mIsProximityEnabled; field in AttentionManagerService186 mIsProximityEnabled = mContext.getResources() in onBootPhase()188 Slog.i(LOG_TAG, "mIsProximityEnabled is: " + mIsProximityEnabled); in onBootPhase()360 if (!mIsProximityEnabled) { in onStartProximityUpdates()497 ipw.println("mIsProximityEnabled=" + mIsProximityEnabled); in dumpInternal()530 return AttentionManagerService.this.mIsProximityEnabled; in isProximitySupported()