Searched refs:DIALOG_SEND_COMPLETE_SUCCESS (Results 1 – 2 of 2) sorted by relevance
104 public static final int DIALOG_SEND_COMPLETE_SUCCESS = 4; field in BluetoothOppTransferActivity199 mWhichDialog = DIALOG_SEND_COMPLETE_SUCCESS; in displayWhichDialog()228 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) { in setUpDialog()280 || mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) { in customizeViewContent()297 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) { in customizeViewContent()378 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) { in onClick()469 } else if (mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS) { in updateButton()
24 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_COMPLETE_SUCCESS;169 check.set(activity.mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS); in onCreate_showSendCompleteSuccessDialog()