Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesControllerTest.java92 static class FakeBluetoothProfile implements LocalBluetoothProfile { class in BluetoothDetailsProfilesControllerTest
99 private FakeBluetoothProfile(Context context, int nameResourceId) { in FakeBluetoothProfile() method in BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
185 LocalBluetoothProfile profile = new FakeBluetoothProfile(mContext, profileNameResId); in addFakeProfile()