Searched refs:ACTION_PREFERRED_ACTIVITY_CHANGED (Results 1 – 8 of 8) sorted by relevance
38 public static final String ACTION_PREFERRED_ACTIVITY_CHANGED = field in PackageManagerWrapper39 Intent.ACTION_PREFERRED_ACTIVITY_CHANGED;
20 import static android.content.Intent.ACTION_PREFERRED_ACTIVITY_CHANGED;105 case ACTION_PREFERRED_ACTIVITY_CHANGED:177 IntentFilter preferredActivityFilter = new IntentFilter(ACTION_PREFERRED_ACTIVITY_CHANGED); in NavigationModeController()
256 new Intent(Intent.ACTION_PREFERRED_ACTIVITY_CHANGED).putExtra( in testHasShortcutHostPermissionInner_clearCache()271 new Intent(Intent.ACTION_PREFERRED_ACTIVITY_CHANGED).putExtra( in testHasShortcutHostPermissionInner_clearCache()
57 PackageManagerWrapper.ACTION_PREFERRED_ACTIVITY_CHANGED,
73 PackageManagerWrapper.ACTION_PREFERRED_ACTIVITY_CHANGED,
468 preferedActivityFilter.addAction(Intent.ACTION_PREFERRED_ACTIVITY_CHANGED); in ShortcutService()2944 if (Intent.ACTION_PREFERRED_ACTIVITY_CHANGED.equals(action)) {
20186 final Intent intent = new Intent(Intent.ACTION_PREFERRED_ACTIVITY_CHANGED);
2782 public static final String ACTION_PREFERRED_ACTIVITY_CHANGED = field in Intent