HomeSort by relevance Sort by last modified time
    Searched refs:TAG_INPUT (Results 1 - 6 of 6) sorted by null

  /packages/services/Car/service/src/com/android/car/
CarLog.java 33 public static final String TAG_INPUT = "CAR.INPUT";
CarInputService.java 93 Log.w(CarLog.TAG_INPUT, "Hal does not support key input.");
103 Log.w(CarLog.TAG_INPUT, "cannot open device for input injection:" + injectionDevice);
183 Log.i(CarLog.TAG_INPUT, "voice key, launch default intent");
210 Log.e(CarLog.TAG_INPUT, "cannot inject key event, failed with:" + r);
  /packages/services/Car/service/src/com/android/car/hal/
InputHalService.java 50 Log.w(CarLog.TAG_INPUT, "input listener set while key input not supported");
96 Log.w(CarLog.TAG_INPUT, "Input event while listener is null");
101 Log.e(CarLog.TAG_INPUT, "Wrong event dispatched, prop:0x" +
111 Log.i(CarLog.TAG_INPUT, "hal event code:" + code + ",action:" + action +
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 343 if (mInputTagBtn.getSelection()) mOptions.enableTag(SystraceOptions.TAG_INPUT);
388 private static final int TAG_INPUT = 1 << 2;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 115 milliseconds