Searched refs:programName (Results 1 – 4 of 4) sorted by relevance
127 String programName = program.getName(); in bindPreset() local128 if (programName.isEmpty()) { in bindPreset()134 mPresetItemMetadata.setText(programName); in bindPreset()
46 /* static */ void CommandUtils::printCommandUnknownMessage(const std::string &programName, in printCommandUnknownMessage() argument49 commandName.c_str(), programName.c_str(), HelpExecutor::COMMAND_NAME); in printCommandUnknownMessage()
41 static void printCommandUnknownMessage(const std::string &programName,
179 String programName = in testScheduleRecordings() local199 controller.assertHas(By.textStartsWith(programName), true); in testScheduleRecordings()285 controller.assertWaitUntilFocused(By.focusable(true).hasDescendant(By.text(programName))); in testScheduleRecordings()