Sign in
android
/
platform
/
external
/
guice
/
2f0779c9e0b70792b06dbb44606771b5b9eb1552
/
.
/
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
();
}
}