AccessNetworkConstants.UtranBand


public static final class AccessNetworkConstants.UtranBand
extends Object

java.lang.Object
   ↳ android.telephony.AccessNetworkConstants.UtranBand


Frequency bands for UTRAN. http://www.etsi.org/deliver/etsi_ts/125100_125199/125104/13.03.00_60/ts_125104v130p.pdf

Summary

Constants

int BAND_1

int BAND_10

int BAND_11

int BAND_12

int BAND_13

int BAND_14

int BAND_19

int BAND_2

int BAND_20

int BAND_21

int BAND_22

int BAND_25

int BAND_26

int BAND_3

int BAND_4

int BAND_5

int BAND_6

int BAND_7

int BAND_8

int BAND_9

int BAND_A

Band A 1900 - 1920 MHz: Uplink and downlink transmission 2010 - 2025 MHz: Uplink and downlink transmission

int BAND_B

Band B 1850 - 1910 MHz: Uplink and downlink transmission 1930 - 1990 MHz: Uplink and downlink transmission

int BAND_C

Band C 1910 - 1930 MHz: Uplink and downlink transmission

int BAND_D

Band D 2570 - 2620 MHz: Uplink and downlink transmission

int BAND_E

Band E 2300\u20142400 MHz: Uplink and downlink transmission

int BAND_F

Band F 1880 - 1920 MHz: Uplink and downlink transmission

Inherited methods

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

Constants

BAND_1

Added in API level 28
public static final int BAND_1

Constant Value: 1 (0x00000001)

BAND_10

Added in API level 28
public static final int BAND_10

Constant Value: 10 (0x0000000a)

BAND_11

Added in API level 28
public static final int BAND_11

Constant Value: 11 (0x0000000b)

BAND_12

Added in API level 28
public static final int BAND_12

Constant Value: 12 (0x0000000c)

BAND_13

Added in API level 28
public static final int BAND_13

Constant Value: 13 (0x0000000d)

BAND_14

Added in API level 28
public static final int BAND_14

Constant Value: 14 (0x0000000e)

BAND_19

Added in API level 28
public static final int BAND_19

Constant Value: 19 (0x00000013)

BAND_2

Added in API level 28
public static final int BAND_2

Constant Value: 2 (0x00000002)

BAND_20

Added in API level 28
public static final int BAND_20

Constant Value: 20 (0x00000014)

BAND_21

Added in API level 28
public static final int BAND_21

Constant Value: 21 (0x00000015)

BAND_22

Added in API level 28
public static final int BAND_22

Constant Value: 22 (0x00000016)

BAND_25

Added in API level 28
public static final int BAND_25

Constant Value: 25 (0x00000019)

BAND_26

Added in API level 28
public static final int BAND_26

Constant Value: 26 (0x0000001a)

BAND_3

Added in API level 28
public static final int BAND_3

Constant Value: 3 (0x00000003)

BAND_4

Added in API level 28
public static final int BAND_4

Constant Value: 4 (0x00000004)

BAND_5

Added in API level 28
public static final int BAND_5

Constant Value: 5 (0x00000005)

BAND_6

Added in API level 28
public static final int BAND_6

Constant Value: 6 (0x00000006)

BAND_7

Added in API level 28
public static final int BAND_7

Constant Value: 7 (0x00000007)

BAND_8

Added in API level 28
public static final int BAND_8

Constant Value: 8 (0x00000008)

BAND_9

Added in API level 28
public static final int BAND_9

Constant Value: 9 (0x00000009)

BAND_A

Added in API level 30
public static final int BAND_A

Band A 1900 - 1920 MHz: Uplink and downlink transmission 2010 - 2025 MHz: Uplink and downlink transmission

Constant Value: 101 (0x00000065)

BAND_B

Added in API level 30
public static final int BAND_B

Band B 1850 - 1910 MHz: Uplink and downlink transmission 1930 - 1990 MHz: Uplink and downlink transmission

Constant Value: 102 (0x00000066)

BAND_C

Added in API level 30
public static final int BAND_C

Band C 1910 - 1930 MHz: Uplink and downlink transmission

Constant Value: 103 (0x00000067)

BAND_D

Added in API level 30
public static final int BAND_D

Band D 2570 - 2620 MHz: Uplink and downlink transmission

Constant Value: 104 (0x00000068)

BAND_E

Added in API level 30
public static final int BAND_E

Band E 2300\u20142400 MHz: Uplink and downlink transmission

Constant Value: 105 (0x00000069)

BAND_F

Added in API level 30
public static final int BAND_F

Band F 1880 - 1920 MHz: Uplink and downlink transmission

Constant Value: 106 (0x0000006a)