List of usage examples for android.content Context CONSUMER_IR_SERVICE
String CONSUMER_IR_SERVICE
To view the source code for android.content Context CONSUMER_IR_SERVICE.
Click Source Link
From source file:com.tih.tihir.ConsumerIrManagerBase.java
@SuppressWarnings("ResourceType") public ConsumerIrManagerBase(Context context) { super(context); // Get a reference to the ConsumerIrManager mCIR = (ConsumerIrManager) context.getSystemService(Context.CONSUMER_IR_SERVICE); }