HomeSort by relevance Sort by last modified time
    Searched defs:mContentIntent (Results 1 - 3 of 3) sorted by null

  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 71 PendingIntent mContentIntent;
192 mContentIntent = PendingIntent.getActivity(
205 mContentIntent // The intent to send when the entry is clicked
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 50 b.mContentText, b.mContentIntent);
59 b.mNumber, b.mContentIntent, b.mFullScreenIntent, b.mLargeIcon);
80 PendingIntent mContentIntent;
208 mContentIntent = intent;
  /frameworks/base/core/java/android/app/
Notification.java 640 private PendingIntent mContentIntent;
776 mContentIntent = intent;
    [all...]

Completed in 2307 milliseconds