HomeSort by relevance Sort by last modified time
    Searched refs: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
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 80 assertNotNull(mService.mContentIntent);
  /frameworks/base/core/java/android/app/
Notification.java 637 private PendingIntent mContentIntent;
771 mContentIntent = intent;
    [all...]

Completed in 1114 milliseconds