Searched refs:suggestionOrSpecifierPackageName (Results 1 – 3 of 3) sorted by relevance
232 final String suggestionOrSpecifierPackageName = mWifiInfo != null in getConnectStateDescription() local234 if (!TextUtils.isEmpty(suggestionOrSpecifierPackageName)) { in getConnectStateDescription()238 String suggestorLabel = getAppLabel(mContext, suggestionOrSpecifierPackageName); in getConnectStateDescription()241 suggestorLabel = suggestionOrSpecifierPackageName; in getConnectStateDescription()
259 final String suggestionOrSpecifierPackageName = mWifiInfo != null in getConnectStateDescription() local261 if (!TextUtils.isEmpty(suggestionOrSpecifierPackageName)) { in getConnectStateDescription()265 String suggestorName = getAppLabel(mContext, suggestionOrSpecifierPackageName); in getConnectStateDescription()268 suggestorName = suggestionOrSpecifierPackageName; in getConnectStateDescription()
1646 boolean isEphemeral, String suggestionOrSpecifierPackageName) { in getSummary() argument1648 if (isEphemeral && !TextUtils.isEmpty(suggestionOrSpecifierPackageName)) { in getSummary()1650 getAppLabel(suggestionOrSpecifierPackageName, context.getPackageManager()); in getSummary()