Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/androrm/androrm
/ setBrand
Method
setBrand
test/src/com/orm/androrm/impl/Branch.java:39–41 ·
view source on GitHub ↗
(Brand brand)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
void
setBrand(Brand brand) {
40
mBrand.set(brand);
41
}
42
43
public
Brand getBrand(Context context) {
44
return
mBrand.get(context);
Callers
8
setUp
Method · 0.95
setUp
Method · 0.95
testDoCascade
Method · 0.95
testAddAndGet
Method · 0.95
testAddAllAndGet
Method · 0.95
testCount
Method · 0.95
testReset
Method · 0.95
testSet
Method · 0.95
Calls
1
set
Method · 0.65
Tested by
no test coverage detected