Home
last modified time | relevance | path

Searched refs:mAlertSoundDuration (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java216 private int mAlertSoundDuration; field in SubscriptionInfoInternal
522 this.mAlertSoundDuration = builder.mAlertSoundDuration; in SubscriptionInfoInternal()
785 return mAlertSoundDuration; in getCellBroadcastAlertSoundDuration()
1390 && mAlertSoundDuration == that.mAlertSoundDuration in equalsDbItemsOnly()
1451 mAlertSoundDuration, mReminderInterval, mIsAlertVibrationEnabled, in hashCode()
1613 private int mAlertSoundDuration = 4; field in SubscriptionInfoInternal.Builder
1908 mAlertSoundDuration = info.mAlertSoundDuration; in Builder()
2317 mAlertSoundDuration = alertSoundDuration; in setCellBroadcastAlertSoundDuration()