Loading src/com/android/settings/network/telephony/DeleteSimProfileConfirmationDialog.java +2 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.settings.network.telephony; import android.app.Dialog; import android.app.settings.SettingsEnums; import android.content.Context; import android.content.DialogInterface; import android.os.Bundle; Loading Loading @@ -77,7 +78,6 @@ public class DeleteSimProfileConfirmationDialog extends InstrumentedDialogFragme @Override public int getMetricsCategory() { // TODO(b/131519375) - use a real id here once it's been created in the metrics proto return 0; return SettingsEnums.DIALOG_DELETE_SIM_CONFIRMATION; } } src/com/android/settings/network/telephony/DeleteSimProfileProgressDialog.java +2 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import android.app.Activity; import android.app.Dialog; import android.app.PendingIntent; import android.app.ProgressDialog; import android.app.settings.SettingsEnums; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; Loading Loading @@ -114,7 +115,6 @@ public class DeleteSimProfileProgressDialog extends InstrumentedDialogFragment { @Override public int getMetricsCategory() { // TODO(b/131519375) - use a real id here once it's been created in the metrics proto return 0; return SettingsEnums.DIALOG_DELETE_SIM_PROGRESS; } } Loading
src/com/android/settings/network/telephony/DeleteSimProfileConfirmationDialog.java +2 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.settings.network.telephony; import android.app.Dialog; import android.app.settings.SettingsEnums; import android.content.Context; import android.content.DialogInterface; import android.os.Bundle; Loading Loading @@ -77,7 +78,6 @@ public class DeleteSimProfileConfirmationDialog extends InstrumentedDialogFragme @Override public int getMetricsCategory() { // TODO(b/131519375) - use a real id here once it's been created in the metrics proto return 0; return SettingsEnums.DIALOG_DELETE_SIM_CONFIRMATION; } }
src/com/android/settings/network/telephony/DeleteSimProfileProgressDialog.java +2 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import android.app.Activity; import android.app.Dialog; import android.app.PendingIntent; import android.app.ProgressDialog; import android.app.settings.SettingsEnums; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; Loading Loading @@ -114,7 +115,6 @@ public class DeleteSimProfileProgressDialog extends InstrumentedDialogFragment { @Override public int getMetricsCategory() { // TODO(b/131519375) - use a real id here once it's been created in the metrics proto return 0; return SettingsEnums.DIALOG_DELETE_SIM_PROGRESS; } }