OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationScorer
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/notification/
NotificationScorer.java
22
public interface
NotificationScorer
{
DemoContactNotificationScorer.java
35
* This
NotificationScorer
bumps up the priority of notifications that contain references to the
43
public class DemoContactNotificationScorer implements
NotificationScorer
{
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
80
import com.android.internal.notification.
NotificationScorer
;
205
private final ArrayList<
NotificationScorer
> mScorers = new ArrayList<
NotificationScorer
>();
[
all
...]
Completed in 255 milliseconds