Searched refs:subName (Results 1 – 5 of 5) sorted by relevance
242 val subName = "sub-command" in commandWithSubCommand() constant244 object : ParseableCommand(subName) { in commandWithSubCommand()264 val subName = "sub-command1" in complexCommandWithSubCommands_reusedNames() constant266 object : ParseableCommand(subName) { in complexCommandWithSubCommands_reusedNames()
128 String subName = proc.substring(1); in buildCompoundName() local130 subName, false, false); in buildCompoundName()
488 val subName = "Substitute Name" in testOnNotificationAdded_hasSubstituteName_isUsed() constant494 putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, subName) in testOnNotificationAdded_hasSubstituteName_isUsed()514 assertThat(mediaDataCaptor.value!!.app).isEqualTo(subName) in testOnNotificationAdded_hasSubstituteName_isUsed()
2930 String subName = proc.substring(1); in buildCompoundName() local2931 String nameError = validateName(subName, false, false); in buildCompoundName()
5572 String subName = "Substitute Name"; in testSubstituteAppName_hasPermission() local5576 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, subName); in testSubstituteAppName_hasPermission()5587 .getString(Notification.EXTRA_SUBSTITUTE_APP_NAME), subName); in testSubstituteAppName_hasPermission() local