Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTvApplication.java197 handleInputCountChanged(); in start()
203 handleInputCountChanged(); in start()
461 public void handleInputCountChanged() { in handleInputCountChanged() method in TvApplication
462 handleInputCountChanged(false, false, false); in handleInputCountChanged()
475 public void handleInputCountChanged( in handleInputCountChanged() method in TvApplication
DTvSingletons.java72 void handleInputCountChanged(); in handleInputCountChanged() method
/packages/apps/TV/src/com/android/tv/receiver/
DPackageIntentsReceiver.java39 ((TvSingletons) context.getApplicationContext()).handleInputCountChanged(); in onReceive()
/packages/apps/TV/tests/unit/src/com/android/tv/util/
DMockTvSingletons.java72 public void handleInputCountChanged() {} in handleInputCountChanged() method in MockTvSingletons
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTestSingletonApp.java110 public void handleInputCountChanged() {} in handleInputCountChanged() method in TestSingletonApp