Home
last modified time | relevance | path

Searched refs:NotificationChannelGroup (Results 1 – 25 of 60) sorted by relevance

123

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/
H A DAndroidXNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup()
57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions()
60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
H A DNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup()
21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups()
24NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/
H A DAndroidXNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup()
57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions()
60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
H A DNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup()
21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups()
24NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsGroupManager.java3 import android.app.NotificationChannelGroup;
30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
31NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup()
43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups()
45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups()
46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups()
57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/
H A DAndroidXNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup()
57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions()
60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
H A DNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup()
21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups()
24NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsGroupManager.java3 import android.app.NotificationChannelGroup;
30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
31NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup()
43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups()
45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups()
46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups()
57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsGroupManager.java3 import android.app.NotificationChannelGroup;
30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
31NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup()
43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups()
45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups()
46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups()
57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/
H A DAndroidXNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
28 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
35 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
41 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup()
57 if (!(maybeGroup instanceof NotificationChannelGroup)) { in configureGroupWithOptions()
60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions()
H A DNotificationsChannelGroupManager.java3 import android.app.NotificationChannelGroup;
17 NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId); in getNotificationChannelGroup()
21 List<NotificationChannelGroup> getNotificationChannelGroups(); in getNotificationChannelGroups()
24NotificationChannelGroup createNotificationChannelGroup(@NonNull String id, @NonNull CharSequence … in createNotificationChannelGroup()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsGroupManager.java3 import android.app.NotificationChannelGroup;
30 public NotificationChannelGroup getNotificationChannelGroup(@NonNull String channelGroupId) { in getNotificationChannelGroup()
31NotificationChannelGroup scopedGroup = super.getNotificationChannelGroup(ScopedNotificationsIdUtil… in getNotificationChannelGroup()
43 public List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups()
44 ArrayList<NotificationChannelGroup> result = new ArrayList<>(); in getNotificationChannelGroups()
45 List<NotificationChannelGroup> channelGroups = super.getNotificationChannelGroups(); in getNotificationChannelGroups()
46 for (NotificationChannelGroup group : channelGroups) { in getNotificationChannelGroups()
57 …public NotificationChannelGroup createNotificationChannelGroup(@NonNull String groupId, @NonNull C… in createNotificationChannelGroup()
64 NotificationChannelGroup groupToRemove = getNotificationChannelGroup(groupId); in deleteNotificationChannelGroup()
/expo/packages/expo-notifications/build/
H A DNotificationChannelGroupManager.types.d.ts7 export interface NotificationChannelGroup { interface
23 getNotificationChannelGroupsAsync?: () => Promise<NotificationChannelGroup[]>;
24 … getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>;
25 …groupId: string, group: NotificationChannelGroupInput) => Promise<NotificationChannelGroup | null>;
H A DgetNotificationChannelGroupsAsync.android.d.ts1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
2 export default function getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>;
H A DgetNotificationChannelGroupsAsync.d.ts1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
9 export default function getNotificationChannelGroupsAsync(): Promise<NotificationChannelGroup[]>;
H A DgetNotificationChannelGroupAsync.d.ts1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
11 …nction getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChannelGroup | null>;
H A DgetNotificationChannelGroupAsync.android.d.ts1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
2 …nction getNotificationChannelGroupAsync(groupId: string): Promise<NotificationChannelGroup | null>;
H A DsetNotificationChannelGroupAsync.android.d.ts1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup…
2 …c(groupId: string, group: NotificationChannelGroupInput): Promise<NotificationChannelGroup | null>;
H A DsetNotificationChannelGroupAsync.d.ts1 import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroup…
11 …c(groupId: string, group: NotificationChannelGroupInput): Promise<NotificationChannelGroup | null>;
/expo/packages/expo-notifications/src/
H A DNotificationChannelGroupManager.types.ts9 export interface NotificationChannelGroup { interface
27 getNotificationChannelGroupsAsync?: () => Promise<NotificationChannelGroup[]>;
28 getNotificationChannelGroupAsync?: (groupId: string) => Promise<NotificationChannelGroup | null>;
32 ) => Promise<NotificationChannelGroup | null>;
H A DgetNotificationChannelGroupsAsync.ts1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
11 NotificationChannelGroup[]
H A DgetNotificationChannelGroupAsync.ts1 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
14 ): Promise<NotificationChannelGroup | null> {
H A DsetNotificationChannelGroupAsync.ts2 NotificationChannelGroup,
18 ): Promise<NotificationChannelGroup | null> {
H A DgetNotificationChannelGroupsAsync.android.ts4 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
7 NotificationChannelGroup[]
H A DgetNotificationChannelGroupAsync.android.ts4 import { NotificationChannelGroup } from './NotificationChannelGroupManager.types';
8 ): Promise<NotificationChannelGroup | null> {

123