Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java86 private int mCurrentDialog; field in BluetoothPbapActivity
117 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()
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()
235 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java195 private DialogInterface mCurrentDialog = null; field in FilterShowActivity
733 mCurrentDialog = dialog; in onShow()
738 mCurrentDialog = null; in onDismiss()
1264 if (mCurrentDialog != null) { in onConfigurationChanged()
1265 mCurrentDialog.dismiss(); in onConfigurationChanged()
1266 mCurrentDialog = null; in onConfigurationChanged()