Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java82 private int mCurrentDialog; field in BluetoothPbapActivity
110 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()
164 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()
175 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()
197 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onClick()
213 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java217 private SafeDismissDialogFragment mCurrentDialog; field in TvOverlayManager
399 return mCurrentDialog; in getCurrentDialog()
471 if (mCurrentDialog != null) { in showDialogFragment()
477 mCurrentDialog = dialog; in showDialogFragment()
662 mCurrentDialog = null; in onDialogDestroyed()
713 if (mCurrentDialog != null) { in hideOverlays()
714 if (mCurrentDialog instanceof PinDialogFragment) { in hideOverlays()
717 ((PinDialogFragment) mCurrentDialog).dismissSilently(); in hideOverlays()
719 mCurrentDialog.dismiss(); in hideOverlays()
723 mCurrentDialog = null; in hideOverlays()
[all …]
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DAddFavoriteFragment.java52 private AlertDialog mCurrentDialog; field in AddFavoriteFragment
75 mCurrentDialog = new AlertDialogBuilder(getContext()) in onCreate()
140 mCurrentDialog.dismiss(); in onShowContactDetail()
147 mCurrentDialog.dismiss(); in onShowContactDetail()
150 mCurrentDialog.show(); in onShowContactDetail()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java193 private DialogInterface mCurrentDialog = null; field in FilterShowActivity
731 mCurrentDialog = dialog; in onShow()
736 mCurrentDialog = null; in onDismiss()
1263 if (mCurrentDialog != null) { in onConfigurationChanged()
1264 mCurrentDialog.dismiss(); in onConfigurationChanged()
1265 mCurrentDialog = null; in onConfigurationChanged()