Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateLayout
Method · 0.80
onOptionsItemSelected
Method · 0.80
doInBackground
Method · 0.80
ConnectToServer
Method · 0.80
setupView
Method · 0.80
inputPasswordDialog
Method · 0.80
onClick
Method · 0.80
onClick
Method · 0.80
getAccounts
Method · 0.80
logoutConfirmDialog
Method · 0.80
deleteAccount
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected