Searched refs:ACTION_MY_PACKAGE_REPLACED (Results 1 – 11 of 11) sorted by relevance
31 || Intent.ACTION_MY_PACKAGE_REPLACED.equals(action)) { in onReceive()
36 || Intent.ACTION_MY_PACKAGE_REPLACED.equals(intent.getAction())) { in onReceive()
44 if (!intent.getAction().equals(Intent.ACTION_MY_PACKAGE_REPLACED) in onReceive()
73 if (Intent.ACTION_MY_PACKAGE_REPLACED == action) {
47 || !(intent.getAction().equals(Intent.ACTION_MY_PACKAGE_REPLACED) in onReceive()
71 if (Intent.ACTION_MY_PACKAGE_REPLACED.equals(intentAction)) { in onReceive()
2545 …public static final String ACTION_MY_PACKAGE_REPLACED = "android.intent.action.MY_PACKAGE_REPLACED… field in Intent
6648 sendPackageBroadcast(Intent.ACTION_MY_PACKAGE_REPLACED, in handlePackagePostInstall()21846 packageSender.sendPackageBroadcast(Intent.ACTION_MY_PACKAGE_REPLACED, null, null, 0, in sendSystemPackageUpdatedBroadcastsInternal()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
11112 …field public static final String ACTION_MY_PACKAGE_REPLACED = "android.intent.action.MY_PACKAGE_RE…
7647 …field public static final java.lang.String ACTION_MY_PACKAGE_REPLACED = "android.intent.action.MY_…