Home
last modified time | relevance | path

Searched refs:NOTIFICATION_MESSAGE_ID (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/
DMainActivity.java53 private static final int NOTIFICATION_MESSAGE_ID = 1; // Used for other messages field in MainActivity
380 notificationManager.notify(NOTIFICATION_MESSAGE_ID, builder.build()); in sendNotificationMessage()