HomeSort by relevance Sort by last modified time
    Searched full:overridetext (Results 1 - 4 of 4) sorted by null

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractTrackingCommandHandler.java 167 * supplied. If overrideText is not null, then return that. Otherwise, return the text mapped to
176 * @param overrideText - if not null, this is used instead of the text from the replyTextBundle.
181 private String getTextForReplyCode(int code, String messageKey, String overrideText, Object[] arguments) {
183 String t = (overrideText == null) ? getReplyTextBundle().getString(messageKey) : overrideText;
  /build/soong/ui/build/
ninja.go 76 if overrideText, ok := cmd.Environment.Get("NINJA_HEARTBEAT_INTERVAL"); ok {
78 overrideDuration, err := time.ParseDuration(overrideText)
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
AbstractCommandHandler.java 224 * supplied. If overrideText is not null, then return that. Otherwise, return the text mapped to
233 * @param overrideText - if not null, this is used instead of the text from the replyTextBundle.
238 private String getTextForReplyCode(int code, String messageKey, String overrideText, Object[] arguments) {
240 String t = (overrideText == null) ? replyTextBundle.getString(messageKey) : overrideText;
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
TileUtilsTest.java 462 assertThat(shadowRemoteViews.overrideText).isEqualTo("new summary text");
500 assertThat(shadowRemoteViews.overrideText).isNull();
569 private CharSequence overrideText;
574 overrideText = text;

Completed in 927 milliseconds