HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentDialog (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 84 private int mCurrentDialog;
115 mCurrentDialog = DIALOG_YES_NO_AUTH;
174 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
185 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
215 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
231 if (mCurrentDialog == DIALOG_YES_NO_AUTH) {
  /packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java 222 private SafeDismissDialogFragment mCurrentDialog;
387 return mCurrentDialog;
468 if (mCurrentDialog != null) {
474 mCurrentDialog = dialog;
667 mCurrentDialog = null;
724 if (mCurrentDialog != null) {
725 if (mCurrentDialog instanceof PinDialogFragment) {
728 ((PinDialogFragment) mCurrentDialog).dismissSilently();
730 mCurrentDialog.dismiss();
734 mCurrentDialog = null
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 195 private DialogInterface mCurrentDialog = null;
733 mCurrentDialog = dialog;
738 mCurrentDialog = null;
    [all...]

Completed in 96 milliseconds