Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java927 ConsumerIrService consumerIr = null; in startOtherServices() local
1040 consumerIr = new ConsumerIrService(context); in startOtherServices()
1041 ServiceManager.addService(Context.CONSUMER_IR_SERVICE, consumerIr); in startOtherServices()