Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java847 public static boolean isInstrumentationTestMode() { in isInstrumentationTestMode() method in Utils
860 if (!isInstrumentationTestMode()) { in enforceInstrumentationTestMode()