MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / accountList

Method accountList

src/com/odoo/MainActivity.java:324–332  ·  view source on GitHub ↗
(List<OEUser> accounts)

Source from the content-addressed store, hash-verified

322 }
323
324 private String[] accountList(List<OEUser> accounts) {
325 String[] account_list = new String[accounts.size()];
326 int i = 0;
327 for (OEUser user : accounts) {
328 account_list[i] = user.getAndroidName();
329 i++;
330 }
331 return account_list;
332 }
333
334 OEUser mAccount = null;
335

Callers 1

Calls 2

sizeMethod · 0.80
getAndroidNameMethod · 0.80

Tested by

no test coverage detected