Home
last modified time | relevance | path

Searched refs:subName (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt242 val subName = "sub-command" in commandWithSubCommand() constant
244 object : ParseableCommand(subName) { in commandWithSubCommand()
264 val subName = "sub-command1" in complexCommandWithSubCommands_reusedNames() constant
266 object : ParseableCommand(subName) { in complexCommandWithSubCommands_reusedNames()
/frameworks/base/core/java/com/android/internal/pm/pkg/component/
DComponentParseUtils.java128 String subName = proc.substring(1); in buildCompoundName() local
130 subName, false, false); in buildCompoundName()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessorTest.kt488 val subName = "Substitute Name" in testOnNotificationAdded_hasSubstituteName_isUsed() constant
494 putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, subName) in testOnNotificationAdded_hasSubstituteName_isUsed()
514 assertThat(mediaDataCaptor.value!!.app).isEqualTo(subName) in testOnNotificationAdded_hasSubstituteName_isUsed()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java2930 String subName = proc.substring(1); in buildCompoundName() local
2931 String nameError = validateName(subName, false, false); in buildCompoundName()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5572 String subName = "Substitute Name"; in testSubstituteAppName_hasPermission() local
5576 extras.putString(Notification.EXTRA_SUBSTITUTE_APP_NAME, subName); in testSubstituteAppName_hasPermission()
5587 .getString(Notification.EXTRA_SUBSTITUTE_APP_NAME), subName); in testSubstituteAppName_hasPermission() local