Searched refs:DIALOG_YES_NO_AUTH (Results 1 – 1 of 1) sorted by relevance
74 private static final int DIALOG_YES_NO_AUTH = 1; field in BluetoothPbapActivity116 showPbapDialog(DIALOG_YES_NO_AUTH); in onCreate()117 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()130 case DIALOG_YES_NO_AUTH: in showPbapDialog()132 p.mView = createView(DIALOG_YES_NO_AUTH); in showPbapDialog()149 case DIALOG_YES_NO_AUTH: in createDisplayText()159 case DIALOG_YES_NO_AUTH: in createView()176 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()187 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()219 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onClick()[all …]