Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
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
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
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
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
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DEventConditionProviderTest.java51 Intent startIntent = in setUp() local
DCountdownConditionProviderTest.java51 Intent startIntent = in setUp() local
DScheduleConditionProviderTest.java43 Intent startIntent = in setUp() local
/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/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordPermissionDialog.kt139 val startIntent = in <lambda>() constant
DScreenRecordDialog.java172 PendingIntent startIntent = PendingIntent.getForegroundService(userContext, in requestScreenCapture() local
DRecordingController.java167 public void startCountdown(long ms, long interval, PendingIntent startIntent, in startCountdown()
/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/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/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
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
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DAvatarPhotoControllerTest.java231 Intent startIntent = verifyStartSystemActivityForResult( in cropDoesNotUseTakePhotoUri() local
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java220 void startIntent(View v, Intent i, boolean showOnLockscreen); in startIntent() method
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DFlashNotificationsControllerTest.java408 Intent startIntent = new Intent(ACTION_FLASH_NOTIFICATION_START_PREVIEW); in simulateLongPreview() local
/frameworks/base/core/java/android/app/
DApplicationStartInfo.java370 public void setIntent(Intent startIntent) { in setIntent()
/frameworks/base/core/java/android/view/autofill/
DAutofillClientController.java242 public void onStartActivity(Intent startIntent, Intent cachedIntent) { in onStartActivity()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java690 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToEnter() local
706 final Intent startIntent = new Intent(); in testHandlePictureInPictureRequested_overriddenToSkip() local
/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.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
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt359 override fun startIntent(view: View, intent: Intent, showOnLockscreen: Boolean) { in <lambda>() method
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1383 @UserIdInt int targetUserId, boolean startIntent, boolean dontAskCredential) { in ensureCanModifyQuietMode()