HomeSort by relevance Sort by last modified time
    Searched refs:mSoundMap (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 65 private Map<String, Integer> mSoundMap;
257 mSoundMap = new HashMap<>();
260 mSoundMap.put("start", mSoundPool.load(this, R.raw.start_axis, 1));
261 mSoundMap.put("end", mSoundPool.load(this, R.raw.next_axis, 1));
262 mSoundMap.put("half-way", mSoundPool.load(this, R.raw.half_way, 1));
273 Integer id = mSoundMap.get(name);
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
SearchBar.java 144 SparseIntArray mSoundMap = new SparseIntArray();
792 mSoundMap.put(sound, mSoundPool.load(context, sound, 1));
800 int sound = mSoundMap.get(resId);

Completed in 3838 milliseconds