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.java116 private AlertDialog actionDialog; field in PermissionActivity
234 actionDialog = builder.show(); in onCreate()
238 TextView dialogMessage = (TextView) actionDialog.findViewById( in onCreate()
248 titleView = (TextView) findViewByPredicate(actionDialog.getWindow().getDecorView(), in onCreate()
283 if (actionDialog != null) { in onDestroy()
284 actionDialog.dismiss(); in onDestroy()