public class

WarnOfStorageLimitsActivity

extends Activity
implements DialogInterface DialogInterface.OnClickListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.mms.ui.WarnOfStorageLimitsActivity

Class Overview

This is the UI for telling the user about the storage limit setting.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
From interface android.content.DialogInterface
Fields
protected AlertController mAlert The model for the alert.
protected AlertController.AlertParams mAlertParams The parameters for the alert.
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
WarnOfStorageLimitsActivity()
Public Methods
void cancel()
void dismiss()
void onClick(DialogInterface dialog, int which)
boolean onKeyDown(int keyCode, KeyEvent event)
boolean onKeyUp(int keyCode, KeyEvent event)
Protected Methods
void onCreate(Bundle savedInstanceState)
void setupAlert()
Sets up the alert, including applying the parameters to the alert model, and installing the alert's content.
[Expand]
Inherited Methods
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.content.DialogInterface
From interface android.content.DialogInterface.OnClickListener
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Fields

protected AlertController mAlert

The model for the alert.

See Also

protected AlertController.AlertParams mAlertParams

The parameters for the alert.

Public Constructors

public WarnOfStorageLimitsActivity ()

Public Methods

public void cancel ()

public void dismiss ()

public void onClick (DialogInterface dialog, int which)

public boolean onKeyDown (int keyCode, KeyEvent event)

public boolean onKeyUp (int keyCode, KeyEvent event)

Protected Methods

protected void onCreate (Bundle savedInstanceState)

protected void setupAlert ()

Sets up the alert, including applying the parameters to the alert model, and installing the alert's content.