HomeSort by relevance Sort by last modified time
    Searched full:vibrate (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /packages/apps/Settings/res/values/
arrays.xml 332 <item>Vibrate</item>
388 <!-- New incoming call vibrate options. -->
  /development/simulator/app/
DeviceManager.h 258 void Vibrate(int vibrateOn);
DeviceManager.cpp 354 void DeviceManager::Vibrate(int vibrateOn)
356 ((MyApp*)wxTheApp)->Vibrate(vibrateOn);
993 mpDeviceManager->Vibrate(arg);
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_debugmsgs.h 79 { 0x1a54b6e8, 0x00000001, "eas_hostmm.c[586]: Vibrate state: %d\n" },
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmReceiver.java 125 // Play the alarm alert and vibrate the device.
  /packages/apps/Calendar/
AndroidManifest.xml 31 <uses-permission android:name="android.permission.VIBRATE"/>
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java 125 // Play the alarm alert and vibrate the device.
Alarms.java 163 values.put(Alarm.Columns.VIBRATE, alarm.vibrate);
  /packages/apps/Phone/src/com/android/phone/
Ringer.java 224 mVibrator.vibrate(VIBRATE_LENGTH);
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 376 boolean vibrate = 0 != (account.mFlags & Account.FLAGS_VIBRATE_ALWAYS);
387 // Use the account's notification rules for sound & vibrate (but always notify)
394 if (vibrate || (vibrateWhenSilent && nowSilent)) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 648 boolean vibrate = sp.getBoolean(MessagingPreferenceActivity.NOTIFICATION_VIBRATE,
649 false /* don't vibrate by default */);
650 if (vibrate) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 830 try { mVibrator.vibrate(30); } catch (Exception ex) { }
853 try { mVibrator.vibrate(30); } catch (Exception ex) { }
862 try { mVibrator.vibrate(30); } catch (Exception ex) { }
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 260 Log.e(TAG, "Vibrate control bool missing.", nfe);
636 mHaptic.vibrate();
720 mHaptic.vibrate(); // Vibrate here too, just like we do for the regular keys
726 mHaptic.vibrate();
    [all...]
  /packages/apps/IM/res/values/
strings.xml 311 <!-- This is the text label of the vibrate notification setting; a summary is displayed in
313 <string name="notification_vibrate_title">Vibrate</string>
314 <!-- This is the summary of the vibrate notification setting-->
315 <string name="notification_vibrate_summary">Also vibrate when IM arrives</string>
319 <!-- This is the summary of the vibrate notification setting-->
  /frameworks/base/media/java/android/media/
AudioService.java 223 * Has multiple bits per vibrate type to indicate the type's vibrate
226 * NOTE: This is not the final decision of whether vibrate is on/off for the
384 // Broadcast vibrate settings
645 // First clear the existing setting. Each vibrate type has two bits in
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
AndroidManifest.xml 117 <uses-permission android:name="android.permission.VIBRATE" />
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
GlobalActions.java 181 // TODO: May need another 'Vibrate' toggle button, but for now treat them the same
  /packages/apps/AlarmClock/res/values/
strings.xml 53 <string name="alarm_vibrate">Vibrate</string>
  /packages/apps/Gallery3D/
AndroidManifest.xml 14 <uses-permission android:name="android.permission.VIBRATE" />
  /packages/apps/Mms/
AndroidManifest.xml 32 <uses-permission android:name="android.permission.VIBRATE" />
  /packages/inputmethods/OpenWnn/res/values/
strings.xml 27 <string name="preference_key_vibration_title"> Vibrate on Key Press </string>
  /frameworks/base/docs/html/resources/tutorials/views/
hello-formstuff.jd 291 android:textOn="Vibrate on"
292 android:textOff="Vibrate off"/>
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParamsFactory.java 789 boolean vibrate = (cmdDet.commandQualifier & 0x01) != 0x00;
792 mCmdParams = new PlayToneParams(cmdDet, textMsg, tone, duration, vibrate);
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 26 <!-- Option to provide vibrate/haptic feedback on keypress -->
27 <string name="vibrate_on_keypress">Vibrate on keypress</string>
  /external/sonivox/arm-wt-22k/misc/
eas_host.c 67 /* Only for debugging LED, vibrate, and backlight functions */
719 * Turn on/off vibrate function
726 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "Vibrate state: %d\n", state);

Completed in 311 milliseconds

1 2 34 5 6 7