Searched refs:applicationContext (Results 1 – 1 of 1) sorted by relevance
88 Context applicationContext = context.getApplicationContext(); in receive() local89 ContentResolver contentResolver = applicationContext.getContentResolver(); in receive()100 showMessage(applicationContext, uri, mimeType); in receive()125 private void showMessage(@NonNull Context applicationContext, in showMessage() argument128 ContentResolver contentResolver = applicationContext.getContentResolver(); in showMessage()140 Toast.makeText(applicationContext, msg, Toast.LENGTH_LONG).show(); in showMessage()