Searched refs:DIALOG_SEND_COMPLETE_FAIL (Results 1 – 2 of 2) sorted by relevance
107 public static final int DIALOG_SEND_COMPLETE_FAIL = 5; field in BluetoothOppTransferActivity202 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()
23 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_COMPLETE_FAIL;191 check.set(activity.mWhichDialog == DIALOG_SEND_COMPLETE_FAIL); in onCreate_showSendCompleteFailDialog()