C# Class android.telephony.cdma.CdmaCellLocation

Inheritance: android.telephony.CellLocation
Exibir arquivo Open project: JeroMiya/androidmono

Public Methods

Method Description
CdmaCellLocation ( android arg0 )
equals ( java arg0 ) : bool
fillInNotifierBundle ( android arg0 ) : void
getBaseStationId ( ) : int
getBaseStationLatitude ( ) : int
getBaseStationLongitude ( ) : int
getNetworkId ( ) : int
getSystemId ( ) : int
hashCode ( ) : int
setCellLocationData ( int arg0, int arg1, int arg2 ) : void
setCellLocationData ( int arg0, int arg1, int arg2, int arg3, int arg4 ) : void
setStateInvalid ( ) : void
toString ( ) : global::java.lang.String

Protected Methods

Method Description
CdmaCellLocation ( global @__env )

Private Methods

Method Description
CdmaCellLocation ( )

Method Details

CdmaCellLocation() public method

public CdmaCellLocation ( android arg0 )
arg0 android

CdmaCellLocation() protected method

protected CdmaCellLocation ( global @__env )
@__env global

equals() public method

public equals ( java arg0 ) : bool
arg0 java
return bool

fillInNotifierBundle() public method

public fillInNotifierBundle ( android arg0 ) : void
arg0 android
return void

getBaseStationId() public method

public getBaseStationId ( ) : int
return int

getBaseStationLatitude() public method

public getBaseStationLatitude ( ) : int
return int

getBaseStationLongitude() public method

public getBaseStationLongitude ( ) : int
return int

getNetworkId() public method

public getNetworkId ( ) : int
return int

getSystemId() public method

public getSystemId ( ) : int
return int

hashCode() public method

public hashCode ( ) : int
return int

setCellLocationData() public method

public setCellLocationData ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
return void

setCellLocationData() public method

public setCellLocationData ( int arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
arg4 int
return void

setStateInvalid() public method

public setStateInvalid ( ) : void
return void

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String