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

1 2

  /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 29 PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon,
48 .setFullScreenIntent(fullScreenIntent,
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationIntrusivenessExtractor.java 50 notification.fullScreenIntent != null) {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 165 Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);
167 fullScreenIntent.putExtra("id", id);
168 not.fullScreenIntent = PendingIntent.getActivity(
171 fullScreenIntent,
174 not.contentIntent = not.fullScreenIntent;
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 252 Intent fullScreenIntent = AlarmInstance.createIntent(context, AlarmActivity.class,
255 fullScreenIntent.setAction("fullscreen_activity");
256 fullScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK |
259 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/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/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 333 mUsbStorageNotification.fullScreenIntent = pi;
  /frameworks/base/core/java/android/app/
Notification.java 225 public PendingIntent fullScreenIntent;
857 * If this notification has a {@link #fullScreenIntent}, then it will always launch the
    [all...]
  /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 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 971 milliseconds

1 2