Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java101 public static final int DIALOG_SEND_ONGOING = 3; field in BluetoothOppTransferActivity
161 if (mWhichDialog != DIALOG_SEND_ONGOING && mWhichDialog != DIALOG_RECEIVE_ONGOING) { in onCreate()
205 mWhichDialog = DIALOG_SEND_ONGOING; in displayWhichDialog()
220 if ((mWhichDialog == DIALOG_RECEIVE_ONGOING) || (mWhichDialog == DIALOG_SEND_ONGOING)) { in setUpDialog()
279 } else if (mWhichDialog == DIALOG_SEND_ONGOING in customizeViewContent()
295 if (mWhichDialog == DIALOG_SEND_ONGOING) { in customizeViewContent()
385 if (mWhichDialog == DIALOG_RECEIVE_ONGOING || mWhichDialog == DIALOG_SEND_ONGOING) { in onClick()
392 } else if (mWhichDialog == DIALOG_SEND_ONGOING) { in onClick()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java25 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_ONGOING;
147 check.set(activity.mWhichDialog == DIALOG_SEND_ONGOING); in onCreate_showSendOnGoingDialog()