Searched refs:notificationLongTextContent (Results 1 – 3 of 3) sorted by relevance
23 Notification::NotificationLongTextContent notificationLongTextContent(stringData); in DoSomethingInterestingWithMyAPI() local24 notificationLongTextContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()25 notificationLongTextContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()26 notificationLongTextContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()27 notificationLongTextContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()28 notificationLongTextContent.SetLongText(stringData); in DoSomethingInterestingWithMyAPI()29 notificationLongTextContent.GetLongText(); in DoSomethingInterestingWithMyAPI()30 notificationLongTextContent.Dump(); in DoSomethingInterestingWithMyAPI()32 return notificationLongTextContent.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
27 Notification::NotificationLongTextContent notificationLongTextContent(stringData); in DoSomethingInterestingWithMyAPI() local29 notificationLongTextContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()30 notificationLongTextContent.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()32 notificationLongTextContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()
33 Notification::NotificationContent notificationLongTextContent(longTextContent); in DoSomethingInterestingWithMyAPI() local