Searched refs:getLongIntArray (Results 1 - 1 of 1) sorted by path

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1084 mLongPressVibePattern = getLongIntArray(mContext.getResources(),
1086 mVirtualKeyVibePattern = getLongIntArray(mContext.getResources(),
1088 mKeyboardTapVibePattern = getLongIntArray(mContext.getResources(),
1090 mClockTickVibePattern = getLongIntArray(mContext.getResources(),
1092 mCalendarDateVibePattern = getLongIntArray(mContext.getResources(),
1094 mSafeModeDisabledVibePattern = getLongIntArray(mContext.getResources(),
1096 mSafeModeEnabledVibePattern = getLongIntArray(mContext.getResources(),
5236 static long[] getLongIntArray(Resources r, int resid) { method in class:PhoneWindowManager

Completed in 75 milliseconds