Home
last modified time | relevance | path

Searched defs:title (Results 1 – 13 of 13) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoNotificationHelper.java34 boolean checkNotificationExists(String title); in checkNotificationExists()
43 void removeNotification(String title); in removeNotification()
DIAutoMediaCenterHelper.java81 void search(String title); in search()
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIGoogleDocsHelper.java36 public void openDoc(String title); in openDoc()
DINotificationHelper.java334 default void openNotificationByTitle(String title, String expectedPkg) { in openNotificationByTitle()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java163 private boolean checkNotificationRequiredFieldsExist(String title) { in checkNotificationRequiredFieldsExist()
180 private boolean checkNotificationExists(String title) { in checkNotificationExists()
DAutoNotificationHelperImpl.java163 public boolean checkNotificationExists(String title) { in checkNotificationExists()
172 public void removeNotification(String title) { in removeNotification()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowContainer.kt22 val title: String constant
DWindowContainerImpl.kt30 override val title: String, constant in android.tools.traces.wm.WindowContainerImpl
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaController.java134 public String title() { in title() method in MediaController
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java183 int notificationId, String title, String inLineReply, PendingIntent pendingIntent, in sendNotificationsWithInLineReply()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java101 UiObject2 title = titles.get(titles.size() - 1); in openChooseLockTypeMenu() local
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java207 public long addToDownloadContentDB(String title, String description, in addToDownloadContentDB()
/platform_testing/tests/bettertogether/quickstart/performance_test/
Dnc_constants.py206 title: str = '' variable in FailTargetSummary