Searched refs:FLAG_ACTIVITY_NO_USER_ACTION (Results 1 – 14 of 14) sorted by relevance
24 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;202 assertEquals(FLAG_ACTIVITY_NO_USER_ACTION, in testStartIntent_appendsNoUserActionFlag()203 mIntentCaptor.getValue().getFlags() & FLAG_ACTIVITY_NO_USER_ACTION); in testStartIntent_appendsNoUserActionFlag()
26 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;297 | FLAG_ACTIVITY_NO_USER_ACTION | FLAG_ACTIVITY_CLEAR_TASK); in getContextualSearchIntent()
34 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;623 FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS | FLAG_ACTIVITY_NO_USER_ACTION); in showSensorUserReminderDialog()755 FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS | FLAG_ACTIVITY_NO_USER_ACTION); in showSensorStateChangedActivity()
26 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;1329 grantPermission.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_NO_USER_ACTION); in launchNotificationPermissionRequestDialog()
3622 | Intent.FLAG_ACTIVITY_NO_USER_ACTION);
23 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;838 fillInIntent.addFlags(FLAG_ACTIVITY_NO_USER_ACTION); in startIntent()
1521 i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_USER_ACTION); in attach()
7027 FLAG_ACTIVITY_NO_USER_ACTION,7075 FLAG_ACTIVITY_NO_USER_ACTION,7415 public static final int FLAG_ACTIVITY_NO_USER_ACTION = 0x00040000; field in Intent8833 intent.addFlags(Intent.FLAG_ACTIVITY_NO_USER_ACTION); in parseCommandArgs()
22 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;2727 | FLAG_ACTIVITY_NO_USER_ACTION | FLAG_ACTIVITY_CLEAR_TASK); in getContextualSearchIntent()
32 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;1542 intents[0].addFlags(FLAG_ACTIVITY_NO_USER_ACTION); in startShortcutInner()
40 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;2522 mSupervisor.mUserLeaving = (mLaunchFlags & FLAG_ACTIVITY_NO_USER_ACTION) == 0; in setInitialState()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7807 field public static final int FLAG_ACTIVITY_NO_USER_ACTION = 262144; // 0x40000
11459 field public static final int FLAG_ACTIVITY_NO_USER_ACTION = 262144; // 0x40000