Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DCallResources.java40 private final int mNotificationId; field in CallResources
48 mNotificationId = notificationId; in CallResources()
70 return mNotificationId; in getNotificationId()
75 nm.notify(mNotificationId, mNotification); in postInitialCallStyleNotification()
78 mNotificationId, mNotification)); in postInitialCallStyleNotification()
86 mNotificationId); in updateNotificationToOngoing()
90 NotificationUtils.clearNotification(context, mNotificationId); in clearCallNotification()
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceLocation.java39 private int mNotificationId = 10; field in LocalForegroundServiceLocation
60 mNotificationId ++; in onStartCommand()
63 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()
67 startForeground(mNotificationId, notification, type); in onStartCommand()
DLocalForegroundService.java58 private int mNotificationId = 0; field in LocalForegroundService
94 mNotificationId ++; in onStartCommand()
96 Log.d(getTag(), "Starting foreground using notification " + mNotificationId); in onStartCommand() local
99 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand()
108 startForeground(mNotificationId, builder.build(), fgsType); in onStartCommand()
DCommandReceiver.java135 private int mNotificationId = 6003; field in CommandReceiver
653 notificationManager.notify(mNotificationId++, notification); in doCreateMediaNotification()
/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/
DLocalForegroundServiceBase.java56 private int mNotificationId = 0; field in LocalForegroundServiceBase
129 mNotificationId++; in startForeground()
130 Log.d(getTag(), "Starting foreground using notification " + mNotificationId); in startForeground() local
133 .setContentTitle(getNotificationTitle(mNotificationId)) in startForeground()
136 startForeground(mNotificationId, builder.build(), type); in startForeground()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecResourceTestLowPriorityService.java45 private int mNotificationId = 1; field in MediaCodecResourceTestLowPriorityService
50 startForeground(mNotificationId++, notification); in onStartCommand()
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DFgsTimeoutMessage.java104 private int mNotificationId = 1; field in FgsTimeoutMessage
192 this.mNotificationId = notificationId; in FgsTimeoutMessage()
319 return mNotificationId; in getNotificationId()
466 mNotificationId = value; in setNotificationId()
497 "notificationId = " + mNotificationId + in toString()
535 dest.writeInt(mNotificationId); in writeToParcel()
592 this.mNotificationId = notificationId; in FgsTimeoutMessage()
638 private int mNotificationId; field in FgsTimeoutMessage.Builder
898 mNotificationId = value; in setNotificationId()
908 mNotificationId = 1; in build()
[all …]
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsMessage.java116 private int mNotificationId = 1; field in ShortFgsMessage
212 this.mNotificationId = notificationId; in ShortFgsMessage()
371 return mNotificationId; in getNotificationId()
554 mNotificationId = value; in setNotificationId()
589 "notificationId = " + mNotificationId + in toString()
631 dest.writeInt(mNotificationId); in writeToParcel()
696 this.mNotificationId = notificationId; in ShortFgsMessage()
746 private int mNotificationId; field in ShortFgsMessage.Builder
1066 mNotificationId = value; in setNotificationId()
1076 mNotificationId = 1; in build()
[all …]
/cts/tests/app/shared/src/android/app/stubs/shared/
DTestNotificationAssistant.java46 public int mNotificationId = 1357; field in TestNotificationAssistant
158 if (key.contains(getPackageName() + "|" + mNotificationId)) { in onNotificationVisibilityChanged()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java557 sendConversationNotification(mNotificationAssistantService.mNotificationId); in testOnNotificationVisibilityChanged()
558 mHelper.findPostedNotification(null, mNotificationAssistantService.mNotificationId, in testOnNotificationVisibilityChanged()