Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/androrm/androrm
/ setName
Method
setName
test/src/com/orm/androrm/impl/Supplier.java:34–36 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
32
}
33
34
public
void
setName(String name) {
35
mName.set(name);
36
}
37
38
public
QuerySet<Product> getProducts(Context context) {
39
return
mProducts.get(context, this);
Callers
6
setUp
Method · 0.95
testDoNotCascade
Method · 0.95
testAddAndGet
Method · 0.95
testAddAllAndGet
Method · 0.95
testCount
Method · 0.95
testReset
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected