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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java89 private int mWhichDialog; field in class:BluetoothOppTransferActivity
157 if (mWhichDialog != DIALOG_SEND_ONGOING && mWhichDialog != DIALOG_RECEIVE_ONGOING) {
187 mWhichDialog = DIALOG_RECEIVE_COMPLETE_SUCCESS;
189 mWhichDialog = DIALOG_RECEIVE_COMPLETE_FAIL;
192 mWhichDialog = DIALOG_RECEIVE_ONGOING;
197 mWhichDialog = DIALOG_SEND_COMPLETE_SUCCESS;
200 mWhichDialog = DIALOG_SEND_COMPLETE_FAIL;
203 mWhichDialog = DIALOG_SEND_ONGOING;
207 if (V) Log.v(TAG, " WhichDialog/dir/isComplete/failOrSuccess" + mWhichDialog
[all...]

Completed in 27 milliseconds