Searched refs:actionDialog (Results 1 – 1 of 1) sorted by relevance
109 private AlertDialog actionDialog; field in PermissionActivity203 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()