OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intentInfo
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java
82
TextView
intentInfo
= (TextView) findViewById(R.id.txt_shortcut_intent);
88
intentInfo
.setText(info);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageUtil.java
144
final PackageParser.ActivityIntentInfo
intentInfo
= intents.get(j);
145
if (
intentInfo
.hasAction(Intent.ACTION_MAIN)) {
146
if (
intentInfo
.hasCategory(Intent.CATEGORY_INFO) ||
147
intentInfo
.hasCategory(Intent.CATEGORY_LAUNCHER)) {
/frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java
[
all
...]
Completed in 387 milliseconds