Searched refs:VIBRATOR_SERVICE (Results 1 – 21 of 21) sorted by relevance
61 private val vibrator = context.getSystemService(Context.VIBRATOR_SERVICE) as Vibrator in <lambda>()
149 private val vibrator: Vibrator = context.getSystemService(Context.VIBRATOR_SERVICE) as Vibrator in <lambda>()
86 when(mContextSpy.getSystemService(eq(Context.VIBRATOR_SERVICE))).thenReturn(mFakeVibrator); in setUp()
99 when(mContextSpy.getSystemService(eq(Context.VIBRATOR_SERVICE))).thenReturn(mFakeVibrator); in setUp()
156 when(mContextSpy.getSystemService(eq(Context.VIBRATOR_SERVICE))).thenReturn(mVibrator); in setUp()
45 @SystemService(Context.VIBRATOR_SERVICE)
220 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut()
3611 VIBRATOR_SERVICE,4197 public static final String VIBRATOR_SERVICE = "vibrator"; field in Context
153 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions()
1791 mVibrator = (Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE); in init()
136 when(mContext.getSystemService(Context.VIBRATOR_SERVICE)).thenReturn(mVibrator); in setUp()
843 .getSystemService(Context.VIBRATOR_SERVICE);
76 mVibrator = (Vibrator)getSystemService(VIBRATOR_SERVICE); in onCreate()
193 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in MLand()
1616 ((Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE)).vibrate(150); in takeScreenshot()
746 registerService(Context.VIBRATOR_SERVICE, Vibrator.class, in registerService() argument
3315 Context.VIBRATOR_SERVICE);
870 mVibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE); in AudioService()
2590 addServiceToMap(mAppBindArgs, Context.VIBRATOR_SERVICE); in getCommonServicesLocked()
10697 field @Deprecated public static final String VIBRATOR_SERVICE = "vibrator";
7283 field public static final java.lang.String VIBRATOR_SERVICE = "vibrator";