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.java53 private AlertDialog mDialog; field in SlimMediaProjectionPermissionActivity
102 mDialog = new AlertDialog.Builder(this) in onCreate()
111 mDialog.create(); in onCreate()
112 mDialog.getButton(DialogInterface.BUTTON_POSITIVE).setFilterTouchesWhenObscured(true); in onCreate()
114 final Window w = mDialog.getWindow(); in onCreate()
118 mDialog.show(); in onCreate()
124 if (mDialog != null) { in onDestroy()
125 mDialog.dismiss(); in onDestroy()
139 if (mDialog != null) { in onClick()
140 mDialog.dismiss(); in onClick()