Home
last modified time | relevance | path

Searched refs:DIALOG_SEND_COMPLETE_FAIL (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java107 public static final int DIALOG_SEND_COMPLETE_FAIL = 5; field in BluetoothOppTransferActivity
202 mWhichDialog = DIALOG_SEND_COMPLETE_FAIL; in displayWhichDialog()
230 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_FAIL) { in setUpDialog()
336 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_FAIL) { in customizeViewContent()
398 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_FAIL) { in onClick()
472 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_FAIL) { in updateButton()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java23 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_COMPLETE_FAIL;
191 check.set(activity.mWhichDialog == DIALOG_SEND_COMPLETE_FAIL); in onCreate_showSendCompleteFailDialog()