OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appLaunchIntent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java
497
Intent
appLaunchIntent
= pm.getLaunchIntentForPackage(firstPackage);
498
if (
appLaunchIntent
!= null && dispatch.tryStartActivity(
appLaunchIntent
)) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java
173
Intent
appLaunchIntent
=
175
if (
appLaunchIntent
== null) {
176
appLaunchIntent
= mPackageManager.getLaunchIntentForPackage(mEntry.info.packageName);
178
if (
appLaunchIntent
!= null) {
180
openPreference.setIntent(
appLaunchIntent
);
Completed in 505 milliseconds