{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class TestArgsContentProvider
Provides access to test arguments stored as a file on external device storage. This provider supports only the query api. Use PropertyFile#buildUri(Authority) to retrieve all test arguments. To retrieve a specific argument, build the URI with the arg name as path by calling PropertyFile#buildUri(Authority, String).
Public constructors |
|
|---|---|
Public functions |
|
|---|---|
Int |
|
String! |
getType(arg0: Uri!) |
Uri! |
insert(arg0: Uri!, arg1: ContentValues!) |
Boolean |
onCreate() |
Cursor! |
|
Int |
|