Home
last modified time | relevance | path

Searched defs:postBigTextNotification (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/
DBigTextNotificationController.kt49 fun postBigTextNotification( in postBigTextNotification() method
DNotificationController.java663 public NotificationIdentity postBigTextNotification(@Nullable String pkg) { in postBigTextNotification() method in NotificationController
674 public NotificationIdentity postBigTextNotification( in postBigTextNotification() method in NotificationController
689 public NotificationIdentity postBigTextNotification( in postBigTextNotification() method in NotificationController
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java80 default UiObject2 postBigTextNotification(@Nullable String pkg) { in postBigTextNotification() method