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

Method context

src/com/odoo/support/AppScope.java:70–72  ·  view source on GitHub ↗

Context. @return the main activity

()

Source from the content-addressed store, hash-verified

68 * @return the main activity
69 */
70 public Context context() {
71 return mContext;
72 }
73
74 public MainActivity main() {
75 return (MainActivity) mContext;

Callers 11

generateLayoutMethod · 0.80
onOptionsItemSelectedMethod · 0.80
doInBackgroundMethod · 0.80
ConnectToServerMethod · 0.80
setupViewMethod · 0.80
inputPasswordDialogMethod · 0.80
onClickMethod · 0.80
onClickMethod · 0.80
getAccountsMethod · 0.80
logoutConfirmDialogMethod · 0.80
deleteAccountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected