Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapUtils.java44 if (Utils.isPtsTestMode()) { in fetchMessageType()
53 if (Utils.isPtsTestMode()) { in sendMessageType()
H A DMceStateMachine.java402 if (Utils.isPtsTestMode()) { in getDefaultMessageType()
530 if (Utils.isPtsTestMode()) return; in enter()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/
H A DMediaPlayerList.java252 if (Utils.isPtsTestMode()) { in getPlayerRoot()
412 if (Utils.isPtsTestMode()) { in getFolderItems()
604 if (Utils.isPtsTestMode()) { in setActivePlayer()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java871 public static boolean isPtsTestMode() { in isPtsTestMode() method in Utils