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

1 2 3

  /frameworks/support/v4/gingerbread/android/support/v4/app/
NotificationCompatGingerbread.java 26 PendingIntent fullScreenIntent) {
28 notification.fullScreenIntent = fullScreenIntent;
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
FullScreenActivity.java 52 Intent fullScreenIntent = new Intent(context, FullScreenActivity.class);
53 fullScreenIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
55 fullScreenIntent.putExtra(EXTRA_ID, id);
57 context, 22, fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT);
  /developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
HeadsUpNotificationFragmentTest.java 41 assertNotNull(notification.fullScreenIntent);
46 assertNull(notification.fullScreenIntent);
  /developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
HeadsUpNotificationFragmentTest.java 41 assertNotNull(notification.fullScreenIntent);
46 assertNull(notification.fullScreenIntent);
  /frameworks/support/v4/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) {
47 .setFullScreenIntent(fullScreenIntent,
  /frameworks/support/v4/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 33 int number, PendingIntent contentIntent, PendingIntent fullScreenIntent,
52 .setFullScreenIntent(fullScreenIntent,
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationIntrusivenessExtractor.java 51 notification.fullScreenIntent != null) {
  /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,
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 221 Intent fullScreenIntent = AlarmInstance.createIntent(context, AlarmActivity.class,
224 fullScreenIntent.setAction("fullscreen_activity");
225 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK |
228 instance.hashCode(), fullScreenIntent, PendingIntent.FLAG_UPDATE_CURRENT), true);
  /frameworks/support/v4/api20/android/support/v4/app/
NotificationCompatApi20.java 39 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
63 .setFullScreenIntent(fullScreenIntent,
  /frameworks/support/v4/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 40 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
64 .setFullScreenIntent(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);
  /frameworks/support/v4/api21/android/support/v4/app/
NotificationCompatApi21.java 62 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
87 .setFullScreenIntent(fullScreenIntent,
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 73 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
95 .setFullScreenIntent(fullScreenIntent,
  /frameworks/base/core/java/android/app/
Notification.java 231 public PendingIntent fullScreenIntent;
873 * If this notification has a {@link #fullScreenIntent}, then it will always launch the
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 213 return entry.notification.getNotification().fullScreenIntent != null;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [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 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]
  /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 

Completed in 1017 milliseconds

1 2 3