Home
last modified time | relevance | path

Searched refs:InboxMainActivity (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DInboxMainActivity.java30 public class InboxMainActivity extends Activity { class
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DInboxMainActivity.java30 public class InboxMainActivity extends Activity { class
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java48 import com.example.android.wearable.wear.wearnotifications.handlers.InboxMainActivity;
521 Intent mainIntent = new Intent(this, InboxMainActivity.class); in generateInboxStyleNotification()
545 stackBuilder.addParentStack(InboxMainActivity.class); in generateInboxStyleNotification()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java42 import com.example.android.wearable.wear.wearnotifications.handlers.InboxMainActivity;
489 Intent mainIntent = new Intent(this, InboxMainActivity.class); in generateInboxStyleNotification()