HomeSort by relevance Sort by last modified time
    Searched defs:recommendation (Results 51 - 57 of 57) sorted by null

1 23

  /external/wpa_supplicant_8/src/eap_server/
tncs.c 82 enum IMV_Action_Recommendation recommendation; member in struct:tncs_data
88 enum IMV_Action_Recommendation recommendation; member in struct:tncs_data::conn_imv
239 TNC_IMV_Action_Recommendation recommendation,
245 "connectionID=%lu recommendation=%lu evaluation=%lu)",
247 (unsigned long) recommendation, (unsigned long) evaluation);
256 tncs->imv_data[imvID].recommendation = recommendation;
708 /* Select the most restrictive recommendation */
712 irec = tncs->imv_data[imv->imvID].recommendation;
723 wpa_printf(MSG_DEBUG, "TNC: Recommendation: %d", rec)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
AddPrinterActivity.java 35 import android.printservice.recommendation.RecommendationInfo;
701 RecommendationInfo recommendation = (RecommendationInfo) getItem(position); local
708 ((TextView) convertView.findViewById(R.id.title)).setText(recommendation.getName());
712 recommendation.getNumDiscoveredPrinters(),
713 recommendation.getNumDiscoveredPrinters()));
740 RecommendationInfo recommendation = (RecommendationInfo) getItem(position); local
744 recommendation.getPackageName().toString());
748 R.string.uri_package_details, recommendation.getPackageName()))));
767 RecommendationInfo recommendation = mRecommendations.get(i); local
769 if (!mInstalledServices.contains(recommendation.getPackageName()))
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
OpenNetworkNotifier.java 89 /** No recommendation is made and no notifications are shown. */
123 /** List of SSIDs blacklisted from recommendation. */
267 // Not enough time has passed to show a recommendation notification again
278 // Only show a new or update an existing recommendation notification.
281 ScanResult recommendation = mOpenNetworkRecommender.recommendNetwork( local
284 if (recommendation != null) {
285 postInitialNotification(recommendation);
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 17 package com.android.tv.recommendation;
61 * A local service for notify recommendation at home launcher.
74 * Recommendation intent has an extra data for the recommendation type. It'll be also
187 "Undefined recommendation type: " + mRecommendationType);
267 // Update recommendation on the handler thread.
RecommendationDataManager.java 17 package com.android.tv.recommendation;
528 * A listener interface to receive notification about the recommendation data.
  /frameworks/support/recommendation/src/android/support/app/recommendation/
ContentRecommendation.java 17 package android.support.app.recommendation;
38 * recommendation item.
279 * should be created when posting the recommendation to the HomeScreen.
286 * should be created when posting the recommendation to the HomeScreen.
293 * should be created when posting the recommendation to the HomeScreen.
299 * associated with a given content recommendation, at the time this recommendation gets posted
364 * Returns the String Id tag which uniquely identifies this recommendation.
366 * @return The String Id tag for this recommendation.
373 * Returns the content title for this recommendation
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-inspector/1.11.18/
aws-java-sdk-inspector-1.11.18.jar 

Completed in 344 milliseconds

1 23