HomeSort by relevance Sort by last modified time
    Searched refs:fullScreenIntent (Results 1 - 25 of 58) sorted by null

1 2 3

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
FullScreenActivity.java 80 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class);
81 fullScreenIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
83 fullScreenIntent.putExtra(EXTRA_ID, id);
85 context, 22, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyNotificationListenerService.java 55 if (notification.fullScreenIntent != null) {
56 sender.send("full screen", notification.fullScreenIntent);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationIntrusivenessExtractor.java 58 if (record.getNotification().fullScreenIntent != null) {
NotificationRecord.java 357 if (n.fullScreenIntent != null) {
437 pw.println(prefix + "fullscreenIntent=" + notification.fullScreenIntent);
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 156 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);
158 fullScreenIntent.putExtra("id", id);
162 fullScreenIntent,
  /frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java 271 final PendingIntent fullscreenIntent
281 .setContentIntent(fullscreenIntent)
282 .setFullScreenIntent(fullscreenIntent, true)
484 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class);
485 fullScreenIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
487 fullScreenIntent.putExtra(EXTRA_ID, id);
489 context, 22, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 426 Intent fullScreenIntent = AlarmInstance.createIntent(service, AlarmActivity.class,
429 fullScreenIntent.setAction("fullscreen_activity");
430 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK |
433 ALARM_FIRING_NOTIFICATION_ID, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationEntryManager.java 173 if (notification.contentIntent != null || notification.fullScreenIntent != null) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 441 if (n.fullScreenIntent != null) {
446 .append(formatPendingIntent(n.fullScreenIntent));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 594 && (sbn.getNotification().fullScreenIntent != null
StatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 159 return entry.notification.getNotification().fullScreenIntent != null;
  /frameworks/base/core/java/android/app/
Notification.java 307 public PendingIntent fullScreenIntent;
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /external/robolectric/v1/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 

Completed in 1068 milliseconds

1 2 3