Sign in
android
/
platform
/
external
/
guice
/
db197dc2238241abaf25c4bb0dcd89d186808492
/
.
/
examples
/
src
/
example
/
xml
/
FlashMemory.java
blob: 14294f440155a7855da6ae5859b141837c266c9a [
file
] [
log
] [
blame
]
package
example
.
xml
;
import
java
.
util
.
Collections
;
public
class
FlashMemory
implements
Contacts
{
public
Iterable
<
Contact
>
findByName
(
String
name
)
{
return
Collections
.
emptyList
();
}
}