Searched refs:notificationMultiLineContent (Results 1 – 2 of 2) sorted by relevance
23 Notification::NotificationMultiLineContent notificationMultiLineContent; in DoSomethingInterestingWithMyAPI() local24 notificationMultiLineContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()25 notificationMultiLineContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()26 notificationMultiLineContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()27 notificationMultiLineContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()28 notificationMultiLineContent.AddSingleLine(stringData); in DoSomethingInterestingWithMyAPI()29 notificationMultiLineContent.GetAllLines(); in DoSomethingInterestingWithMyAPI()30 notificationMultiLineContent.Dump(); in DoSomethingInterestingWithMyAPI()32 return notificationMultiLineContent.Marshalling(parcel); in DoSomethingInterestingWithMyAPI()
26 Notification::NotificationMultiLineContent notificationMultiLineContent; in DoSomethingInterestingWithMyAPI() local28 notificationMultiLineContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()29 notificationMultiLineContent.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()31 notificationMultiLineContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()32 notificationMultiLineContent.ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()