HomeSort by relevance Sort by last modified time
    Searched defs:contentTitle (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotification.java 30 public void setLatestEventInfo(Context context, CharSequence contentTitle,
32 latestEventInfo = new LatestEventInfo(contentTitle, contentText, contentIntent);
41 private final CharSequence contentTitle;
45 private LatestEventInfo(CharSequence contentTitle, CharSequence contentText, PendingIntent contentIntent) {
46 this.contentTitle = contentTitle;
52 return contentTitle;
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 166 String contentTitle = messagingData.getContentTitle();
170 .setConversationTitle(contentTitle);
234 .setContentTitle(contentTitle)
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 165 String contentTitle = messagingStyleCommsAppData.getContentTitle();
169 .setConversationTitle(contentTitle);
231 .setContentTitle(contentTitle)
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 166 String contentTitle = messagingData.getContentTitle();
170 .setConversationTitle(contentTitle);
234 .setContentTitle(contentTitle)
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 165 String contentTitle = messagingStyleCommsAppData.getContentTitle();
169 .setConversationTitle(contentTitle);
231 .setContentTitle(contentTitle)
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 160 String contentTitle = messagingData.getContentTitle();
164 .setConversationTitle(contentTitle);
178 .setContentTitle(contentTitle)
241 .setContentTitle(contentTitle)
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 158 String contentTitle = messagingStyleCommsAppData.getContentTitle();
162 .setConversationTitle(contentTitle);
175 .setContentTitle(contentTitle)
238 .setContentTitle(contentTitle)
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
VisualVoicemailNotifier.java 66 String contentTitle =
73 .setContentTitle(contentTitle)
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 209 // Overrides ContentTitle in the big form of the template.
374 // Overrides ContentTitle in the big form of the template.
677 String contentTitle = messagingStyleCommsAppData.getContentTitle();
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 215 // Overrides ContentTitle in the big form of the template.
380 // Overrides ContentTitle in the big form of the template.
632 String contentTitle = messagingStyleCommsAppData.getContentTitle();
639 .setConversationTitle(contentTitle);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 209 // Overrides ContentTitle in the big form of the template.
374 // Overrides ContentTitle in the big form of the template.
677 String contentTitle = messagingStyleCommsAppData.getContentTitle();
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 215 // Overrides ContentTitle in the big form of the template.
380 // Overrides ContentTitle in the big form of the template.
632 String contentTitle = messagingStyleCommsAppData.getContentTitle();
639 .setConversationTitle(contentTitle);
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 203 // Overrides ContentTitle in the big form of the template
355 // Overrides ContentTitle in the big form of the template
639 String contentTitle = messagingStyleCommsAppData.getContentTitle();
646 .setConversationTitle(contentTitle);
665 .setContentTitle(contentTitle)
    [all...]
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 203 // Overrides ContentTitle in the big form of the template
359 // Overrides ContentTitle in the big form of the template
584 String contentTitle = messagingStyleCommsAppData.getContentTitle();
591 .setConversationTitle(contentTitle);
610 .setContentTitle(contentTitle)
683 .setContentTitle(contentTitle)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
StatusBarNotifier.java 303 final String contentTitle = getContentTitle(contactInfo, call);
333 contentTitle,
406 builder.setContentTitle(contentTitle);
521 String contentTitle,
530 (contentTitle != null && !contentTitle.equals(mSavedContentTitle))
531 || (contentTitle == null && mSavedContentTitle != null);
559 mSavedContentTitle = contentTitle;
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/setup/
TunerSetupActivity.java 370 String contentTitle = resources.getString(R.string.ut_setup_notification_content_title);
385 sendNotificationInternal(context, contentTitle, contentText);
389 sendRecommendationCard(context, contentTitle, contentText, largeIcon);
398 private static void sendRecommendationCard(Context context, String contentTitle,
404 .setContentTitle(contentTitle)
418 private static void sendNotificationInternal(Context context, String contentTitle,
428 .setContentTitle(contentTitle)
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 501 milliseconds

1 2 3