Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetPhoneStateTest.java78 TestUtils.replaceField(ServiceManager.class, "sCache", null, in setUp()
97 TestUtils.replaceField(ServiceManager.class, "sCache", null, in tearDown()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
DTestUtils.java66 public static Object replaceField(final Class c, final String fieldName, final Object obj, in replaceField() method in TestUtils