Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java1887 uwbSession.setOperationType(OPERATION_TYPE_INIT_SESSION); in handleOpenRanging()
1942 uwbSession.setOperationType(SESSION_ON_DEINIT); in handleOpenRanging()
1972 uwbSession.setOperationType(SESSION_START_RANGING); in handleStartRanging()
2063 uwbSession.setOperationType(SESSION_STOP_RANGING); in handleStopRanging()
2238 uwbSession.setOperationType(SESSION_RECONFIG_RANGING); in handleReconfigure()
3563 public void setOperationType(int type) { in setOperationType() method in UwbSessionManager.UwbSession