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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java63 * DIALOG_SEND_ONGOING will transition to DIALOG_SEND_COMPLETE_SUCCESS or
107 public static final int DIALOG_SEND_COMPLETE_SUCCESS = 4; field in class:BluetoothOppTransferActivity
197 mWhichDialog = DIALOG_SEND_COMPLETE_SUCCESS;
228 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) {
284 || mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) {
298 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) {
391 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) {
448 // DIALOG_SEND_COMPLETE_SUCCESS/DIALOG_SEND_COMPLETE_FAIL
470 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) {

Completed in 43 milliseconds