/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/ |
D | IAutoNotificationHelper.java | 34 boolean checkNotificationExists(String title); in checkNotificationExists() 43 void removeNotification(String title); in removeNotification()
|
D | IAutoMediaCenterHelper.java | 81 void search(String title); in search()
|
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ |
D | IGoogleDocsHelper.java | 36 public void openDoc(String title); in openDoc()
|
D | INotificationHelper.java | 334 default void openNotificationByTitle(String title, String expectedPkg) { in openNotificationByTitle()
|
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/ |
D | AutoNotificationHelperImpl.java | 83 public boolean checkNotificationExists(String title) { in checkNotificationExists() 111 public void removeNotification(String title) { in removeNotification()
|
D | AutoNotificationMockingHelperImpl.java | 125 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/ |
D | NotificationSecurityTests.java | 60 String title = "Public Notification"; in testVisibilityPublic() local
|
D | NotificationSecurityLargeTests.java | 68 String title = "Secret Title"; in testVisibilitySecret() local
|
D | NotificationHelper.java | 121 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/ |
D | WindowContainer.kt | 31 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/ |
D | SettingsSecurityHelperImpl.java | 53 UiObject2 title = titles.get(titles.size() - 1); in openChooseLockTypeMenu() local
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/ |
D | MediaController.java | 123 public String title() { in title() method in MediaController
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 183 int notificationId, String title, String inLineReply, PendingIntent pendingIntent, in sendNotificationsWithInLineReply()
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTestHelper.java | 206 public long addToDownloadContentDB(String title, String description, in addToDownloadContentDB()
|