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

am: 0a87e54edb

Change-Id: Ic24dfd0db114826e5ad7a01579210cfd2fbdca48
This commit is contained in:
Ryan Lin
2018-05-11 13:22:07 -07:00
committed by android-build-merger

View File

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