Searched refs:sSoundsResourceIds (Results 1 – 1 of 1) sorted by relevance
170 private static SparseArray<Integer> sSoundsResourceIds = new SparseArray<Integer>(); field in ClockBackService172 sSoundsResourceIds.put(AccessibilityEvent.TYPE_VIEW_CLICKED, in sSoundsResourceIds.put()174 sSoundsResourceIds.put(AccessibilityEvent.TYPE_VIEW_LONG_CLICKED, in sSoundsResourceIds.put()176 sSoundsResourceIds.put(AccessibilityEvent.TYPE_VIEW_SELECTED, in sSoundsResourceIds.put()178 sSoundsResourceIds.put(AccessibilityEvent.TYPE_VIEW_FOCUSED, in sSoundsResourceIds.put()180 sSoundsResourceIds.put(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED, in sSoundsResourceIds.put()182 sSoundsResourceIds.put(AccessibilityEvent.TYPE_VIEW_HOVER_ENTER, in sSoundsResourceIds.put()184 sSoundsResourceIds.put(INDEX_SCREEN_ON, R.raw.sound_screen_on); in sSoundsResourceIds.put()185 sSoundsResourceIds.put(INDEX_SCREEN_OFF, R.raw.sound_screen_off); in sSoundsResourceIds.put()186 sSoundsResourceIds.put(INDEX_RINGER_SILENT, R.raw.sound_ringer_silent); in sSoundsResourceIds.put()[all …]