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