/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowVibrator.java | 10 private boolean vibrating; field in class:ShadowVibrator 18 vibrating = true; 24 vibrating = true; 32 vibrating = false; 36 return vibrating;
|
/cts/tests/accessibility/res/values/ |
strings.xml | 23 <!-- String title for the vibrating accessibility service --> 24 <string name="title_vibrating_accessibility_service">Vibrating Accessibility Service</string>
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
ServiceControlUtils.java | 89 // Wait for vibrating service to be connected 103 throw new RuntimeException("Vibrating accessibility service not starting");
|
AccessibilityManagerTest.java | 111 assertTrue("The vibrating service should be installed.", vibratingServiceInstalled); 134 assertTrue("The vibrating service should be enabled.", vibratingServiceEnabled); 172 assertTrue("The vibrating service should be installed.", vibratingServiceInstalled);
|
/external/sonic/ |
sonic.1 | 18 Modify pitch by emulating vocal chords vibrating faster or slower. This causes
|
main.c | 61 " -c -- Modify pitch by emulating vocal chords vibrating\n"
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
IStatusBarService.aidl | 53 // Mark current notifications as "seen" and stop ringing, vibrating, blinking.
|
/frameworks/base/services/core/jni/ |
com_android_server_VibratorService.cpp | 81 ALOGW("Tried to stop vibrating but there is no vibrator device.");
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmKlaxon.java | 32 * Manages playing ringtone and vibrating the device.
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoSystemFunctionPermissionTest.java | 116 * Verify that Vibrator's vibrating related methods requires permissions.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
Ringer.java | 38 1000, // How long to wait before vibrating again
|
/frameworks/base/docs/html/design/wear/ |
index.jd | 72 <li>Swiping down on the Home screen reveals the <strong>Date and Battery</strong> display. Dragging further down toggles <strong>Mute mode</strong>, preventing interruptive notifications from vibrating and illuminating the screen.</li>
|
/frameworks/base/docs/html/about/versions/ |
android-1.6-highlights.jd | 178 such as making a sound when a new window is shown, vibrating when navigating to the top of
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
ClockBackService.java | 107 /** Stop vibrating. */ 444 // When the ringer is vibrating we want to provide only audible feedback.
|
/frameworks/base/services/core/java/com/android/server/ |
VibratorService.java | 299 Slog.d(TAG, "Vibrating for " + milliseconds + " ms."); 344 Slog.d(TAG, "Vibrating with pattern:" + s);
|
/frameworks/base/core/java/android/app/ |
NotificationManager.java | 63 * or vibrating.</li> [all...] |
/frameworks/base/core/java/android/service/notification/ |
NotificationListenerService.java | 122 * should disable notification sound, vibrating and other visual or aural effects. [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ITelephony.aidl | 114 * (If vibrating, stop the vibrator also.) [all...] |
/cts/apps/CtsVerifier/res/values/ |
strings.xml | [all...] |
/hardware/invensense/6515/libsensors_iio/ |
MPLSensor.cpp | 66 // query path to determine if vibrator is currently vibrating [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.cpp | [all...] |
/frameworks/base/core/java/android/view/ |
View.java | [all...] |