OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vibrateWhen
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/settings/
VoicemailNotificationSettingsUtil.java
106
// If
vibrateWhen
is always, then voicemailVibrate should be true.
108
String
vibrateWhen
= prefs.getString(
110
boolean voicemailVibrate =
vibrateWhen
.equals(OLD_VOICEMAIL_VIBRATION_ALWAYS);
/packages/apps/Calendar/src/com/android/calendar/
Utils.java
317
String
vibrateWhen
= prefs.getString(KEY_ALERTS_VIBRATE_WHEN, null);
318
vibrate =
vibrateWhen
!= null &&
vibrateWhen
.equals(context
321
Log.d(TAG, "Migrating KEY_ALERTS_VIBRATE_WHEN(" +
vibrateWhen
[
all
...]
Completed in 465 milliseconds