Searched refs:setContentText (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java33 .setContentText("Scheduler Test running")
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DNotificationsActivity.java55 .setContentText("This will open the content viewer")
71 .setContentText("This will show a detail page")
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DNotificationsActivity.java55 .setContentText("This will open the content viewer")
71 .setContentText("This will show a detail page")
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java489 .setContentText("This is a notification!!!")
542 .setContentText("This is the same notification!!")
555 .setContentText("This is the same notification!!")
568 .setContentText("This is the same notification!!")
581 .setContentText("This is the same notification!!")
595 .setContentText("This is the same notification!!")
625 .setContentText("Notify me!!!")
638 .setContentText("Notify me!!!")
679 n.setContentText("Progress: " + x + "%");
930 .setContentText("Thi
[all...]
H A DStatusBarTest.java168 .setContentText("from: Imperious Leader")
/frameworks/support/compat/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java43 .setContentText(contentText)
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
H A DImageCardViewPresenter.java58 cardView.setContentText(card.getDescription());
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
H A DImageCardViewPresenter.java58 cardView.setContentText(card.getDescription());
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoService.java67 .setContentText("Ran job: " + params);
132 .setContentText(String.valueOf(jobInfo))
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java151 .setContentText(longSmsText)
168 .setContentText("foo.txt")
276 .setContentText("Matias Duarte")
298 .setContentText("Counting up")
311 .setContentText("The Botcave")
334 .setContentText("I was lucky to find a Canon 5D Mk III at a local Bay Area "
356 .setContentText("3 new messages")
374 .setContentText("You were mentioned in a post")
/frameworks/support/compat/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java48 .setContentText(contentText)
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportUtils.java96 .setContentText(context.getString(
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java120 .setContentText("Test notification")
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java151 .setContentText(mContext.getString(R.string.invalid_charger_text))
171 .setContentText(mContext.getString(textRes, percentage))
241 .setContentText(mContext.getString(R.string.high_temp_notif_message))
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java123 .setContentText(subtitle)
/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java82 .setContentText(description)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java175 .setContentText(details)
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DCardPresenter.java112 ((ImageCardView) viewHolder.view).setContentText(photoItem.getContent());
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DCardPresenter.java112 ((ImageCardView) viewHolder.view).setContentText(photoItem.getContent());
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DJob.java204 .setContentText(content);
217 .setContentText(service.getString(R.string.notification_touch_for_details))
H A DCopyJob.java150 mProgressBuilder.setContentText(service.getString(msgId,
153 mProgressBuilder.setContentText(null);
213 .setContentText(service.getString(
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java182 .setContentText(r.getString(R.string.screenshot_saving_text))
195 .setContentText(r.getString(R.string.screenshot_saving_text))
335 .setContentText(r.getString(R.string.screenshot_saved_text))
343 .setContentText(r.getString(R.string.screenshot_saved_text))
858 .setContentText(errorMsg)
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java204 .setContentText(text)
231 .setContentText(text)
483 .setContentText(text)
534 .setContentText(text)
570 .setContentText(text)
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java213 builder.setContentText(status);
215 builder.setContentText(printJob.getPrinterName());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java266 mNotificationBuilder.setContentText(details);

Completed in 628 milliseconds

123