Home
last modified time | relevance | path

Searched refs:UNINITIALIZED (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeScreenBrightnessTest.java28 import static com.android.systemui.doze.DozeMachine.State.UNINITIALIZED;
80 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testInitialize_setsScreenBrightnessToValidValue()
88 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testAod_usesLightSensor()
98 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testAod_usesDebugValue()
116 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testAod_usesLightSensorRespectingUserSetting()
122 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testPausingAod_doesntPauseLightSensor()
137 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testPausingAod_doesNotResetBrightness()
150 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testPulsing_usesLightSensor()
161 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testDozingAfterPulsing_pausesLightSensor()
180 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testNullSensor()
[all …]
DDozeScreenStateTest.java25 import static com.android.systemui.doze.DozeMachine.State.UNINITIALIZED;
76 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testScreen_offInDoze()
84 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testScreen_onInAod()
92 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testScreen_onInPulse()
103 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testScreen_offInRequestPulseWithoutAoD()
113 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in testScreen_offInRequestPulseWithAoD()
125 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in test_initialScreenStatePostedToHandler()
141 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in test_noScreenStateSetAfterFinish()
159 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in test_holdsWakeLockWhenGoingToLowPowerDelayed()
176 mScreen.transitionTo(UNINITIALIZED, INITIALIZED); in test_releasesWakeLock_abortingLowPowerDelayed()
DDozeDockHandlerTest.java82 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testDockEventListener_registerAndUnregister()
93 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testOnEvent_dockedWhenDoze_requestPulse()
103 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testOnEvent_dockedWhenDozeAoD_requestPulse()
113 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testOnEvent_dockedHideWhenPulsing_requestPulseOut()
124 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testOnEvent_undockedWhenPulsing_requestPulseOut()
135 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testOnEvent_undockedWhenDoze_neverRequestPulseOut()
146 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testOnEvent_undockedWhenDozeAndEnabledAoD_requestDozeAoD()
156 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testTransitionToDoze_whenDocked_requestPulse()
169 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testTransitionToDozeAoD_whenDocked_requestPulse()
182 mDockHandler.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testTransitionToDoze_whenDockedHide_neverRequestPulse()
[all …]
DDozeWallpaperStateTest.java64 mDozeWallpaperState.transitionTo(DozeMachine.State.UNINITIALIZED, in testDreamNotification()
83 mDozeWallpaperState.transitionTo(DozeMachine.State.UNINITIALIZED, in testAnimates_whenSupported()
100 mDozeWallpaperState.transitionTo(DozeMachine.State.UNINITIALIZED, in testDoesNotAnimate_whenNotSupported()
114 mDozeWallpaperState.transitionTo(DozeMachine.State.UNINITIALIZED, in testDoesNotAnimate_whenWakeAndUnlock()
DDozeUiTest.java23 import static com.android.systemui.doze.DozeMachine.State.UNINITIALIZED;
95 mDozeUi.transitionTo(UNINITIALIZED, INITIALIZED); in pausingAndUnpausingAod_registersTimeTickAfterUnpausing()
150 mDozeUi.transitionTo(UNINITIALIZED, DOZE); in transitionSetsAnimateWakeup_alwaysOn()
169 mDozeUi.transitionTo(UNINITIALIZED, DOZE); in transitionSetsAnimateWakeup_noAlwaysOn()
DDozeTriggersTest.java96 mTriggers.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testOnNotification_stillWorksAfterOneFailedProxCheck()
115 mTriggers.transitionTo(DozeMachine.State.UNINITIALIZED, DozeMachine.State.INITIALIZED); in testDockEventListener_registerAndUnregister()
DDozeMachineTest.java26 import static com.android.systemui.doze.DozeMachine.State.UNINITIALIZED;
82 verify(mPartMock).transitionTo(UNINITIALIZED, INITIALIZED); in testInitialize_initializesParts()
/frameworks/base/wifi/java/android/net/wifi/
DSupplicantState.java155 UNINITIALIZED, enumConstant
170 return state != UNINITIALIZED && state != INVALID; in isValidState()
189 case UNINITIALIZED: in isHandshakeState()
212 case UNINITIALIZED: in isConnecting()
235 case UNINITIALIZED: in isDriverActive()
DWifiInfo.java71 stateMap.put(SupplicantState.UNINITIALIZED, DetailedState.IDLE); in stateMap.put() argument
221 mSupplicantState = SupplicantState.UNINITIALIZED; in WifiInfo()
/frameworks/av/cmds/screenrecord/
DOverlay.h42 mState(UNINITIALIZED), in Overlay()
75 virtual ~Overlay() { assert(mState == UNINITIALIZED || mState == STOPPED); } in ~Overlay()
113 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState; enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeMachine.java51 UNINITIALIZED, enumConstant
98 case UNINITIALIZED: in screenState()
124 private State mState = State.UNINITIALIZED;
279 case UNINITIALIZED: in validateTransition()
284 case UNINITIALIZED: in validateTransition()
287 Preconditions.checkState(mState == State.UNINITIALIZED); in validateTransition()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp511 : mState(UNINITIALIZED), in MediaCodec()
545 CHECK_EQ(mState, UNINITIALIZED); in ~MediaCodec()
762 CHECK_NE(mState, UNINITIALIZED); in statsBufferReceived()
1800 setState(UNINITIALIZED); in onMessageReceived()
1813 UNINITIALIZED : INITIALIZED); in onMessageReceived()
1826 UNINITIALIZED : CONFIGURED); in onMessageReceived()
1848 setState(UNINITIALIZED); in onMessageReceived()
1866 setState(UNINITIALIZED); in onMessageReceived()
1898 setState(UNINITIALIZED); in onMessageReceived()
1912 if (mState == UNINITIALIZED) { in onMessageReceived()
[all …]
DMediaMuxer.cpp51 mState(UNINITIALIZED) { in MediaMuxer()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h187 UNINITIALIZED, enumerator
193 ExecState() : mState(UNINITIALIZED) {} in ExecState()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaMuxer.h129 UNINITIALIZED, enumerator
DMediaFilter.h69 UNINITIALIZED, enumerator
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp54 : mState(UNINITIALIZED), in MediaFilter()
385 CHECK_EQ(mState, UNINITIALIZED); in onAllocateComponent()
615 if (mState != UNINITIALIZED) { in onShutdown()
621 if (!keepComponentAllocated || mState == UNINITIALIZED) { in onShutdown()
622 mState = UNINITIALIZED; in onShutdown()
/frameworks/av/cmds/stagefright/
DSimplePlayer.h49 UNINITIALIZED, enumerator
DSimplePlayer.cpp39 : mState(UNINITIALIZED), in SimplePlayer()
112 if (mState != UNINITIALIZED) { in onMessageReceived()
238 mState = UNINITIALIZED; in onMessageReceived()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStateTracker.java171 case UNINITIALIZED: in transitionOnSupplicantStateChange()
202 case UNINITIALIZED: supplState = BatteryStats.WIFI_SUPPL_STATE_UNINITIALIZED; break; in sendSupplicantStateChangedBroadcast()
/frameworks/base/keystore/java/android/security/
DKeyStore.java80 public static final int UNINITIALIZED = 3; field in KeyStore
158 UNINITIALIZED enumConstant
210 case UNINITIALIZED: return State.UNINITIALIZED; in state()
1265 case UNINITIALIZED: in getKeyStoreException()
1359 case UNINITIALIZED: in getInvalidKeyException()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java33 UNINITIALIZED(-1), enumConstant
/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsHalCameraServiceV2_0TargetTest.cpp107 UNINITIALIZED, enumerator
113 Status mLastStatus = UNINITIALIZED;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDatePickerDialog.java60 private static final int UNINITIALIZED = -1; field in DatePickerDialog
98 private int mCurrentView = UNINITIALIZED;
/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java50 private static final int UNINITIALIZED = -1; field in DatePickerCalendarDelegate
83 private int mCurrentView = UNINITIALIZED;

12