public class

DialUtil

extends Object
implements Comparator<T>
java.lang.Object
   ↳ com.htc.lockscreen.widget.DialUtil

Summary

Fields
public static final String[] EMERGENCY_NUMBERS
Public Constructors
DialUtil(Context context, boolean bUseExtact)
Public Methods
int compare(String str1, String str2)
boolean onKey(int keyCode, KeyEvent event)
static boolean placeCall(Context context, String number)
boolean placeCall()
void resetNumber()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Comparator

Fields

public static final String[] EMERGENCY_NUMBERS

Since: API Level 2.2

Public Constructors

public DialUtil (Context context, boolean bUseExtact)

Since: API Level 2.2

Public Methods

public int compare (String str1, String str2)

Since: API Level 2.2

public boolean onKey (int keyCode, KeyEvent event)

Since: API Level 2.2

public static boolean placeCall (Context context, String number)

Since: API Level 2.2

public boolean placeCall ()

Since: API Level 2.2

public void resetNumber ()

Since: API Level 2.2