Home
last modified time | relevance | path

Searched defs:title (Results 1 – 14 of 14) 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/
DAutoNotificationHelperImpl.java83 public boolean checkNotificationExists(String title) { in checkNotificationExists()
111 public void removeNotification(String title) { in removeNotification()
DAutoNotificationMockingHelperImpl.java125 private boolean checkNotificationRequiredFieldsExist(String title) { in checkNotificationRequiredFieldsExist()
139 private boolean checkNotificationExists(String title) { in checkNotificationExists()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationSecurityTests.java60 String title = "Public Notification"; in testVisibilityPublic() local
DNotificationSecurityLargeTests.java68 String title = "Secret Title"; in testVisibilitySecret() local
DNotificationHelper.java121 public void sendNotification(int id, int visibility, String title) throws Exception { in sendNotification()
125 public void sendNotification(int id, int visibility, String title, boolean buzz) in sendNotification()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/
DWindowContainer.kt31 val title: String, in <lambda>() constant in com.android.server.wm.traces.common.windowmanager.windows.WindowContainer
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java53 UiObject2 title = titles.get(titles.size() - 1); in openChooseLockTypeMenu() local
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaController.java123 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/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java206 public long addToDownloadContentDB(String title, String description, in addToDownloadContentDB()