Home
last modified time | relevance | path

Searched refs: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
89 ContentResolver contentResolver = applicationContext.getContentResolver(); in receive()
100 showMessage(applicationContext, uri, mimeType); in receive()
125 private void showMessage(@NonNull Context applicationContext, in showMessage() argument
128 ContentResolver contentResolver = applicationContext.getContentResolver(); in showMessage()
140 Toast.makeText(applicationContext, msg, Toast.LENGTH_LONG).show(); in showMessage()