C# Class android.provider.SearchRecentSuggestions

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
SearchRecentSuggestions ( android arg0, java arg1, int arg2 )
clearHistory ( ) : void
saveRecentQuery ( java arg0, java arg1 ) : void

Méthodes protégées

Méthode Description
SearchRecentSuggestions ( global @__env )
truncateHistory ( android arg0, int arg1 ) : void

Private Methods

Méthode Description
SearchRecentSuggestions ( )

Method Details

SearchRecentSuggestions() public méthode

public SearchRecentSuggestions ( android arg0, java arg1, int arg2 )
arg0 android
arg1 java
arg2 int

SearchRecentSuggestions() protected méthode

protected SearchRecentSuggestions ( global @__env )
@__env global

clearHistory() public méthode

public clearHistory ( ) : void
Résultat void

saveRecentQuery() public méthode

public saveRecentQuery ( java arg0, java arg1 ) : void
arg0 java
arg1 java
Résultat void

truncateHistory() protected méthode

protected truncateHistory ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void