Searched refs:setApplicationLabel (Results 1 – 3 of 3) sorted by relevance
84 ShadowUtils.setApplicationLabel(PACKAGE_NAME, DISPLAY_NAME); in setUp()226 ShadowUtils.setApplicationLabel(PACKAGE_NAME, DISPLAY_NAME); in testOnCreateDialog_unRestrictAppTip_fireUnRestrictDialog()
98 ShadowUtils.setApplicationLabel(LAUNCHED_PACKAGE, APP_LABEL); in refreshAppLabel_hasPackageName_shouldHasAppLabel()
137 public static void setApplicationLabel(String packageName, String appLabel) { in setApplicationLabel() method in ShadowUtils