Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DPermissionActivity.java109 private AlertDialog actionDialog; field in PermissionActivity
203 actionDialog = builder.show(); in onCreate()
207 TextView dialogMessage = (TextView) actionDialog.findViewById( in onCreate()
215 final WindowManager.LayoutParams params = actionDialog.getWindow().getAttributes(); in onCreate()
217 actionDialog.getWindow().setAttributes(params); in onCreate()
221 titleView = (TextView) findViewByPredicate(actionDialog.getWindow().getDecorView(), in onCreate()
254 if (actionDialog != null) { in onDestroy()
255 actionDialog.dismiss(); in onDestroy()