Searched refs:mContentIntent (Results 1 – 2 of 2) sorted by relevance
71 PendingIntent mContentIntent; field in AlarmService185 mContentIntent = PendingIntent.getActivity( in showNotification()199 .setContentIntent(mContentIntent) // The intent to send when the entry is clicked in showNotification()
80 assertNotNull(mService.mContentIntent); in testServiceCreate()