xref
: /
AOO41X
/
main
/
odk
/
examples
/
java
/
Storage
/
StorageTest.java
(revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
storagetesting
;
2
3
public
interface
StorageTest
4
{
5
boolean
test
();
6
}
7
8