Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaResourceMonitorService.java72 intent.putExtra(Intent.EXTRA_PACKAGES, pkgNames); in notifyResourceGranted()
/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java406 mDisappearingPackages = intent.getStringArrayExtra(Intent.EXTRA_PACKAGES); in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipManager.java162 String[] packageNames = intent.getStringArrayExtra(Intent.EXTRA_PACKAGES);
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1714 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1718 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
1720 # EXTRA_PACKAGES=[intlimits]{amsmath}
1724 EXTRA_PACKAGES =
DDoxyfile1714 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1718 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
1720 # EXTRA_PACKAGES=[intlimits]{amsmath}
1724 EXTRA_PACKAGES =
/frameworks/av/media/codec2/docs/
Ddoxygen.config1664 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1668 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
1670 # EXTRA_PACKAGES=[intlimits]{amsmath}
1674 EXTRA_PACKAGES =
/frameworks/wilhelm/doc/
DDoxyfile1122 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1125 EXTRA_PACKAGES =
/frameworks/av/media/libaaudio/
DDoxyfile1597 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1600 # EXTRA_PACKAGES=times
1604 EXTRA_PACKAGES =
DDoxyfile.orig1588 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1591 # EXTRA_PACKAGES=times
1595 EXTRA_PACKAGES =
/frameworks/native/docs/
DDoxyfile1367 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1370 EXTRA_PACKAGES =
/frameworks/base/core/java/android/content/
DIntent.java5220 public static final String EXTRA_PACKAGES = "android.intent.extra.PACKAGES"; field in Intent
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java4347 pkgList = intent.getStringArrayExtra(Intent.EXTRA_PACKAGES); in onReceive()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1227 pkgList = intent.getStringArrayExtra(Intent.EXTRA_PACKAGES);
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5230 String[] pkgs = intent.getStringArrayExtra(Intent.EXTRA_PACKAGES); in finishBooting()
/frameworks/base/api/
Dsystem-current.txt1434 field public static final String EXTRA_PACKAGES = "android.intent.extra.PACKAGES";