Searched refs:appLabel (Results 1 – 6 of 6) sorted by relevance
34 public IsAppShownInPersonalAppsStepAutomation(String appLabel) { in IsAppShownInPersonalAppsStepAutomation() argument35 mAppLabel = appLabel; in IsAppShownInPersonalAppsStepAutomation()
35 public IsAppShownInWorkAppsStepAutomation(String appLabel) { in IsAppShownInWorkAppsStepAutomation() argument36 mAppLabel = appLabel; in IsAppShownInWorkAppsStepAutomation()
82 public Optional<String> appLabel; field in InstallSessionParamsUnitTest241 + appLabel + " originatingUri=" + originatingUri + " originatingUid=" in checkSessionParams()250 appLabel.ifPresent(params::setAppLabel); in checkSessionParams()289 appLabel.ifPresent(s -> assertThat(info.getAppLabel()).isEqualTo(s)); in checkSessionParams()
568 String appLabel = "Android TestCase"; in testGetInfo() local569 assertEquals(appLabel, mPackageManager.getApplicationLabel(appInfo)); in testGetInfo()
577 appLabel: String, in preparePreapprovalDetails()582 .setLabel(appLabel) in preparePreapprovalDetails()
792 CharSequence appLabel = packageInfo.applicationInfo.loadLabel(sPackageManager); in isInstalledAndVerifyAppName() local793 return TextUtils.equals(appLabel, expectedAppLabel); in isInstalledAndVerifyAppName()