Home
last modified time | relevance | path

Searched refs:STATE_STOPPED (Results 1 – 25 of 33) sorted by relevance

12

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DLocationTimeZoneProviderControllerTest.java271 assertControllerState(controller, STATE_STOPPED); in initialState_disabled()
785 assertControllerState(controller, STATE_STOPPED); in configChanges_enableAndDisableWithNoPreviousSuggestion()
808 assertControllerState(controller, STATE_STOPPED); in configChanges_enableAndDisableWithNoPreviousSuggestion()
811 mTestMetricsLogger.assertStateChangesAndCommit(STATE_STOPPED); in configChanges_enableAndDisableWithNoPreviousSuggestion()
828 assertControllerState(controller, STATE_STOPPED); in configChanges_enableAndDisableWithPreviousSuggestion()
867 assertControllerState(controller, STATE_STOPPED); in configChanges_enableAndDisableWithPreviousSuggestion()
1042 assertControllerState(controller, STATE_STOPPED); in primaryPermFailure_disableAndEnable()
1189 assertControllerState(controller, STATE_STOPPED); in secondaryPermFailure_disableAndEnable()
1415 assertControllerState(controller, STATE_STOPPED); in geoDetectionRunInBackground_obeysAutoDetectionDisabled()
1452 assertControllerState(controller, STATE_STOPPED); in geoDetectionRunInBackground()
[all …]
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DPipActivity.java25 import static android.media.session.PlaybackState.STATE_STOPPED;
92 .setState(STATE_STOPPED, 0, 1f);
150 .setOnClickListener(v -> updateMediaSessionState(STATE_STOPPED)); in onCreate()
167 updateMediaSessionState(STATE_STOPPED); in onCreate()
277 case STATE_STOPPED: in updateMediaSessionState()
292 mMediaSession.setActive(newState != STATE_STOPPED); in updateMediaSessionState()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricSensor.java55 static final int STATE_STOPPED = 5; field in BiometricSensor
62 STATE_STOPPED})
143 mSensorState = STATE_STOPPED; in goToStoppedStateIfCookieMatches()
/aosp14/frameworks/base/media/java/android/media/metrics/
H A DPlaybackStateEvent.java64 public static final int STATE_STOPPED = 12; field in PlaybackStateEvent
89 STATE_STOPPED,
125 case STATE_STOPPED: in stateToString()
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/
H A DGroupCall.java44 @IntDef(prefix = { "STATE_" }, value = {STATE_STOPPED, STATE_STARTED, STATE_STALLED})
52 public static final int STATE_STOPPED = 1; field in GroupCall
H A DStreamingService.java44 @IntDef(prefix = { "STATE_" }, value = {STATE_STOPPED, STATE_STARTED, STATE_STALLED})
46 public final static int STATE_STOPPED = 1; field in StreamingService
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DRealControllerMetricsLogger.java32 …atic com.android.server.timezonedetector.location.LocationTimeZoneProviderController.STATE_STOPPED;
63 case STATE_STOPPED: in metricsState()
H A DLocationTimeZoneProviderController.java109 value = { STATE_UNKNOWN, STATE_PROVIDERS_INITIALIZING, STATE_STOPPED,
125 static final @State String STATE_STOPPED = "STOPPED"; field in LocationTimeZoneProviderController
220 setStateAndReportStatusOnlyEvent(STATE_STOPPED, "initialize()"); in initialize()
345 setStateAndReportStatusOnlyEvent(STATE_STOPPED, "Providers stopped: " + reason); in stopProviders()
820 case STATE_STOPPED: in mapControllerStateToDetectionAlgorithmStatus()
H A DLocationTimeZoneManagerShellCommand.java52 …atic com.android.server.timezonedetector.location.LocationTimeZoneProviderController.STATE_STOPPED;
312 case STATE_STOPPED: in convertControllerStateToProtoEnum()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java173 @IntDef({STATE_STARTED, STATE_STOPPING, STATE_STOPPED})
178 private static final int STATE_STOPPED = 2; field in LocationProviderManager
1470 mState = STATE_STOPPED;
1501 Preconditions.checkState(mState == STATE_STOPPED);
1545 mState = STATE_STOPPED;
1612 Preconditions.checkState(mState != STATE_STOPPED);
1619 Preconditions.checkState(mState != STATE_STOPPED);
1636 Preconditions.checkState(mState != STATE_STOPPED);
1649 Preconditions.checkState(mState != STATE_STOPPED);
2379 if (mState == STATE_STOPPED) {
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java60 public static final int STATE_STOPPED = 4; field in AuthenticationClient
66 STATE_STOPPED})
324 mState = STATE_STOPPED; in onError()
/aosp14/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java190 @IntDef({STATE_NONE, STATE_STOPPED, STATE_PAUSED, STATE_PLAYING, STATE_FAST_FORWARDING,
210 public static final int STATE_STOPPED = 1; field in PlaybackState
545 case STATE_STOPPED: in getStringForStateInt()
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java148 || state == PlaybackState.STATE_STOPPED) {
193 case PlaybackState.STATE_STOPPED:
H A DPlayerSession.java190 case Renderer.STATE_STOPPED: in onStateChanged()
191 pbState = PlaybackState.STATE_STOPPED; in onStateChanged()
H A DPlayerService.java114 case PlaybackState.STATE_STOPPED:
H A DNotificationHelper.java168 case PlaybackState.STATE_STOPPED: in updateNotification()
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRenderer.java65 public static final int STATE_STOPPED = 1 << 5; field in Renderer
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java733 public static final int STATE_STOPPED = 2; field in CameraStreamer.State
736 private AtomicInteger mCurrent = new AtomicInteger(STATE_STOPPED);
996 return mState.current() != State.STATE_STOPPED; in isRunning()
1142 if (mState.current() == State.STATE_STOPPED) { in onStart()
1155 mState.set(State.STATE_STOPPED); in onStop()
1190 if (mState.current() == State.STATE_STOPPED) { in onTearDown()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
H A DUtil.java107 case PlaybackState.STATE_STOPPED: in playbackStateStateToString()
/aosp14/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1056 return PlaybackState.STATE_STOPPED; in getStateFromRccState()
1089 case PlaybackState.STATE_STOPPED: in getRccStateFromState()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DActivityEmbeddingAppHelper.kt78 .withActivityState(SECONDARY_ACTIVITY_COMPONENT, PlatformConsts.STATE_STOPPED)
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceAuthenticationClient.java181 mState = STATE_STOPPED; in onAuthenticated()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintAuthenticationClient.java128 mState = STATE_STOPPED; in onAuthenticated()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModelTest.kt546 setState(PlaybackState.STATE_STOPPED, 200L, 1f)
715 setState(PlaybackState.STATE_STOPPED, 200L, 1f)
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceAuthenticationClient.java224 mState = STATE_STOPPED; in onAuthenticated()

12