Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java104 public static final int DIALOG_SEND_COMPLETE_SUCCESS = 4; field in BluetoothOppTransferActivity
199 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()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java24 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_COMPLETE_SUCCESS;
169 check.set(activity.mWhichDialog == DIALOG_SEND_COMPLETE_SUCCESS); in onCreate_showSendCompleteSuccessDialog()