Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java59 @VisibleForTesting static final int DIALOG_YES_NO_AUTH = 1; field in BluetoothPbapActivity
103 showPbapDialog(DIALOG_YES_NO_AUTH); in onCreate()
104 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()
124 case DIALOG_YES_NO_AUTH: in showPbapDialog()
126 mAlertBuilder.setView(createView(DIALOG_YES_NO_AUTH)); in showPbapDialog()
141 case DIALOG_YES_NO_AUTH: in createDisplayText()
151 case DIALOG_YES_NO_AUTH: in createView()
167 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()
172 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()
186 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()
[all …]