{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final 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 methods |
|
|---|---|
@NonNull int |
|
@NonNull String |
|
@NonNull Uri |
|
@NonNull boolean |
onCreate() |
@NonNull Cursor |
|
@NonNull int |
|
@NonNull
public int delete(
@NonNull Uri arg0,
@NonNull String arg1,
@NonNull Array<@NonNull String> arg2
)