Searched refs:appContext (Results 1 – 3 of 3) sorted by relevance
110 Context appContext = context.getApplicationContext(); in getInstance() local111 Sender sender = findSender(appContext, R.xml.senders_product, account); in getInstance()113 sender = findSender(appContext, R.xml.senders, account); in getInstance()
95 Context appContext = context.getApplicationContext(); in getInstance() local100 store = (Store)m.invoke(null, account, appContext); in getInstance()
58 Context appContext = context.getApplicationContext(); in getInstance() local59 sInstance = new LocalBluetoothManager(adapter, appContext); in getInstance()