C# Class android.telephony.gsm.GsmCellLocation

Inheritance: android.telephony.CellLocation
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GsmCellLocation ( global @__env )

Private Methods

Méthode Description
GsmCellLocation ( )

Method Details

GsmCellLocation() public méthode

public GsmCellLocation ( android arg0 )
arg0 android

GsmCellLocation() protected méthode

protected GsmCellLocation ( global @__env )
@__env global

equals() public méthode

public equals ( java arg0 ) : bool
arg0 java
Résultat bool

fillInNotifierBundle() public méthode

public fillInNotifierBundle ( android arg0 ) : void
arg0 android
Résultat void

getCid() public méthode

public getCid ( ) : int
Résultat int

getLac() public méthode

public getLac ( ) : int
Résultat int

hashCode() public méthode

public hashCode ( ) : int
Résultat int

setLacAndCid() public méthode

public setLacAndCid ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setStateInvalid() public méthode

public setStateInvalid ( ) : void
Résultat void

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String