FreeRDP
com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider Class Reference
Inheritance diagram for com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider:
Collaboration diagram for com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider:

Public Member Functions

int delete (Uri uri, String selection, String[] selectionArgs)
 
String getType (Uri uri)
 
Uri insert (Uri uri, ContentValues values)
 
boolean onCreate ()
 
Cursor query (Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
 
int update (Uri uri, ContentValues values, String selection, String[] selectionArgs)
 

Static Public Attributes

static final Uri CONTENT_URI
 

Member Function Documentation

◆ delete()

int com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider.delete ( Uri  uri,
String  selection,
String[]  selectionArgs 
)
inline

◆ getType()

String com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider.getType ( Uri  uri)
inline

◆ insert()

Uri com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider.insert ( Uri  uri,
ContentValues  values 
)
inline

◆ onCreate()

boolean com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider.onCreate ( )
inline

◆ query()

Cursor com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider.query ( Uri  uri,
String[]  projection,
String  selection,
String[]  selectionArgs,
String  sortOrder 
)
inline
Here is the call graph for this function:

◆ update()

int com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider.update ( Uri  uri,
ContentValues  values,
String  selection,
String[]  selectionArgs 
)
inline

Field Documentation

◆ CONTENT_URI

final Uri com.freerdp.freerdpcore.services.FreeRDPSuggestionProvider.CONTENT_URI
static
Initial value:
=
Uri.parse("content://com.freerdp.afreerdp.services.freerdpsuggestionprovider")

The documentation for this class was generated from the following file: