Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DGestureLauncherServiceTest.java85 private GestureLauncherService mGestureLauncherService;
108 mGestureLauncherService = new GestureLauncherService(mContext, mMetricsLogger); in setup()
179 GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive()
208 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive()
252 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive()
298 long interval = GestureLauncherService.POWER_SHORT_TAP_SEQUENCE_MAX_INTERVAL_MS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive()
344 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete()
391 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_longpress()
436 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS - 1; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupIncomplete()
482 final long interval = GestureLauncherService.CAMERA_POWER_DOUBLE_TAP_MAX_TIME_MS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOnInteractive()
[all …]
/frameworks/base/services/core/java/com/android/server/
DGestureLauncherService.java59 public class GestureLauncherService extends SystemService { class
133 public GestureLauncherService(Context context) { in GestureLauncherService() method in GestureLauncherService
138 GestureLauncherService(Context context, MetricsLogger metricsLogger) { in GestureLauncherService() method in GestureLauncherService
145 LocalServices.addService(GestureLauncherService.class, this); in onStart()
DEventLogTags.logtags285 # GestureLauncherService.java
/frameworks/base/services/java/com/android/server/
DSystemServer.java1663 if (GestureLauncherService.isGestureLauncherEnabled(context.getResources())) { in startOtherServices()
1665 mSystemServiceManager.startService(GestureLauncherService.class); in startOtherServices()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java213 import com.android.server.GestureLauncherService;
964 GestureLauncherService gestureService = LocalServices.getService( in interceptPowerKeyDown()
965 GestureLauncherService.class); in interceptPowerKeyDown()
/frameworks/base/services/
Dart-profile1151 HSPLcom/android/server/GestureLauncherService$1;->onReceive(Landroid/content/Context;Landroid/conte…
1152 HSPLcom/android/server/GestureLauncherService;-><init>(Landroid/content/Context;)V
1153 HSPLcom/android/server/GestureLauncherService;-><init>(Landroid/content/Context;Lcom/android/intern…
1154 PLcom/android/server/GestureLauncherService;->handleCameraGesture(ZI)Z
1155 PLcom/android/server/GestureLauncherService;->interceptPowerKeyDown(Landroid/view/KeyEvent;ZLandroi…
1156 HSPLcom/android/server/GestureLauncherService;->isGestureLauncherEnabled(Landroid/content/res/Resou…
1157 HSPLcom/android/server/GestureLauncherService;->onBootPhase(I)V
1158 HSPLcom/android/server/GestureLauncherService;->onStart()V
1159 HSPLcom/android/server/GestureLauncherService;->registerContentObservers()V
1160 HSPLcom/android/server/GestureLauncherService;->unregisterCameraLaunchGesture()V
[all …]