Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingControllerTest.java124 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStartRecording() local
138 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testStopRecording() local
170 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUpdateStateBroadcast() local
199 PendingIntent startIntent = Mockito.mock(PendingIntent.class); in testUserChange() local
H A DRecordingServiceTest.java141 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testLogStartFullScreenRecording() local
150 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, target); in testLogStartPartialRecording() local
183 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testErrorUpdatesState() local
255 Intent startIntent = RecordingService.getStopIntent(mContext); in testOnErrorSaving() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitScreenControllerTests.java187 Intent startIntent = createStartIntent("startActivity"); in testStartIntent_appendsNoUserActionFlag() local
203 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesSupported_appendsMultipleTaskFag() local
224 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesSupported_startTaskInBackgroundBeforeSplitActivated() local
246 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesSupported_startTaskInBackgroundAfterSplitActivated() local
269 Intent startIntent = createStartIntent("startActivity"); in startIntent_multiInstancesNotSupported_switchesPositionAfterSplitActivated() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DCountdownConditionProviderTest.java51 Intent startIntent = in setUp() local
H A DEventConditionProviderTest.java51 Intent startIntent = in setUp() local
H A DScheduleConditionProviderTest.java43 Intent startIntent = in setUp() local
/aosp14/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A 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
/aosp14/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordDialog.java172 PendingIntent startIntent = PendingIntent.getForegroundService(userContext, in requestScreenCapture() local
H A DScreenRecordPermissionDialog.kt139 val startIntent = regex
H A DRecordingController.java167 public void startCountdown(long ms, long interval, PendingIntent startIntent, in startCountdown()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropPolicy.java277 void startIntent(PendingIntent intent, int userId, Intent fillInIntent, in startIntent() method
322 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent() method in DragAndDropPolicy.DefaultStarter
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
H A DAvatarPhotoControllerTest.java231 Intent startIntent = verifyStartSystemActivityForResult( in cropDoesNotUseTakePhotoUri() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityThreadTest.java690 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToEnter() local
706 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToSkip() local
/aosp14/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java220 void startIntent(View v, Intent i, boolean showOnLockscreen); in startIntent() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DFlashNotificationsControllerTest.java408 Intent startIntent = new Intent(ACTION_FLASH_NOTIFICATION_START_PREVIEW); in simulateLongPreview() local
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationStartInfo.java370 public void setIntent(Intent startIntent) { in setIntent()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillClientController.java242 public void onStartActivity(Intent startIntent, Intent cachedIntent) { in onStartActivity()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DISplitScreen.aidl87 oneway void startIntent(in PendingIntent intent, int userId, in Intent fillInIntent, in startIntent() method
H A DSplitScreenController.java666 public void startIntent(PendingIntent intent, int userId, @Nullable Intent fillInIntent, in startIntent() method in SplitScreenController
806 public void startIntent(PendingIntent intent, int userId1, @Nullable Intent fillInIntent, in startIntent() method in SplitScreenController
1318 public void startIntent(PendingIntent intent, int userId, Intent fillInIntent, int position, in startIntent() method in SplitScreenController.ISplitScreenImpl
H A DStageCoordinator.java249 SplitRequest(int taskId, Intent startIntent, int position) { in SplitRequest()
254 SplitRequest(Intent startIntent, int position) { in SplitRequest()
258 SplitRequest(Intent startIntent, Intent startIntent2, int position) { in SplitRequest()
557 void startIntent(PendingIntent intent, Intent fillInIntent, @SplitPosition int position, in startIntent() method in StageCoordinator
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1381 @UserIdInt int targetUserId, boolean startIntent, boolean dontAskCredential) { in ensureCanModifyQuietMode()