/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | CallResources.java | 40 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/ |
D | LocalForegroundServiceLocation.java | 39 private int mNotificationId = 10; field in LocalForegroundServiceLocation 60 mNotificationId ++; in onStartCommand() 63 .setContentTitle(getNotificationTitle(mNotificationId)) in onStartCommand() 67 startForeground(mNotificationId, notification, type); in onStartCommand()
|
D | LocalForegroundService.java | 58 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()
|
D | CommandReceiver.java | 135 private int mNotificationId = 6003; field in CommandReceiver 653 notificationManager.notify(mNotificationId++, notification); in doCreateMediaNotification()
|
/cts/tests/app/FgsTestHelper/src/android/app/fgstesthelper/ |
D | LocalForegroundServiceBase.java | 56 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/ |
D | MediaCodecResourceTestLowPriorityService.java | 45 private int mNotificationId = 1; field in MediaCodecResourceTestLowPriorityService 50 startForeground(mNotificationId++, notification); in onStartCommand()
|
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/ |
D | FgsTimeoutMessage.java | 104 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/ |
D | ShortFgsMessage.java | 116 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/ |
D | TestNotificationAssistant.java | 46 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/ |
D | NotificationAssistantServiceTest.java | 557 sendConversationNotification(mNotificationAssistantService.mNotificationId); in testOnNotificationVisibilityChanged() 558 mHelper.findPostedNotification(null, mNotificationAssistantService.mNotificationId, in testOnNotificationVisibilityChanged()
|