Searched refs:applicationLabel (Results 1 – 1 of 1) sorted by relevance
42 private String applicationLabel; field in AndroidManifest177 applicationLabel = applicationAttributes.get("android:label"); in parseAndroidManifest()555 return (data != null && data.getLabel() != null) ? data.getLabel() : applicationLabel; in getActivityLabel()