Home
last modified time | relevance | path

Searched defs:applicationContext (Results 1 – 1 of 1) sorted by relevance

/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
DMyReceiver.java88 Context applicationContext = context.getApplicationContext(); in receive() local
125 private void showMessage(@NonNull Context applicationContext, in showMessage()