Home
last modified time | relevance | path

Searched defs:startIntent (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitScreenControllerTests.java200 Intent startIntent = createStartIntent("startActivity"); in testStartIntent_appendsNoUserActionFlag() local
217 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesSupported_appendsMultipleTaskFag() local
238 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesNotSupported_startTaskInBackgroundBeforeSplitActivated() local
263 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated() local
287 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated() local
306 Intent startIntent = createStartIntent("startActivity"); in startIntent_forceLaunchNewTaskTrue_skipsBackgroundTasks() local
317 Intent startIntent = createStartIntent("startActivity"); in startIntent_forceLaunchNewTaskFalse_checksBackgroundTasks() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java150 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testLogStartFullScreenRecording() local
160 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, target); in testLogStartPartialRecording() local
193 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testErrorUpdatesState() local
305 Intent startIntent = RecordingService.getStopIntent(mContext); in testOnErrorSaving() local
316 Intent startIntent = in testSecondaryDisplayRecording() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingControllerTest.java152 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStartRecording() local
162 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStopRecording() local
190 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUpdateStateBroadcast() local
215 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUserChange() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/
DSmartspaceInteractionHandler.kt71 private fun startIntent( in <lambda>() method
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java173 Intent startIntent = new Intent(intentToResolve); in createMappings() local
178 mNameToIntent.put(ri.loadLabel(pm).toString(), startIntent); in createMappings() local
192 Intent startIntent = mNameToIntent.get(appName); in startApp() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DCountdownConditionProviderTest.java54 Intent startIntent = in setUp() local
DEventConditionProviderTest.java73 Intent startIntent = in setUp() local
DScheduleConditionProviderTest.java80 Intent startIntent = in setUp() local
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java298 Intent startIntent = mNameToIntent.get(launch.getApp()); in testMeasureStartUpTime() local
341 Intent startIntent = mNameToIntent.get(launch.getApp()); in testMeasureStartUpTime() local
1043 Intent startIntent = new Intent(intentToResolve); in resolveLoop() local
1065 Intent startIntent = mNameToIntent.get(appName); in startApp() local
1139 Intent startIntent = mNameToIntent.get(appName); in forceStopApp() local
1151 Intent startIntent = mNameToIntent.get(appName); in killBackgroundApp() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceViewComponent.kt73 override fun startIntent(view: View, intent: Intent, showOnLockscreen: Boolean) { in create() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordPermissionViewBinder.kt216 val startIntent = in <lambda>() constant
DRecordingController.java198 public void startCountdown(long ms, long interval, PendingIntent startIntent, in startCountdown()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DAvatarPhotoControllerTest.java231 Intent startIntent = verifyStartSystemActivityForResult( in cropDoesNotUseTakePhotoUri() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl82 oneway void startIntent(in PendingIntent intent, int userId, in Intent fillInIntent, in startIntent() method
DSplitScreenController.java831 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent() method in SplitScreenController
846 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent() method in SplitScreenController
1322 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent() method in SplitScreenController.ISplitScreenImpl
DStageCoordinator.java318 SplitRequest(int taskId, Intent startIntent, int position) { in SplitRequest()
323 SplitRequest(Intent startIntent, int position) { in SplitRequest()
327 SplitRequest(Intent startIntent, Intent startIntent2, int position) { in SplitRequest()
805 void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent() method in StageCoordinator
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DSplitDragPolicy.java551 void startIntent(PendingIntent intent, int userId, Intent fillInIntent, in startIntent() method
602 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent() method in SplitDragPolicy.DefaultStarter
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DFlashNotificationsControllerTest.java409 Intent startIntent = new Intent(ACTION_FLASH_NOTIFICATION_START_PREVIEW); in simulateLongPreview() local
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java256 void startIntent(View v, Intent i, boolean showOnLockscreen); in startIntent() method
/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java319 public void onStartActivity(Intent startIntent, Intent cachedIntent) { in onStartActivity()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java804 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToEnter() local
823 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToSkip() local
/frameworks/base/core/java/android/app/
DApplicationStartInfo.java482 public void setIntent(Intent startIntent) { in setIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt422 override fun startIntent(view: View, intent: Intent, showOnLockscreen: Boolean) { in <lambda>() method
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1982 @UserIdInt int targetUserId, boolean startIntent, boolean dontAskCredential) { in ensureCanModifyQuietMode()