HomeSort by relevance Sort by last modified time
    Searched defs:contentTitle (Results 1 - 25 of 70) 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 160 String contentTitle = messagingData.getContentTitle();
164 .setConversationTitle(contentTitle);
178 .setContentTitle(contentTitle)
241 .setContentTitle(contentTitle)
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 158 String contentTitle = messagingStyleCommsAppData.getContentTitle();
162 .setConversationTitle(contentTitle);
175 .setContentTitle(contentTitle)
238 .setContentTitle(contentTitle)
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 160 String contentTitle = messagingData.getContentTitle();
164 .setConversationTitle(contentTitle);
178 .setContentTitle(contentTitle)
241 .setContentTitle(contentTitle)
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 158 String contentTitle = messagingStyleCommsAppData.getContentTitle();
162 .setConversationTitle(contentTitle);
175 .setContentTitle(contentTitle)
238 .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)
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/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
583 String contentTitle = messagingStyleCommsAppData.getContentTitle();
590 .setConversationTitle(contentTitle);
659 .setContentTitle(contentTitle)
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/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
583 String contentTitle = messagingStyleCommsAppData.getContentTitle();
590 .setConversationTitle(contentTitle);
659 .setContentTitle(contentTitle)
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/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
638 String contentTitle = messagingStyleCommsAppData.getContentTitle();
648 .setConversationTitle(contentTitle);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/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
638 String contentTitle = messagingStyleCommsAppData.getContentTitle();
648 .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 307 final String contentTitle = getContentTitle(contactInfo, call);
329 contentTitle,
400 builder.setContentTitle(contentTitle);
515 String contentTitle,
524 (contentTitle != null && !contentTitle.equals(mSavedContentTitle))
525 || (contentTitle == null && mSavedContentTitle != null);
553 mSavedContentTitle = contentTitle;
    [all...]
  /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 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 1953 milliseconds

1 2 3