Home
last modified time | relevance | path

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

12

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitScreenControllerTests.java193 Intent startIntent = createStartIntent("startActivity"); in testStartIntent_appendsNoUserActionFlag() local
209 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesSupported_appendsMultipleTaskFag() local
229 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesNotSupported_startTaskInBackgroundBeforeSplitActivated() local
253 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated() local
276 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java141 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testLogStartFullScreenRecording() local
151 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, target); in testLogStartPartialRecording() local
184 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testErrorUpdatesState() local
256 Intent startIntent = RecordingService.getStopIntent(mContext); in testOnErrorSaving() local
DRecordingControllerTest.java177 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStartRecording() local
187 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStopRecording() local
215 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUpdateStateBroadcast() local
240 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUserChange() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/
DSmartspaceInteractionHandler.kt47 private fun startIntent( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DWidgetInteractionHandler.kt49 private fun startIntent( in <lambda>() method in com.android.systemui.communal.widgets.WidgetInteractionHandler
/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.java51 Intent startIntent = in setUp() local
DEventConditionProviderTest.java51 Intent startIntent = in setUp() local
DScheduleConditionProviderTest.java43 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.kt70 override fun startIntent(view: View, intent: Intent, showOnLockscreen: Boolean) { in create() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordPermissionDialogDelegate.kt221 val startIntent = in <lambda>() constant
DScreenRecordDialogDelegate.java162 PendingIntent startIntent = PendingIntent.getForegroundService(userContext, in requestScreenCapture() local
DRecordingController.java188 public void startCountdown(long ms, long interval, PendingIntent startIntent, in startCountdown()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropPolicy.java324 void startIntent(PendingIntent intent, int userId, Intent fillInIntent, in startIntent() method
369 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent() method in DragAndDropPolicy.DefaultStarter
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DAvatarPhotoControllerTest.java231 Intent startIntent = verifyStartSystemActivityForResult( in cropDoesNotUseTakePhotoUri() local
/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.java232 void startIntent(View v, Intent i, boolean showOnLockscreen); in startIntent() method
/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java242 public void onStartActivity(Intent startIntent, Intent cachedIntent) { in onStartActivity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DISplitScreen.aidl87 oneway void startIntent(in PendingIntent intent, int userId, in Intent fillInIntent, in startIntent() method
DSplitScreenController.java679 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent() method in SplitScreenController
829 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent() method in SplitScreenController
1402 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent() method in SplitScreenController.ISplitScreenImpl
DStageCoordinator.java270 SplitRequest(int taskId, Intent startIntent, int position) { in SplitRequest()
275 SplitRequest(Intent startIntent, int position) { in SplitRequest()
279 SplitRequest(Intent startIntent, Intent startIntent2, int position) { in SplitRequest()
627 void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent() method in StageCoordinator
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java731 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToEnter() local
750 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToSkip() local
/frameworks/base/core/java/android/app/
DApplicationStartInfo.java436 public void setIntent(Intent startIntent) { in setIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt420 override fun startIntent(view: View, intent: Intent, showOnLockscreen: Boolean) { in <lambda>() method

12