HomeSort by relevance Sort by last modified time
    Searched defs:BigPictureSocialIntentService (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 41 public class BigPictureSocialIntentService extends IntentService {
51 public BigPictureSocialIntentService() {
52 super("BigPictureSocialIntentService");
174 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT)
182 Intent intent = new Intent(this, BigPictureSocialIntentService.class);
183 intent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 40 public class BigPictureSocialIntentService extends IntentService {
50 public BigPictureSocialIntentService() {
51 super("BigPictureSocialIntentService");
179 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT)
184 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
185 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 41 public class BigPictureSocialIntentService extends IntentService {
51 public BigPictureSocialIntentService() {
52 super("BigPictureSocialIntentService");
174 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT)
182 Intent intent = new Intent(this, BigPictureSocialIntentService.class);
183 intent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 40 public class BigPictureSocialIntentService extends IntentService {
50 public BigPictureSocialIntentService() {
51 super("BigPictureSocialIntentService");
179 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT)
184 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
185 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 41 public class BigPictureSocialIntentService extends IntentService {
51 public BigPictureSocialIntentService() {
52 super("BigPictureSocialIntentService");
174 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT)
182 Intent intent = new Intent(this, BigPictureSocialIntentService.class);
183 intent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 39 public class BigPictureSocialIntentService extends IntentService {
49 public BigPictureSocialIntentService() {
50 super("BigPictureSocialIntentService");
171 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT)
176 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
177 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);

Completed in 54 milliseconds