Searched refs:CONSUMER_IR_SERVICE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DConsumerIrManager.java31 * {@link android.content.Context#CONSUMER_IR_SERVICE} as the argument.
46 ServiceManager.getService(Context.CONSUMER_IR_SERVICE));
/frameworks/base/core/java/android/content/
H A DContext.java2706 CONSUMER_IR_SERVICE,
3523 public static final String CONSUMER_IR_SERVICE = "consumer_ir"; field in class:Context
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java616 registerService(Context.CONSUMER_IR_SERVICE, ConsumerIrManager.class,
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java591 ServiceManager.addService(Context.CONSUMER_IR_SERVICE, consumerIr);

Completed in 245 milliseconds