Searched refs:snooze (Results 1 – 3 of 3) sorted by relevance
91 snooze();202 mSnoozeButton = (ImageView) mContentView.findViewById(R.id.snooze); in onCreate()297 snooze(); in dispatchKeyEvent()328 snooze(); in onClick()379 snooze(); in onTouch()448 private void snooze() { in snooze() method in AlarmActivity
72 mSnoozeButton = (Button) findViewById(R.id.snooze); in onCreate()115 mSnoozeButton.setText(R.string.snooze); in checkEnabled()141 public void snooze(View v) { in snooze() method in NotificationListenerActivity