/external/snakeyaml/src/test/resources/pyyaml/ |
spec-02-09.data | 2 hr: # 1998 hr ranking 6 # 1998 rbi ranking
|
spec-02-07.data | 0 # Ranking of 1998 home runs 7 # Team ranking
|
/external/snakeyaml/src/test/resources/specification/ |
example2_9.yaml | 2 hr: # 1998 hr ranking 6 # 1998 rbi ranking
|
example2_7.yaml | 0 # Ranking of 1998 home runs 7 # Team ranking
|
/external/llvm/test/YAMLParser/ |
spec-02-07.test | 3 # Ranking of 1998 home runs 9 # Team ranking
|
spec-02-09.test | 4 hr: # 1998 hr ranking 8 # 1998 rbi ranking
|
/packages/apps/Settings/src/com/android/settings/search/ |
SearchIndexableResources.java | 72 Ranking.getRankForClassName(WifiSettings.class.getName()), 79 Ranking.getRankForClassName(AdvancedWifiSettings.class.getName()), 86 Ranking.getRankForClassName(SavedAccessPointsWifiSettings.class.getName()), 93 Ranking.getRankForClassName(BluetoothSettings.class.getName()), 100 Ranking.getRankForClassName(SimSettings.class.getName()), 107 Ranking.getRankForClassName(DataUsageSummary.class.getName()), 114 Ranking.getRankForClassName(DataUsageMeteredSettings.class.getName()), 121 Ranking.getRankForClassName(WirelessSettings.class.getName()), 128 Ranking.getRankForClassName(ScreenZoomSettings.class.getName()), 135 Ranking.getRankForClassName(DisplaySettings.class.getName()) [all...] |
/frameworks/base/packages/ExtServices/res/values/ |
strings.xml | 19 <string name="notification_ranker">Android Notification Ranking Service</string> 20 <string name="notification_ranker_autobundle_explanation">Auto-grouping updated by Ranking Service</string>
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ImportanceSeekBarPreference.java | 122 setProgress(NotificationListenerService.Ranking.IMPORTANCE_DEFAULT); 124 NotificationListenerService.Ranking.IMPORTANCE_DEFAULT, true); 127 NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED, true); 143 setProgress(NotificationListenerService.Ranking.IMPORTANCE_DEFAULT); 145 NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED); 171 case NotificationListenerService.Ranking.IMPORTANCE_NONE: 173 case NotificationListenerService.Ranking.IMPORTANCE_MIN: 175 case NotificationListenerService.Ranking.IMPORTANCE_LOW: 177 case NotificationListenerService.Ranking.IMPORTANCE_DEFAULT: 179 case NotificationListenerService.Ranking.IMPORTANCE_HIGH [all...] |
NotificationSettingsBase.java | 36 import android.service.notification.NotificationListenerService.Ranking; 163 isSystemApp ? Ranking.IMPORTANCE_MIN : Ranking.IMPORTANCE_NONE); 164 mImportance.setMax(Ranking.IMPORTANCE_MAX); 166 mImportance.setAutoOn(importance == Ranking.IMPORTANCE_UNSPECIFIED); 181 boolean blocked = importance == Ranking.IMPORTANCE_NONE || banned; 188 blocked ? Ranking.IMPORTANCE_NONE : Ranking.IMPORTANCE_UNSPECIFIED; 200 silenced ? Ranking.IMPORTANCE_LOW : Ranking.IMPORTANCE_UNSPECIFIED [all...] |
AppNotificationSettings.java | 28 import android.service.notification.NotificationListenerService.Ranking; 110 setVisible(mSilent, checkCanBeVisible(Ranking.IMPORTANCE_MIN, importance)); 111 mSilent.setChecked(importance == Ranking.IMPORTANCE_LOW); 113 setVisible(mPriority, checkCanBeVisible(Ranking.IMPORTANCE_DEFAULT, importance) 114 || (checkCanBeVisible(Ranking.IMPORTANCE_LOW, importance) 117 checkCanBeVisible(Ranking.IMPORTANCE_MIN, importance) && lockscreenSecure); 121 if (importance == Ranking.IMPORTANCE_UNSPECIFIED) {
|
NotificationStation.java | 31 import android.service.notification.NotificationListenerService.Ranking; 90 public void onNotificationPosted(StatusBarNotification sbn, RankingMap ranking) { 92 ranking == null ? 0 : ranking.getOrderedKeys().length); 93 mRanking = ranking; 98 public void onNotificationRemoved(StatusBarNotification notification, RankingMap ranking) { 100 ranking == null ? 0 : ranking.getOrderedKeys().length); 101 mRanking = ranking; 106 public void onNotificationRankingUpdate(RankingMap ranking) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 23 import android.service.notification.NotificationListenerService.Ranking; 175 private final Ranking mTmpRanking = new Ranking(); 182 private final Ranking mRankingA = new Ranking(); 183 private final Ranking mRankingB = new Ranking(); 189 int aImportance = Ranking.IMPORTANCE_DEFAULT; 190 int bImportance = Ranking.IMPORTANCE_DEFAULT; 208 && aImportance > Ranking.IMPORTANCE_MIN [all...] |
NotificationGuts.java | 33 import android.service.notification.NotificationListenerService.Ranking; 179 mStartingUserImportance = NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED; 228 return Ranking.IMPORTANCE_UNSPECIFIED; 232 return Ranking.IMPORTANCE_NONE; 234 return Ranking.IMPORTANCE_LOW; 236 return Ranking.IMPORTANCE_UNSPECIFIED; 261 if (importance == NotificationListenerService.Ranking.IMPORTANCE_LOW) { 277 NotificationListenerService.Ranking.IMPORTANCE_MIN 278 : NotificationListenerService.Ranking.IMPORTANCE_NONE; 279 mSeekBar.setMax(NotificationListenerService.Ranking.IMPORTANCE_MAX) [all...] |
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
android.service.notification.NotificationListenerService.Ranking.html | 10 android.service.notification.NotificationListenerService.Ranking 74 Class android.service.notification.<A HREF="../../../../reference/android/service/notification/NotificationListenerService.Ranking.html" target="_top"><font size="+2"><code>NotificationListenerService.Ranking</code></font></A> 86 <A NAME="android.service.notification.NotificationListenerService.Ranking.getImportance_added()"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/service/notification/NotificationListenerService.Ranking.html#getImportance()" target="_top"><code>getImportance</code></A>()</nobr> 93 <A NAME="android.service.notification.NotificationListenerService.Ranking.getImportanceExplanation_added()"></A> 94 <nobr><code>CharSequence</code> <A HREF="../../../../reference/android/service/notification/NotificationListenerService.Ranking.html#getImportanceExplanation()" target="_top"><code>getImportanceExplanation</code></A>()</nobr> 100 <A NAME="android.service.notification.NotificationListenerService.Ranking.getOverrideGroupKey_added()"></A> 101 <nobr><code>String</code> <A HREF="../../../../reference/android/service/notification/NotificationListenerService.Ranking.html#getOverrideGroupKey()" target="_top"><code>getOverrideGroupKey</code></A>()</nobr> 107 <A NAME="android.service.notification.NotificationListenerService.Ranking.getSuppressedVisualEffects_added()"></A [all...] |
/frameworks/base/docs/html/sdk/api_diff/n-preview-4-incr/changes/ |
android.service.notification.NotificationListenerService.Ranking.html | 10 android.service.notification.NotificationListenerService.Ranking 74 Class android.service.notification.<A HREF="../../../../reference/android/service/notification/NotificationListenerService.Ranking.html" target="_top"><font size="+2"><code>NotificationListenerService.Ranking</code></font></A> 87 <A NAME="android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT"></A> 94 <A NAME="android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH"></A> 101 <A NAME="android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_LOW"></A> 108 <A NAME="android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MAX"></A> 115 <A NAME="android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MIN"></A> 122 <A NAME="android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_NONE"></A> 129 <A NAME="android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED"></A [all...] |
fields_index_removals.html | 90 <nobr><A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT" class="hiddenlink" target="rightframe"><strike>IMPORTANCE_DEFAULT</strike></A> 92 <nobr><A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH" class="hiddenlink" target="rightframe"><strike>IMPORTANCE_HIGH</strike></A> 94 <nobr><A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_LOW" class="hiddenlink" target="rightframe"><strike>IMPORTANCE_LOW</strike></A> 96 <nobr><A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MAX" class="hiddenlink" target="rightframe"><strike>IMPORTANCE_MAX</strike></A> 98 <nobr><A HREF="android.service.notification.NotificationListenerService.Ranking.html#android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MIN" class="hiddenlink" target="rightframe"><strike>IMPORTANCE_MIN</strike></A [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationIntrusivenessExtractor.java | 27 * notifications and marks them to get a temporary ranking bump. 34 the top of the ranking order, before it falls back to its natural position. */ 47 if (record.getImportance() >= NotificationListenerService.Ranking.IMPORTANCE_DEFAULT) {
|
RankingHelper.java | 23 import android.service.notification.NotificationListenerService.Ranking; 49 private static final String TAG_RANKING = "ranking"; 62 private static final int DEFAULT_VISIBILITY = Ranking.VISIBILITY_NO_OVERRIDE; 63 private static final int DEFAULT_IMPORTANCE = Ranking.IMPORTANCE_UNSPECIFIED; 247 // record individual ranking result and nominate proxies for each group 290 // Do a second ranking pass, using group proxies 369 boolean wasEnabled = getImportance(packageName, uid) != Ranking.IMPORTANCE_NONE; 373 setImportance(packageName, uid, enabled ? DEFAULT_IMPORTANCE : Ranking.IMPORTANCE_NONE); 412 pw.print(Ranking.importanceToString(r.importance)); 428 JSONObject ranking = new JSONObject() local [all...] |
NotificationRecord.java | 18 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MIN; 19 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_UNSPECIFIED; 20 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_DEFAULT; 21 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_HIGH; 22 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_LOW; 23 import static android.service.notification.NotificationListenerService.Ranking.IMPORTANCE_MAX; 70 // to communicate with the ranking module. 77 // The timestamp used for ranking. 169 // copy any notes that the ranking system may have made before the update 274 + NotificationListenerService.Ranking.importanceToString(mUserImportance)) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/ |
SpearmansCorrelation.java | 24 import org.apache.commons.math.stat.ranking.NaturalRanking; 25 import org.apache.commons.math.stat.ranking.RankingAlgorithm; 34 * The ranking algorithm can be set using a constructor argument.</p> 45 /** Ranking algorithm */ 53 * and ranking algorithm. 57 * @param rankingAlgorithm ranking algorithm
|
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/ |
Listener.java | 30 import android.service.notification.NotificationListenerService.Ranking; 89 private final Ranking mTmpRanking = new Ranking(); 108 private final Ranking mLhsRanking = new Ranking(); 109 private final Ranking mRhsRanking = new Ranking();
|
/external/clang/test/SemaCXX/ |
ptrtomember-overload-resolution.cpp | 4 // 13.3.3.2 Ranking implicit conversion sequences
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
common_defs.h | 17 // Contains definitions commom to all classification and ranking algorithms
|
/frameworks/base/core/java/android/service/notification/ |
NotificationListenerService.java | 60 * posted or removed, or their ranking changed. 233 * @param rankingMap The current ranking map that can be used to retrieve ranking information 277 * @param rankingMap The current ranking map that can be used to retrieve ranking information 304 * Implement this method to be notified when the notification ranking changes. 306 * @param rankingMap The current ranking map that can be used to retrieve ranking information 622 * {@link Ranking#matchesInterruptionFilter()}. 694 * Returns current ranking information [all...] |