Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationSettings.java472 long[] timings = getLongIntArray(mContext.getResources(), resId); in createEffectFromResource()
486 private static long[] getLongIntArray(Resources r, int resid) { in getLongIntArray() method in VibrationSettings
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1795 mLongPressVibePattern = getLongIntArray(mContext.getResources(), in init()
1797 mCalendarDateVibePattern = getLongIntArray(mContext.getResources(), in init()
1799 mSafeModeEnabledVibePattern = getLongIntArray(mContext.getResources(), in init()
4682 static long[] getLongIntArray(Resources r, int resid) { in getLongIntArray() method
/aosp12/frameworks/base/services/
H A Dart-profile35383 HSPLcom/android/server/policy/PhoneWindowManager;->getLongIntArray(Landroid/content/res/Resources;I…
42581 HSPLcom/android/server/vibrator/VibrationSettings;->getLongIntArray(Landroid/content/res/Resources;…