Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/handheld/src/android/platform/test/helpers/handheld/
DAbstractGoogleDocsHelper.java43 public abstract void openDoc(String title); in openDoc()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationSecurityTests.java60 String title = "Public Notification"; in testVisibilityPublic() local
DNotificationSecurityLargeTests.java66 String title = "Secret Title"; in testVisibilitySecret() local
DNotificationHelper.java179 public void sendNotification(int id, int visibility, String title) throws Exception { in sendNotification()
183 public void sendNotification(int id, int visibility, String title, boolean buzz) in sendNotification()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java140 public void sendNotificationsWithInLineReply(int notificationId, String title, in sendNotificationsWithInLineReply()
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTestHelper.java206 public long addToDownloadContentDB(String title, String description, in addToDownloadContentDB()