Home
last modified time | relevance | path

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

/device/generic/goldfish/slim/FakeSystemApp/src/com/android/fakesystemapp/systemui/
DSlimMediaProjectionPermissionActivity.java54 private AlertDialog mDialog; field in SlimMediaProjectionPermissionActivity
103 mDialog = new AlertDialog.Builder(this) in onCreate()
112 mDialog.create(); in onCreate()
113 mDialog.getButton(DialogInterface.BUTTON_POSITIVE).setFilterTouchesWhenObscured(true); in onCreate()
115 final Window w = mDialog.getWindow(); in onCreate()
119 mDialog.show(); in onCreate()
125 if (mDialog != null) { in onDestroy()
126 mDialog.dismiss(); in onDestroy()
140 if (mDialog != null) { in onClick()
141 mDialog.dismiss(); in onClick()