Home
last modified time | relevance | path

Searched refs:handleInputCountChanged (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DTvApplication.java127 handleInputCountChanged(); in onCreate()
132 handleInputCountChanged(); in onCreate()
317 public void handleInputCountChanged() { in handleInputCountChanged() method in TvApplication
318 handleInputCountChanged(false, false, false); in handleInputCountChanged()
331 public void handleInputCountChanged(boolean calledByTunerServiceChanged, in handleInputCountChanged() method in TvApplication
/packages/apps/TV/src/com/android/tv/receiver/
DPackageIntentsReceiver.java32 ((TvApplication) context.getApplicationContext()).handleInputCountChanged(); in onReceive()
/packages/apps/TV/src/com/android/usbtuner/
DUsbInputController.java164 ((TvApplication) context.getApplicationContext()).handleInputCountChanged( in enableUsbTunerTvInputService()