Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbConfigTest.java58 import com.android.server.uwb.pm.PacsProfile;
201 UwbConfig uwbConfig = PacsProfile.getPacsControleeProfile(); in testPacsControleeProfile()
214 UwbConfig uwbConfig = PacsProfile.getPacsControllerProfile(); in testPacsControllerProfile()
227 UwbConfig controleeConfig = PacsProfile.getPacsControleeProfile(); in testGetOpenSessionParams()
248 UwbConfig controllerConfig = PacsProfile.getPacsControleeProfile(); in testGetOpenSessionParams()
274 UwbConfig controleeConfig = PacsProfile.getPacsControlleeProfileForDynamicStsInd(); in testGetOpenSessionParamsForDynamicStsIndKey()
304 UwbConfig uwbConfig = PacsProfile.getPacsControlleeProfileForProvSTSInd(); in testPacsControllerProfileForProvSTSIndKey()
/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DPacsProfile.java35 public class PacsProfile { class
DPacsControllerSession.java203 return PacsProfile.getPacsControllerProfile(); in getUwbConfig()