• Home
  • Raw
  • Download

Lines Matching refs:MainActivity

72 import com.android.tv.MainActivity.MySingletons;
191 public class MainActivity extends Activity class
462 GtvUtils.broadcastInputId(MainActivity.this, currentChannel.getInputId());
475 && CommonPreferences.shouldShowSetupActivity(MainActivity.this)) {
483 .createSetupIntent(MainActivity.this);
485 CommonPreferences.setShouldShowSetupActivity(MainActivity.this, false);
719 Intent nowPlayingIntent = new Intent(this, MainActivity.class); in onCreate()
887 MainActivity.this, failedScheduledRecordingInfoSet)); in onResume()
1349 Utils.setLastWatchedChannel(MainActivity.this, channel); in endShrunkenTvView()
1394 Toast.makeText(MainActivity.this, text, Toast.LENGTH_SHORT).show(); in onActivityResult()
1418 Toast.makeText(MainActivity.this, errorMessage, Toast.LENGTH_SHORT).show(); in onActivityResult()
1603 super(executor, MainActivity.this, uri, projection, selection, selectionArgs, orderBy); in AsyncQueryProgramTask()
1624 Intent intent = new Intent(MainActivity.this, DetailsActivity.class); in onPostExecute()
2282 MainActivity.this,
2402 mHandler.post(MainActivity.super::enterPictureInPictureMode);
2404 MainActivity.super.enterPictureInPictureMode();
2831 private static class MainActivityHandler extends WeakHandler<MainActivity> {
2832 MainActivityHandler(MainActivity mainActivity) {
2837 protected void handleMessage(Message msg, @NonNull MainActivity mainActivity) {
2893 MainActivity.this,
2998 return MainActivity.this::getCurrentChannel;
3003 return MainActivity.this::getCurrentProgram;
3008 return MainActivity.this::getOverlayManager;
3018 return MainActivity.this::getCurrentPlayingPosition;
3031 abstract MainActivity contributesMainActivityActivityInjector();