Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java786 @NonNull String expectedAppLabel) { in isInstalledAndVerifyAppName() argument
788 + sContext.getUser() + ", with app label " + expectedAppLabel); in isInstalledAndVerifyAppName()
793 return TextUtils.equals(appLabel, expectedAppLabel); in isInstalledAndVerifyAppName()