Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2297 Intent appIntent = getContext().getPackageManager() in maybeAddAutobundleSummary() local
2299 if (appIntent != null) { in maybeAddAutobundleSummary()
2301 getContext(), 0, appIntent, 0, null, in maybeAddAutobundleSummary()
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd449 Intent appIntent = new Intent(this, com.example.demo.myapplication.class);
455 ClipData clip = ClipData.newIntent("Intent",appIntent);