HomeSort by relevance Sort by last modified time
    Searched refs:contentIntent (Results 26 - 50 of 95) sorted by null

12 3 4

  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationInfo.java 89 intent = notification.contentIntent;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 194 PendingIntent contentIntent = PendingIntent.getActivity(this, 0,
204 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerNotificationBuilder.java 257 final PendingIntent contentIntent = Utils.pendingActivityIntent(context, content);
269 .setContentIntent(contentIntent)
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java 344 PendingIntent contentIntent = PendingIntent.getActivity(
347 notBuilder.setContentIntent(contentIntent);
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 539 PendingIntent contentIntent = PendingIntent.getActivity(mContext, subId, intent, 0);
549 .setContentIntent(contentIntent);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 427 if (n.contentIntent != null) {
432 .append(formatPendingIntent(n.contentIntent));
  /frameworks/base/core/java/android/app/
Notification.java 208 * we're adding the draft as a String extra to the {@link #contentIntent} using this key.
286 public PendingIntent contentIntent;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 859 // This contentIntent is a noop.
860 PendingIntent contentIntent = PendingIntent.getService(mService, 0, new Intent(), 0);
867 .setContentIntent(contentIntent);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 438 pw.println(prefix + "contentIntent=" + notification.contentIntent);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationEntryManager.java 173 if (notification.contentIntent != null || notification.fullScreenIntent != null) {
    [all...]
ExpandableNotificationRow.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/phone/
StatusBar.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/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 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 

Completed in 1310 milliseconds

12 3 4