Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java95 public static final int DIALOG_RECEIVE_COMPLETE_SUCCESS = 1; field in BluetoothOppTransferActivity
189 mWhichDialog = DIALOG_RECEIVE_COMPLETE_SUCCESS; in displayWhichDialog()
223 } else if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) { in setUpDialog()
259 || mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) { in customizeViewContent()
275 } else if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) { in customizeViewContent()
364 if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) { in onClick()
462 if (mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS) { in updateButton()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java21 …port static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_RECEIVE_COMPLETE_SUCCESS;
236 check.set(activity.mWhichDialog == DIALOG_RECEIVE_COMPLETE_SUCCESS); in onCreate_showReceiveCompleteSuccessDialog()