Searched refs:getIntFieldIfExists (Results 1 – 4 of 4) sorted by relevance
55 public static int getIntFieldIfExists(Class<?> klass, String fieldName, in getIntFieldIfExists() method in ApiHelper
123 int audioType = ApiHelper.getIntFieldIfExists(AudioManager.class, in SoundPoolPlayer()
55 return ApiHelper.getIntFieldIfExists(AudioManager.class, in getAudioTypeForSoundPool()
195 public static int getIntFieldIfExists(Class<?> klass, String fieldName, in getIntFieldIfExists() method in ApiHelper