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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java86 private int mCurrentDialog; field in class:BluetoothPbapActivity
117 mCurrentDialog = DIALOG_YES_NO_AUTH;
176 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
187 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
219 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
235 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java195 private DialogInterface mCurrentDialog = null; field in class:FilterShowActivity
733 mCurrentDialog = dialog;
738 mCurrentDialog = null;
1264 if (mCurrentDialog != null) {
1265 mCurrentDialog.dismiss();
1266 mCurrentDialog = null;

Completed in 102 milliseconds