Searched refs:DIALOG_SEND_ONGOING (Results 1 – 2 of 2) sorted by relevance
101 public static final int DIALOG_SEND_ONGOING = 3; field in BluetoothOppTransferActivity161 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()
25 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_ONGOING;147 check.set(activity.mWhichDialog == DIALOG_SEND_ONGOING); in onCreate_showSendOnGoingDialog()