OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnreadConversation
(Results
1 - 12
of
12
) sorted by null
/frameworks/support/compat/gingerbread/android/support/v4/app/
NotificationCompatBase.java
45
public static abstract class
UnreadConversation
{
55
UnreadConversation
build(String[] messages,
/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java
28
import android.support.v4.app.NotificationCompat.CarExtender.
UnreadConversation
;
113
// Create the
UnreadConversation
and populate it with the participant name,
115
UnreadConversation
.Builder unreadConvBuilder =
116
new
UnreadConversation
.Builder(conversation.getParticipantName())
121
// Note: Add messages from oldest to newest to the
UnreadConversation
.Builder
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java
28
import android.support.v4.app.NotificationCompat.CarExtender.
UnreadConversation
;
113
// Create the
UnreadConversation
and populate it with the participant name,
115
UnreadConversation
.Builder unreadConvBuilder =
116
new
UnreadConversation
.Builder(conversation.getParticipantName())
121
// Note: Add messages from oldest to newest to the
UnreadConversation
.Builder
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java
28
import android.support.v4.app.NotificationCompat.CarExtender.
UnreadConversation
;
113
// Create the
UnreadConversation
and populate it with the participant name,
115
UnreadConversation
.Builder unreadConvBuilder =
116
new
UnreadConversation
.Builder(conversation.getParticipantName())
121
// Note: Add messages from oldest to newest to the
UnreadConversation
.Builder
/frameworks/support/compat/api21/android/support/v4/app/
NotificationCompatApi21.java
150
static Bundle getBundleForUnreadConversation(NotificationCompatBase.
UnreadConversation
uc) {
178
static NotificationCompatBase.
UnreadConversation
getUnreadConversationFromBundle(
179
Bundle b, NotificationCompatBase.
UnreadConversation
.Factory factory,
/frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java
502
Bundle getBundleForUnreadConversation(NotificationCompatBase.
UnreadConversation
uc);
503
NotificationCompatBase.
UnreadConversation
getUnreadConversationFromBundle(
504
Bundle b, NotificationCompatBase.
UnreadConversation
.Factory factory,
591
public Bundle getBundleForUnreadConversation(NotificationCompatBase.
UnreadConversation
uc) {
596
public NotificationCompatBase.
UnreadConversation
getUnreadConversationFromBundle(
597
Bundle b, NotificationCompatBase.
UnreadConversation
.Factory factory,
[
all
...]
/frameworks/base/core/java/android/app/
Notification.java
[
all
...]
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 186 milliseconds