Home
last modified time | relevance | path

Searched refs:aIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java1761 Intent aIntent = new Intent(Intent.ACTION_MAIN); in showPlayingNotification() local
1762 aIntent.addCategory(Intent.CATEGORY_LAUNCHER); in showPlayingNotification()
1763 aIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in showPlayingNotification()
1764 aIntent.setClassName(getPackageName(), mTargetClassName); in showPlayingNotification()
1765 PendingIntent pAIntent = PendingIntent.getActivity(mContext, 0, aIntent, 0); in showPlayingNotification()