Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_NO_USER_ACTION (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitScreenControllerTests.java24 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()
/frameworks/base/services/contextualsearch/java/com/android/server/contextualsearch/
DContextualSearchManagerService.java26 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;
297 | FLAG_ACTIVITY_NO_USER_ACTION | FLAG_ACTIVITY_CLEAR_TASK); in getContextualSearchIntent()
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java34 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()
/frameworks/base/services/core/java/com/android/server/policy/
DPermissionPolicyService.java26 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;
1329 grantPermission.addFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_NO_USER_ACTION); in launchNotificationPermissionRequestDialog()
DPhoneWindowManager.java3622 | Intent.FLAG_ACTIVITY_NO_USER_ACTION);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java23 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;
838 fillInIntent.addFlags(FLAG_ACTIVITY_NO_USER_ACTION); in startIntent()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java1521 i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_NO_USER_ACTION); in attach()
/frameworks/base/core/java/android/content/
DIntent.java7027 FLAG_ACTIVITY_NO_USER_ACTION,
7075 FLAG_ACTIVITY_NO_USER_ACTION,
7415 public static final int FLAG_ACTIVITY_NO_USER_ACTION = 0x00040000; field in Intent
8833 intent.addFlags(Intent.FLAG_ACTIVITY_NO_USER_ACTION); in parseCommandArgs()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java22 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;
2727 | FLAG_ACTIVITY_NO_USER_ACTION | FLAG_ACTIVITY_CLEAR_TASK); in getContextualSearchIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java32 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;
1542 intents[0].addFlags(FLAG_ACTIVITY_NO_USER_ACTION); in startShortcutInner()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java40 import static android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION;
2522 mSupervisor.mUserLeaving = (mLaunchFlags & FLAG_ACTIVITY_NO_USER_ACTION) == 0; in setInitialState()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7807 field public static final int FLAG_ACTIVITY_NO_USER_ACTION = 262144; // 0x40000
/frameworks/base/core/api/
Dcurrent.txt11459 field public static final int FLAG_ACTIVITY_NO_USER_ACTION = 262144; // 0x40000