Home
last modified time | relevance | path

Searched refs:stateType (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/TimeZoneData/testing/xts/src/com/android/timezone/xts/
H A DTimeZoneUpdateHostTest.java325 private String waitForNoOperationInProgressAndReturn(StateType stateType) throws Exception { in waitForNoOperationInProgressAndReturn() argument
327 return getDeviceTimeZoneState(stateType); in waitForNoOperationInProgressAndReturn()
398 private String getDeviceTimeZoneState(StateType stateType) throws Exception { in getDeviceTimeZoneState() argument
400 "dumpsys timezone -format_state " + stateType.getFormatStateChar()); in getDeviceTimeZoneState()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDeviceStateMonitorTest.java139 private int state2Event(@StateType int stateType) { in state2Event() argument
141 return stateType; in state2Event()
144 private void updateState(@StateType int stateType, @StateStatus int stateValue) { in updateState() argument
145 final int event = state2Event(stateType); in updateState()
H A DSimulatedCommands.java2344 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() argument
2345 SimulatedCommandsVerifier.getInstance().sendDeviceState(stateType, state, result); in sendDeviceState()
H A DSimulatedCommandsVerifier.java1420 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() argument
H A DRILTest.java1292 int stateType = 1; in testSendDeviceState() local
1294 mRILUnderTest.sendDeviceState(stateType, state, obtainMessage()); in testSendDeviceState()
1296 mSerialNumberCaptor.capture(), eq(stateType), eq(state)); in testSendDeviceState()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java653 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java653 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() argument
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2381 void sendDeviceState(int stateType, boolean state, Message result); in sendDeviceState() argument
H A DRIL.java5231 public void sendDeviceState(int stateType, boolean state, in sendDeviceState() argument
5240 + stateType + ":" + state); in sendDeviceState()
5244 radioProxy.sendDeviceState(rr.mSerial, stateType, state); in sendDeviceState()