Searched refs:getLongIntArray (Results 1 – 2 of 2) sorted by relevance
427 long[] timings = getLongIntArray(mContext.getResources(), resId); in createEffectFromResource()614 private static long[] getLongIntArray(Resources r, int resid) { in getLongIntArray() method in VibratorService
1926 mLongPressVibePattern = getLongIntArray(mContext.getResources(), in init()1928 mCalendarDateVibePattern = getLongIntArray(mContext.getResources(), in init()1930 mSafeModeEnabledVibePattern = getLongIntArray(mContext.getResources(), in init()4822 static long[] getLongIntArray(Resources r, int resid) { in getLongIntArray() method in PhoneWindowManager