Home
last modified time | relevance | path

Searched refs:appLabel (Results 1 – 6 of 6) sorted by relevance

/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/steps/enterprise/launcher/
DIsAppShownInPersonalAppsStepAutomation.java34 public IsAppShownInPersonalAppsStepAutomation(String appLabel) { in IsAppShownInPersonalAppsStepAutomation() argument
35 mAppLabel = appLabel; in IsAppShownInPersonalAppsStepAutomation()
DIsAppShownInWorkAppsStepAutomation.java35 public IsAppShownInWorkAppsStepAutomation(String appLabel) { in IsAppShownInWorkAppsStepAutomation() argument
36 mAppLabel = appLabel; in IsAppShownInWorkAppsStepAutomation()
/cts/tests/tests/content/src/android/content/pm/cts/
DInstallSessionParamsUnitTest.java82 public Optional<String> appLabel; field in InstallSessionParamsUnitTest
241 + appLabel + " originatingUri=" + originatingUri + " originatingUid=" in checkSessionParams()
250 appLabel.ifPresent(params::setAppLabel); in checkSessionParams()
289 appLabel.ifPresent(s -> assertThat(info.getAppLabel()).isEqualTo(s)); in checkSessionParams()
DPackageManagerTest.java568 String appLabel = "Android TestCase"; in testGetInfo() local
569 assertEquals(appLabel, mPackageManager.getApplicationLabel(appInfo)); in testGetInfo()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPreapprovalInstallTest.kt577 appLabel: String, in preparePreapprovalDetails()
582 .setLabel(appLabel) in preparePreapprovalDetails()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java792 CharSequence appLabel = packageInfo.applicationInfo.loadLabel(sPackageManager); in isInstalledAndVerifyAppName() local
793 return TextUtils.equals(appLabel, expectedAppLabel); in isInstalledAndVerifyAppName()