Searched refs:nextVersion (Results 1 – 3 of 3) sorted by relevance
133 final int nextVersion = getNextImportantNoticeVersion(context); in getNextImportantNoticeTitle() local136 if (nextVersion > 0 && nextVersion < importantNoticeTitleArray.length) { in getNextImportantNoticeTitle()137 return importantNoticeTitleArray[nextVersion]; in getNextImportantNoticeTitle()143 final int nextVersion = getNextImportantNoticeVersion(context); in getNextImportantNoticeContents() local146 if (nextVersion > 0 && nextVersion < importantNoticeContentsArray.length) { in getNextImportantNoticeContents()147 return importantNoticeContentsArray[nextVersion]; in getNextImportantNoticeContents()
32 public void onUserAcknowledgmentOfImportantNoticeDialog(final int nextVersion); in onUserAcknowledgmentOfImportantNoticeDialog() argument33 public void onClickSettingsOfImportantNoticeDialog(final int nextVersion); in onClickSettingsOfImportantNoticeDialog() argument
1286 public void onClickSettingsOfImportantNoticeDialog(final int nextVersion) { in onClickSettingsOfImportantNoticeDialog() argument1292 public void onUserAcknowledgmentOfImportantNoticeDialog(final int nextVersion) { in onUserAcknowledgmentOfImportantNoticeDialog() argument