Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java71 @VisibleForTesting int mCurrentDialog; field in BluetoothPbapActivity
104 mCurrentDialog = DIALOG_YES_NO_AUTH; in onCreate()
167 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()
172 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onPositive()
186 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onNegative()
207 if (mCurrentDialog == DIALOG_YES_NO_AUTH) { in onTimeout()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java221 private SafeDismissDialogFragment mCurrentDialog; field in TvOverlayManager
404 return mCurrentDialog; in getCurrentDialog()
476 if (mCurrentDialog != null) { in showDialogFragment()
482 mCurrentDialog = dialog; in showDialogFragment()
667 mCurrentDialog = null; in onDialogDestroyed()
718 if (mCurrentDialog != null) { in hideOverlays()
719 if (mCurrentDialog instanceof PinDialogFragment) { in hideOverlays()
722 ((PinDialogFragment) mCurrentDialog).dismissSilently(); in hideOverlays()
724 mCurrentDialog.dismiss(); in hideOverlays()
728 mCurrentDialog = null; in hideOverlays()
[all …]
/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()
1259 if (mCurrentDialog != null) { in onConfigurationChanged()
1260 mCurrentDialog.dismiss(); in onConfigurationChanged()
1261 mCurrentDialog = null; in onConfigurationChanged()