Home
last modified time | relevance | path

Searched defs:notifyIntent (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigTextIntentService.java143 Intent notifyIntent = new Intent(this, BigTextMainActivity.class); in recreateBuilderWithBigTextStyle() local
DMessagingIntentService.java190 Intent notifyIntent = new Intent(this, MessagingMainActivity.class); in recreateBuilderWithMessagingStyle() local
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java212 Intent notifyIntent = new Intent(this, BigTextMainActivity.class); in generateBigTextStyleNotification() local
678 Intent notifyIntent = new Intent(this, MessagingMainActivity.class); in generateMessagingStyleNotification() local
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java187 Intent notifyIntent = new Intent(this, MessagingMainActivity.class); in recreateBuilderWithMessagingStyle() local
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java622 Intent notifyIntent = new Intent(this, MessagingMainActivity.class); in generateMessagingStyleNotification() local