Merge "Implement getProfileId() method in the subclass" into pi-dev

This commit is contained in:
Ryan Lin
2018-05-11 19:53:19 +00:00
committed by Android (Google) Code Review

View File

@@ -155,6 +155,11 @@ public class BluetoothDetailsProfilesControllerTest extends BluetoothDetailsCont
return true; return true;
} }
@Override
public int getProfileId() {
return 0;
}
@Override @Override
public int getOrdinal() { public int getOrdinal() {
return 0; return 0;