Searched refs:ACTION_DEFAULT (Results 1 – 9 of 9) sorted by relevance
63 request.setActionCode(ContactsRequest.ACTION_DEFAULT); in resolveIntent()164 intent.setAction(Intent.ACTION_DEFAULT); in resolveIntent()182 intent.setAction(Intent.ACTION_DEFAULT); in resolveIntent()
31 public static final int ACTION_DEFAULT = 10; field in ContactsRequest103 private int mActionCode = ACTION_DEFAULT;
56 final Intent intent = new Intent(Intent.ACTION_DEFAULT); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()86 .setIntent(new Intent(Intent.ACTION_DEFAULT)) in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()
212 Intent intent = new Intent(Intent.ACTION_DEFAULT); in handleClearDataClick()296 final Intent intent = new Intent(Intent.ACTION_DEFAULT); in initDataButtons()
281 Intent intent = new Intent(Intent.ACTION_DEFAULT); in handleClearDataClick()
370 Intent intent = new Intent(Intent.ACTION_DEFAULT); in clearData()
277 case ContactsRequest.ACTION_DEFAULT: in configureListFragment()
1224 launchIntent.setAction(Intent.ACTION_DEFAULT); in returnToCalendarHome()