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

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

Completed in 52 milliseconds