Searched refs:DIALOG_RECEIVE_COMPLETE_SUCCESS (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java62 * DIALOG_RECEIVE_COMPLETE_SUCCESS or DIALOG_RECEIVE_COMPLETE_FAIL
98 public static final int DIALOG_RECEIVE_COMPLETE_SUCCESS = 1; field in class:BluetoothOppTransferActivity
187 mWhichDialog = DIALOG_RECEIVE_COMPLETE_SUCCESS;
221 } else if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) {
265 || mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) {
279 } else if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) {
352 if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) {
446 // DIALOG_RECEIVE_COMPLETE_SUCCESS/DIALOG_RECEIVE_COMPLETE_FAIL
461 if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) {

Completed in 118 milliseconds