Fix CodeInspectionTest
Fixes: 130897640 Test: robo Change-Id: Ic2d952e4d76bb0a2be6eab7ddc999b56656132a6
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.android.settings.sim;
|
||||
|
||||
import android.app.settings.SettingsEnums;
|
||||
import android.content.Context;
|
||||
import android.telecom.PhoneAccount;
|
||||
import android.telecom.PhoneAccountHandle;
|
||||
@@ -56,4 +57,9 @@ public class CallsSimListDialogFragment extends SimListDialogFragment {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMetricsCategory() {
|
||||
return SettingsEnums.DIALOG_CALL_SIM_LIST;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user