Searched refs:getChecked (Results 1 – 2 of 2) sorted by relevance
420 b.setOngoing(getChecked(R.id.flag_ongoing)); in buildNotification()421 b.setOnlyAlertOnce(getChecked(R.id.flag_once)); in buildNotification()422 b.setAutoCancel(getChecked(R.id.flag_auto_cancel)); in buildNotification()426 if (getChecked(R.id.default_sound)) { in buildNotification()429 if (getChecked(R.id.default_vibrate)) { in buildNotification()432 if (getChecked(R.id.default_lights)) { in buildNotification()485 private boolean getChecked(int id) { in getChecked() method in NotificationBuilderTest
185 public boolean getChecked() { in getChecked() method in LocaleStore.LocaleInfo