Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java205 int vibrationPatternLength = in.readInt(); in readObject() local
206 if (vibrationPatternLength < 0) { in readObject()
209 mVibrationPattern = new long[vibrationPatternLength]; in readObject()
210 for (int i = 0; i < vibrationPatternLength; i++) { in readObject()