Home
last modified time | relevance | path

Searched refs:setDeviceState (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
H A DUceDeviceState.java240 setDeviceState(DEVICE_STATE_PROVISION_ERROR); in refreshDeviceState()
252 setDeviceState(DEVICE_STATE_PROVISION_ERROR); in refreshDeviceState()
263 setDeviceState(DEVICE_STATE_BAD_EVENT); in refreshDeviceState()
313 setDeviceState(DEVICE_STATE_OK); in resetInternal()
319 private void setDeviceState(@DeviceStateType int latestState) { in setDeviceState() method in UceDeviceState
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DBinderCallsStatsPerfTest.java48 setDeviceState(new CachedDeviceState(false, false).getReadonlyClient()); in FakeCpuTimeBinderCallsStats()
68 mBinderCallsStats.setDeviceState(deviceState.getReadonlyClient()); in setUp()
H A DLooperStatsPerfTest.java54 mStats.setDeviceState(mDeviceState.getReadonlyClient()); in setUp()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DLooperStatsService.java221 mStats.setDeviceState(getLocalService(CachedDeviceState.Readonly.class)); in onBootPhase()
H A DBinderCallsStatsService.java289 mBinderCallsStats.setDeviceState(deviceState); in onBootPhase()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLooperStats.java67 public void setDeviceState(@NonNull CachedDeviceState.Readonly deviceState) { in setDeviceState() method in LooperStats
H A DBinderCallsStats.java191 public void setDeviceState(@NonNull CachedDeviceState.Readonly deviceState) { in setDeviceState() method in BinderCallsStats
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java211 oldStateMachine.setDeviceState(DEVICE_STATE_INACTIVE); in setActiveDevice()
217 stateMachine.setDeviceState(DEVICE_STATE_ACTIVE); in setActiveDevice()
H A DAvrcpControllerStateMachine.java284 public void setDeviceState(int state) { in setDeviceState() method in AvrcpControllerStateMachine
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java184 mAvrcpStateMachine.setDeviceState(AvrcpControllerService.DEVICE_STATE_ACTIVE); in setActiveDevice()
186 mAvrcpStateMachine.setDeviceState(AvrcpControllerService.DEVICE_STATE_INACTIVE); in setActiveDevice()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java439 bcs.setDeviceState(mDeviceState.getReadonlyClient()); in testNoDataCollectedBeforeInitialDeviceStateSet()
1079 setDeviceState(deviceState.getReadonlyClient()); in TestBinderCallsStats()
H A DLooperStatsTest.java554 setDeviceState(deviceState.getReadonlyClient()); in TestableLooperStats()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java173 mTestConnectionService.setDeviceState(mDeviceState); in setUp()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java415 public void setDeviceState(DeviceState state) { in setDeviceState() method in TelephonyConnectionService