Home
last modified time | relevance | path

Searched refs:mTwilightState (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DTwilightManager.java60 private final TwilightState mTwilightState = new TwilightState(); field in TwilightManager
74 final TwilightState state = mTwilightState; in isNight()
138 return mTwilightState != null && mTwilightState.nextUpdate > System.currentTimeMillis(); in isStateValid()
142 final TwilightState state = mTwilightState; in updateState()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNightDisplayServiceTest.java1002 private TwilightState mTwilightState; field in NightDisplayServiceTest.MockTwilightManager
1011 mTwilightState = state; in setTwilightState()
1048 return mTwilightState; in getLastTwilightState()