Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DVibratorService.java427 long[] timings = getLongIntArray(mContext.getResources(), resId); in createEffectFromResource()
614 private static long[] getLongIntArray(Resources r, int resid) { in getLongIntArray() method in VibratorService
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1926 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