public class

IccNetworkDepersonalizationPanel

extends IccPanel
java.lang.Object
   ↳ android.app.Dialog
     ↳ com.android.phone.IccPanel
       ↳ com.android.phone.IccNetworkDepersonalizationPanel

Class Overview

"SIM network unlock" PIN entry screen.

See Also
  • PhoneApp.EVENT_SIM_NETWORK_LOCKED TODO: This UI should be part of the lock screen, not the phone app (see bug 1804111).

Summary

[Expand]
Inherited Constants
From class com.android.phone.IccPanel
From interface android.content.DialogInterface
Public Constructors
IccNetworkDepersonalizationPanel(Context context)
Public Methods
boolean onKeyDown(int keyCode, KeyEvent event)
Protected Methods
void onCreate(Bundle icicle)
void onStart()
[Expand]
Inherited Methods
From class com.android.phone.IccPanel
From class android.app.Dialog
From class java.lang.Object
From interface android.content.DialogInterface
From interface android.view.KeyEvent.Callback
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Public Constructors

public IccNetworkDepersonalizationPanel (Context context)

Public Methods

public boolean onKeyDown (int keyCode, KeyEvent event)

Protected Methods

protected void onCreate (Bundle icicle)

protected void onStart ()