Home
last modified time | relevance | path

Searched refs:BROADCAST_ACTION (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DTestPackageInstaller.java42 private static final String BROADCAST_ACTION = field in TestPackageInstaller
131 String action = BROADCAST_ACTION + "." + sessionId; in getIntentSender()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallUninstalling.java49 private static final String BROADCAST_ACTION = field in UninstallUninstalling
109 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in onCreate()
DInstallInstalling.java56 private static final String BROADCAST_ACTION = field in InstallInstalling
303 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in onPostExecute()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgress.java60 private static final String BROADCAST_ACTION = field in UninstallAppProgress
279 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in onCreate()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java92 private static final String BROADCAST_ACTION = field in WearPackageInstallerService
396 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in uninstallPackage()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
DUninstallRepository.kt409 val broadcastIntent = Intent(BROADCAST_ACTION) in initiateUninstall()
748 private const val BROADCAST_ACTION = "com.android.packageinstaller.ACTION_UNINSTALL_COMMIT" constant
DInstallRepository.kt868 val broadcastIntent = Intent(BROADCAST_ACTION) in <lambda>()
950 const val BROADCAST_ACTION = "com.android.packageinstaller.ACTION_INSTALL_COMMIT" in <lambda>() constant