Searched refs:mCurrentDialog (Results 1 - 3 of 3) 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/TV/src/com/android/tv/ui/
H A DTvOverlayManager.java154 private SafeDismissDialogFragment mCurrentDialog; field in class:TvOverlayManager
309 return mCurrentDialog;
382 mCurrentDialog = dialog;
538 mCurrentDialog = null;
565 if (mCurrentDialog != null) {
566 if (mCurrentDialog instanceof PinDialogFragment) {
570 ((PinDialogFragment) mCurrentDialog).setResultListener(null);
572 mCurrentDialog.dismiss();
574 mCurrentDialog = null;
717 if (mCurrentDialog !
[all...]
/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 224 milliseconds