Searched refs:stateType (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/TimeZoneData/testing/xts/src/com/android/timezone/xts/ |
H A D | TimeZoneUpdateHostTest.java | 325 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 D | DeviceStateMonitorTest.java | 139 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 D | SimulatedCommands.java | 2344 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() argument 2345 SimulatedCommandsVerifier.getInstance().sendDeviceState(stateType, state, result); in sendDeviceState()
|
H A D | SimulatedCommandsVerifier.java | 1420 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() argument
|
H A D | RILTest.java | 1292 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 D | ImsPhoneCommandInterface.java | 653 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 D | SipCommandInterface.java | 653 public void sendDeviceState(int stateType, boolean state, Message result) { in sendDeviceState() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CommandsInterface.java | 2381 void sendDeviceState(int stateType, boolean state, Message result); in sendDeviceState() argument
|
H A D | RIL.java | 5231 public void sendDeviceState(int stateType, boolean state, in sendDeviceState() argument 5240 + stateType + ":" + state); in sendDeviceState() 5244 radioProxy.sendDeviceState(rr.mSerial, stateType, state); in sendDeviceState()
|