/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/ |
H A D | LocationTimeZoneProviderControllerTest.java | 271 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 D | PipActivity.java | 25 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 D | BiometricSensor.java | 55 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 D | PlaybackStateEvent.java | 64 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 D | GroupCall.java | 44 @IntDef(prefix = { "STATE_" }, value = {STATE_STOPPED, STATE_STARTED, STATE_STALLED}) 52 public static final int STATE_STOPPED = 1; field in GroupCall
|
H A D | StreamingService.java | 44 @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 D | RealControllerMetricsLogger.java | 32 …atic com.android.server.timezonedetector.location.LocationTimeZoneProviderController.STATE_STOPPED; 63 case STATE_STOPPED: in metricsState()
|
H A D | LocationTimeZoneProviderController.java | 109 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 D | LocationTimeZoneManagerShellCommand.java | 52 …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 D | LocationProviderManager.java | 173 @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 D | AuthenticationClient.java | 60 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 D | PlaybackState.java | 190 @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 D | OnePlayerActivity.java | 148 || state == PlaybackState.STATE_STOPPED) { 193 case PlaybackState.STATE_STOPPED:
|
H A D | PlayerSession.java | 190 case Renderer.STATE_STOPPED: in onStateChanged() 191 pbState = PlaybackState.STATE_STOPPED; in onStateChanged()
|
H A D | PlayerService.java | 114 case PlaybackState.STATE_STOPPED:
|
H A D | NotificationHelper.java | 168 case PlaybackState.STATE_STOPPED: in updateNotification()
|
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
H A D | Renderer.java | 65 public static final int STATE_STOPPED = 1 << 5; field in Renderer
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | CameraStreamer.java | 733 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 D | Util.java | 107 case PlaybackState.STATE_STOPPED: in playbackStateStateToString()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | RemoteControlClient.java | 1056 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 D | ActivityEmbeddingAppHelper.kt | 78 .withActivityState(SECONDARY_ACTIVITY_COMPONENT, PlatformConsts.STATE_STOPPED)
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 181 mState = STATE_STOPPED; in onAuthenticated()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintAuthenticationClient.java | 128 mState = STATE_STOPPED; in onAuthenticated()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/player/ |
H A D | SeekBarViewModelTest.kt | 546 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 D | FaceAuthenticationClient.java | 224 mState = STATE_STOPPED; in onAuthenticated()
|