summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java1
-rw-r--r--src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java1
-rw-r--r--src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java1
-rw-r--r--src/com/android/bluetooth/pbap/BluetoothPbapActivity.java1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java b/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java
index c5628f208..8a07db0de 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java
@@ -82,7 +82,6 @@ public class BluetoothOppBtEnablingActivity extends AlertActivity {
// Set up the "dialog"
final AlertController.AlertParams p = mAlertParams;
- p.mIconId = android.R.drawable.ic_dialog_info;
p.mTitle = getString(R.string.enabling_progress_title);
p.mView = createView();
setupAlert();
diff --git a/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java b/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java
index ec0f8b26e..65341b1d6 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java
@@ -105,7 +105,6 @@ public class BluetoothOppIncomingFileConfirmActivity extends AlertActivity imple
// Set up the "dialog"
final AlertController.AlertParams p = mAlertParams;
- p.mIconId = android.R.drawable.ic_dialog_info;
p.mTitle = getString(R.string.incoming_file_confirm_title);
p.mView = createView();
p.mPositiveButtonText = getString(R.string.incoming_file_confirm_ok);
diff --git a/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java b/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
index 23c9cb8a2..993dc0bae 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
@@ -211,7 +211,6 @@ public class BluetoothOppTransferActivity extends AlertActivity implements
private void setUpDialog() {
// final AlertController.AlertParams p = mAlertParams;
mPara = mAlertParams;
- mPara.mIconId = android.R.drawable.ic_dialog_info;
mPara.mTitle = getString(R.string.download_title);
if ((mWhichDialog == DIALOG_RECEIVE_ONGOING) || (mWhichDialog == DIALOG_SEND_ONGOING)) {
diff --git a/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java b/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java
index 0bcd98164..9d98f0da9 100644
--- a/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java
+++ b/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java
@@ -128,7 +128,6 @@ public class BluetoothPbapActivity extends AlertActivity implements
final AlertController.AlertParams p = mAlertParams;
switch (id) {
case DIALOG_YES_NO_AUTH:
- p.mIconId = android.R.drawable.ic_dialog_info;
p.mTitle = getString(R.string.pbap_session_key_dialog_header);
p.mView = createView(DIALOG_YES_NO_AUTH);
p.mPositiveButtonText = getString(android.R.string.ok);