Searched refs:applicationContext (Results 1 – 2 of 2) 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()
28 player = ExoPlayer.Builder(applicationContext).build() in onCreate()