OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mvibratorservice
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
VibratorServicePermissionTest.java
33
private IVibratorService
mVibratorService
;
37
mVibratorService
= IVibratorService.Stub.asInterface(
49
mVibratorService
.vibrate(2000, new Binder());
65
mVibratorService
.vibratePattern(new long[] {0}, 0, new Binder());
80
mVibratorService
.cancelVibrate(new Binder());
Completed in 1968 milliseconds