Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java70 private static final int DIALOG_YES_NO_AUTH = 1; field in BluetoothPbapActivity
109 showPbapDialog(DIALOG_YES_NO_AUTH); in onCreate()
110 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()
122 case DIALOG_YES_NO_AUTH: in showPbapDialog()
124 mAlertBuilder.setView(createView(DIALOG_YES_NO_AUTH)); in showPbapDialog()
137 case DIALOG_YES_NO_AUTH: in createDisplayText()
147 case DIALOG_YES_NO_AUTH: in createView()
164 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()
175 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()
197 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onClick()
[all …]