Searched refs:VibratorManagerService (Results 1 – 5 of 5) sorted by relevance
158 private VibratorManagerService.NativeWrapper mNativeWrapperMock;178 private VibratorManagerService mService;272 private VibratorManagerService createSystemReadyService() { in createSystemReadyService()273 VibratorManagerService service = createService(); in createSystemReadyService()278 private VibratorManagerService createService() { in createService()279 mService = new VibratorManagerService( in createService()281 new VibratorManagerService.Injector() { in createService()346 VibratorManagerService service = createService(); in createService_doNotCrashIfUsedBeforeSystemReady()432 VibratorManagerService service = createService(); in getVibratorInfo_vibratorFailedThenSuccessfulLoad_returnsNullThenInfo()448 VibratorManagerService service = createSystemReadyService(); in registerVibratorStateListener_callbacksAreTriggered()[all …]
84 public class VibratorManagerService extends IVibratorManagerService.Stub { class105 private VibratorManagerService mService;113 mService = new VibratorManagerService(getContext(), new Injector()); in onStart()192 VibratorManagerService(Context context, Injector injector) { in VibratorManagerService() method in VibratorManagerService1403 private WeakReference<VibratorManagerService> mServiceRef;1405 VibrationCompleteListener(VibratorManagerService service) { in VibrationCompleteListener()1411 VibratorManagerService service = mServiceRef.get(); in onComplete()1419 VibratorManagerService service = mServiceRef.get(); in onComplete()1549 VibratorManagerService.class.getClassLoader(), finalizerPtr); in init()1933 IBinder deathBinder = commonOptions.background ? VibratorManagerService.this in runVibrate()[all …]
108 …zation,allowaccessmodification class com.android.server.vibrator.VibratorManagerService$OnSyncedVi…
10403 HPLcom/android/server/vibrator/VibratorManagerService$VibrationThreadCallbacks;->noteVibratorOff(I)V10404 HPLcom/android/server/vibrator/VibratorManagerService$VibrationThreadCallbacks;->onVibrationComplet…10405 HPLcom/android/server/vibrator/VibratorManagerService$VibrationThreadCallbacks;->onVibrationThreadR…10406 HPLcom/android/server/vibrator/VibratorManagerService$VibratorManagerRecords;->record(Lcom/android/…10407 HPLcom/android/server/vibrator/VibratorManagerService$VibratorManagerRecords;->record(Ljava/util/Li…10408 HPLcom/android/server/vibrator/VibratorManagerService;->checkAppOpModeLocked(Lcom/android/server/vi…10409 HPLcom/android/server/vibrator/VibratorManagerService;->endVibrationLocked(Lcom/android/server/vibr…10410 HPLcom/android/server/vibrator/VibratorManagerService;->fillVibrationFallbacks(Lcom/android/server/…10412 HPLcom/android/server/vibrator/VibratorManagerService;->reportFinishedVibrationLocked(Lcom/android/…13647 Lcom/android/server/vibrator/VibratorManagerService$OnSyncedVibrationCompleteListener;[all …]
222 import com.android.server.vibrator.VibratorManagerService;1582 mSystemServiceManager.startService(VibratorManagerService.Lifecycle.class); in startOtherServices()