Searched refs:dismissPendingIntent (Results 1 – 4 of 4) sorted by relevance
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 174 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in recreateBuilderWithBigTextStyle() local 179 dismissPendingIntent) in recreateBuilderWithBigTextStyle()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 173 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in recreateBuilderWithBigTextStyle() local 178 dismissPendingIntent) in recreateBuilderWithBigTextStyle()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 243 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in generateBigTextStyleNotification() local 248 dismissPendingIntent) in generateBigTextStyleNotification()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 266 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in generateBigTextStyleNotification() local 271 dismissPendingIntent) in generateBigTextStyleNotification()
|