C# Class android.telephony.gsm.GsmCellLocation

Inheritance: android.telephony.CellLocation
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
GsmCellLocation ( android arg0 )
equals ( java arg0 ) : bool
fillInNotifierBundle ( android arg0 ) : void
getCid ( ) : int
getLac ( ) : int
hashCode ( ) : int
setLacAndCid ( int arg0, int arg1 ) : void
setStateInvalid ( ) : void
toString ( ) : global::java.lang.String

Protected Methods

Method Description
GsmCellLocation ( global @__env )

Private Methods

Method Description
GsmCellLocation ( )

Method Details

GsmCellLocation() public method

public GsmCellLocation ( android arg0 )
arg0 android

GsmCellLocation() protected method

protected GsmCellLocation ( 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

getCid() public method

public getCid ( ) : int
return int

getLac() public method

public getLac ( ) : int
return int

hashCode() public method

public hashCode ( ) : int
return int

setLacAndCid() public method

public setLacAndCid ( int arg0, int arg1 ) : void
arg0 int
arg1 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