MCPcopy 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

setUpMethod · 0.95
setUpMethod · 0.95
testDoCascadeMethod · 0.95
testAddAndGetMethod · 0.95
testAddAllAndGetMethod · 0.95
testCountMethod · 0.95
testResetMethod · 0.95
testSetMethod · 0.95

Calls 1

setMethod · 0.65

Tested by

no test coverage detected