ServiceState Class

Definition

Contains phone state and service related information.

[Android.Runtime.Register("android/telephony/ServiceState", DoNotGenerateAcw=true)]
public class ServiceState : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/telephony/ServiceState", DoNotGenerateAcw=true)>]
type ServiceState = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Inheritance
ServiceState
Attributes
Implements

Remarks

Contains phone state and service related information.

The following phone information is included in returned ServiceState:

<ul> <li>Service state: IN_SERVICE, OUT_OF_SERVICE, EMERGENCY_ONLY, POWER_OFF <li>Duplex mode: UNKNOWN, FDD, TDD <li>Roaming indicator <li>Operator name, short name and numeric id <li>Network selection mode </ul>

For historical reasons this class is not declared as final; however, it should be treated as though it were final.

Java documentation for android.telephony.ServiceState.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

ServiceState()

Empty constructor

ServiceState(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

ServiceState(Parcel)

Construct a ServiceState object from the given parcel.

ServiceState(ServiceState)

Copy constructors

Fields

DuplexModeFdd
Obsolete.

Duplex mode for the phone is frequency-division duplexing.

DuplexModeTdd
Obsolete.

Duplex mode for the phone is time-division duplexing.

DuplexModeUnknown
Obsolete.

Duplex mode for the phone is unknown.

UnknownId

Unknown ID.

Properties

CdmaNetworkId

Get the CDMA NID (Network Identification Number), a number uniquely identifying a network within a wireless system.

CdmaSystemId

Get the CDMA SID (System Identification Number), a number uniquely identifying a wireless system.

ChannelNumber

Get the channel number of the current primary serving cell, or -1 if unknown

Class

Returns the runtime class of this Object.

(Inherited from Object)
Creator
DuplexMode

Get the current duplex mode

Handle

The handle to the underlying Android instance.

(Inherited from Object)
IsManualSelection

Get current network selection mode.

IsSearching

This indicates whether the device is searching for service.

JniIdentityHashCode (Inherited from Object)
JniPeerMembers
NetworkRegistrationInfoList

Get all of the available network registration info.

OperatorAlphaLong

Get current registered operator name in long alphanumeric format.

OperatorAlphaShort

Get current registered operator name in short alphanumeric format.

OperatorNumeric

Get current registered operator numeric id.

PeerReference (Inherited from Object)
Roaming

Get current roaming indicator of phone.

State

Get current voice service state

ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
CopyFrom(ServiceState)
DescribeContents()

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

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

(Inherited from Object)
GetCellBandwidths()

Get an array of cell bandwidths (kHz) for the current serving cells

GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

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

(Inherited from Object)
Notify()

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

(Inherited from Object)
NotifyAll()

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

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
SetOperatorName(String, String, String)
SetStateOff()
SetStateOutOfService()
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

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

(Inherited from Object)
Wait(Int64)

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

(Inherited from Object)
Wait(Int64, Int32)

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

(Inherited from Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to