public enum

HostedFile.FileHost

extends java.lang.Enum<HostedFile.FileHost>

 java.lang.Object

↳java.lang.Enum<HostedFile.FileHost>

↳androidx.test.services.storage.file.HostedFile.FileHost

Overview

An enum containing all known storage services.

Summary

Enum Constants
EXPORT_PROPERTIES
INTERNAL_USE_ONLY
OUTPUT
TEST_FILE
Methods
public java.lang.StringgetAuthority()

The content resolver authority.

public booleanisWritable()

True if writable location, false otherwise.

public static HostedFile.FileHostvalueOf(java.lang.String name)

public static HostedFile.FileHostvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

TEST_FILE

EXPORT_PROPERTIES

OUTPUT

INTERNAL_USE_ONLY

Methods

public static HostedFile.FileHost values()

public static HostedFile.FileHost valueOf(java.lang.String name)

public java.lang.String getAuthority()

The content resolver authority.

public boolean isWritable()

True if writable location, false otherwise.