Searched refs:notifyIntent (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/docs/html/training/notify-user/ |
D | navigation.jd | 202 Intent notifyIntent = 205 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | 208 PendingIntent notifyIntent = 212 notifyIntent, 217 builder.setContentIntent(notifyIntent);
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 665 Intent notifyIntent = 668 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 675 notifyIntent,
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/ui/notifiers/ |
D | notifications.jd | 660 Intent notifyIntent = 663 notifyIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK 670 notifyIntent,
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 2728 PendingIntent notifyIntent = PendingIntent.getActivityAsUser(mContext, 0, in manageNotification() local 2745 .setContentIntent(notifyIntent) in manageNotification()
|