Searched refs:BROADCAST_ACTION (Results 1 – 7 of 7) sorted by relevance
42 private static final String BROADCAST_ACTION = field in TestPackageInstaller131 String action = BROADCAST_ACTION + "." + sessionId; in getIntentSender()
49 private static final String BROADCAST_ACTION = field in UninstallUninstalling109 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in onCreate()
56 private static final String BROADCAST_ACTION = field in InstallInstalling303 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in onPostExecute()
60 private static final String BROADCAST_ACTION = field in UninstallAppProgress279 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in onCreate()
92 private static final String BROADCAST_ACTION = field in WearPackageInstallerService396 Intent broadcastIntent = new Intent(BROADCAST_ACTION); in uninstallPackage()
409 val broadcastIntent = Intent(BROADCAST_ACTION) in initiateUninstall()748 private const val BROADCAST_ACTION = "com.android.packageinstaller.ACTION_UNINSTALL_COMMIT" constant
868 val broadcastIntent = Intent(BROADCAST_ACTION) in <lambda>()950 const val BROADCAST_ACTION = "com.android.packageinstaller.ACTION_INSTALL_COMMIT" in <lambda>() constant