OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appLaunchIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java
192
Intent
appLaunchIntent
=
194
if (
appLaunchIntent
== null) {
195
appLaunchIntent
= mPackageManager.getLaunchIntentForPackage(mEntry.info.packageName);
197
if (
appLaunchIntent
!= null) {
199
openPreference.setIntent(
appLaunchIntent
);
/packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java
497
Intent
appLaunchIntent
= pm.getLaunchIntentForPackage(firstPackage);
498
if (
appLaunchIntent
!= null && dispatch.tryStartActivity(
appLaunchIntent
)) {
/packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java
[
all
...]
Completed in 485 milliseconds