Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java98 public static final int DIALOG_RECEIVE_COMPLETE_FAIL = 2; field in BluetoothOppTransferActivity
191 mWhichDialog = DIALOG_RECEIVE_COMPLETE_FAIL; in displayWhichDialog()
225 } else if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_FAIL) { in setUpDialog()
301 } else if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_FAIL) { in customizeViewContent()
465 } else if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_FAIL) { in updateButton()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java20 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_RECEIVE_COMPLETE_FAIL;
259 check.set(activity.mWhichDialog == DIALOG_RECEIVE_COMPLETE_FAIL); in onCreate_showReceiveCompleteFailDialog()