Implement getProfileId() method in the subclass
Add getProfileId() method in LocalBluetoothProfile interface, implement this method in subclass. Bug: 76447449 Test: make RunSettingsRoboTests ROBOTEST_FILTER=BluetoothDetailsProfilesControllerTest -j28 Change-Id: I8082716b7cdaf7394ee2f8a4b636058716af7bb1
This commit is contained in:
@@ -155,6 +155,11 @@ public class BluetoothDetailsProfilesControllerTest extends BluetoothDetailsCont
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getProfileId() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getOrdinal() {
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user