HomeSort by relevance Sort by last modified time
    Searched refs:VIBRATOR_SERVICE (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/replicaisland/src/com/replica/replicaisland/
VibrationSystem.java 37 Vibrator vibrator = (Vibrator)params.context.getSystemService(Context.VIBRATOR_SERVICE);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowVibrator.java 43 getSystemServiceMap().put(Context.VIBRATOR_SERVICE, SystemVibrator.class.getName());
47 getSystemServiceMap().put(Context.VIBRATOR_SERVICE, RoboVibrator.class.getName());
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
Utils.java 40 Vibrator v = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
Utils.java 40 Vibrator v = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MorseCode.java 89 Vibrator vibrator = (Vibrator)getSystemService(Context.VIBRATOR_SERVICE);
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
Utils.java 40 Vibrator v = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /packages/apps/Settings/src/com/android/settings/notification/
VibrateOnTouchPreferenceController.java 45 final Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
VibrationPreferenceController.java 36 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
RingVolumePreferenceController.java 58 mVibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmKlaxon.java 48 ((Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE)).cancel();
83 return ((Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE));
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerKlaxon.java 49 ((Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE)).cancel();
88 return ((Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
VibrateOnTouchPreferenceControllerTest.java 62 when(mActivity.getSystemService(Context.VIBRATOR_SERVICE)).thenReturn(mVibrator);
63 when(mContext.getSystemService(Context.VIBRATOR_SERVICE)).thenReturn(mVibrator);
NotificationVolumePreferenceControllerTest.java 59 when(mContext.getSystemService(Context.VIBRATOR_SERVICE)).thenReturn(mVibrator);
RingVolumePreferenceControllerTest.java 64 shadowContext.setSystemService(Context.VIBRATOR_SERVICE, mVibrator);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
VibratorTest.java 25 vibrator = (Vibrator) new Activity().getSystemService(Context.VIBRATOR_SERVICE);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
RoboVibratorTest.java 19 vibrator = (RoboVibrator) RuntimeEnvironment.application.getSystemService(Context.VIBRATOR_SERVICE);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
HapticFeedbackController.java 47 mVibrator = (Vibrator) mContext.getSystemService(Service.VIBRATOR_SERVICE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AudioAndHapticFeedbackManager.java 58 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 124 Vibrator vibrator = (Vibrator)getContext().getSystemService(Context.VIBRATOR_SERVICE);
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
PseudoEmergencyAnimator.java 129 Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /frameworks/base/core/java/android/os/
Vibrator.java 36 @SystemService(Context.VIBRATOR_SERVICE)
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 126 return (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 113 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 52 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 311 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
320 Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);

Completed in 496 milliseconds

1 2 3 4