Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java92 public static final int DIALOG_RECEIVE_ONGOING = 0; field in BluetoothOppTransferActivity
161 if (mWhichDialog != DIALOG_SEND_ONGOING && mWhichDialog != DIALOG_RECEIVE_ONGOING) { in onCreate()
194 mWhichDialog = DIALOG_RECEIVE_ONGOING; in displayWhichDialog()
220 if ((mWhichDialog == DIALOG_RECEIVE_ONGOING) || (mWhichDialog == DIALOG_SEND_ONGOING)) { in setUpDialog()
258 if (mWhichDialog == DIALOG_RECEIVE_ONGOING in customizeViewContent()
273 if (mWhichDialog == DIALOG_RECEIVE_ONGOING) { in customizeViewContent()
385 if (mWhichDialog == DIALOG_RECEIVE_ONGOING || mWhichDialog == DIALOG_SEND_ONGOING) { in onClick()
390 if (mWhichDialog == DIALOG_RECEIVE_ONGOING) { in onClick()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java22 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_RECEIVE_ONGOING;
213 check.set(activity.mWhichDialog == DIALOG_RECEIVE_ONGOING); in onCreate_showReceiveOnGoingDialog()