public class

BluetoothCmeError

extends Object
java.lang.Object
   ↳ com.android.phone.BluetoothCmeError

Summary

Constants
int AG_FAILURE
int DIAL_STRING_HAS_INVALID_CHARS
int DIAL_STRING_TOO_LONG
int INVALID_INDEX
int MEMORY_FAILURE
int MEMORY_FULL
int NO_CONNECTION_TO_PHONE
int NO_SERVICE
int ONLY_911_ALLOWED
int OPERATION_NOT_ALLOWED
int OPERATION_NOT_SUPPORTED
int PIN_REQUIRED
int SIM_BUSY
int SIM_FAILURE
int SIM_MISSING
int SIM_PIN2_REQUIRED
int SIM_PIN_REQUIRED
int SIM_PUK2_REQUIRED
int SIM_PUK_REQUIRED
int TEXT_HAS_INVALID_CHARS
int TEXT_TOO_LONG
int WRONG_PASSWORD
Public Constructors
BluetoothCmeError()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int AG_FAILURE

Constant Value: 0 (0x00000000)

public static final int DIAL_STRING_HAS_INVALID_CHARS

Constant Value: 27 (0x0000001b)

public static final int DIAL_STRING_TOO_LONG

Constant Value: 26 (0x0000001a)

public static final int INVALID_INDEX

Constant Value: 21 (0x00000015)

public static final int MEMORY_FAILURE

Constant Value: 23 (0x00000017)

public static final int MEMORY_FULL

Constant Value: 20 (0x00000014)

public static final int NO_CONNECTION_TO_PHONE

Constant Value: 1 (0x00000001)

public static final int NO_SERVICE

Constant Value: 30 (0x0000001e)

public static final int ONLY_911_ALLOWED

Constant Value: 32 (0x00000020)

public static final int OPERATION_NOT_ALLOWED

Constant Value: 3 (0x00000003)

public static final int OPERATION_NOT_SUPPORTED

Constant Value: 4 (0x00000004)

public static final int PIN_REQUIRED

Constant Value: 5 (0x00000005)

public static final int SIM_BUSY

Constant Value: 14 (0x0000000e)

public static final int SIM_FAILURE

Constant Value: 13 (0x0000000d)

public static final int SIM_MISSING

Constant Value: 10 (0x0000000a)

public static final int SIM_PIN2_REQUIRED

Constant Value: 17 (0x00000011)

public static final int SIM_PIN_REQUIRED

Constant Value: 11 (0x0000000b)

public static final int SIM_PUK2_REQUIRED

Constant Value: 18 (0x00000012)

public static final int SIM_PUK_REQUIRED

Constant Value: 12 (0x0000000c)

public static final int TEXT_HAS_INVALID_CHARS

Constant Value: 25 (0x00000019)

public static final int TEXT_TOO_LONG

Constant Value: 24 (0x00000018)

public static final int WRONG_PASSWORD

Constant Value: 16 (0x00000010)

Public Constructors

public BluetoothCmeError ()