Home
last modified time | relevance | path

Searched refs:isLockTaskModeViolation (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java240 assertFalse(mLockTaskController.isLockTaskModeViolation(tr, false)); in testLockTaskViolation()
243 assertTrue(mLockTaskController.isLockTaskModeViolation(getTaskRecord( in testLockTaskViolation()
246 assertTrue(mLockTaskController.isLockTaskModeViolation(getTaskRecord( in testLockTaskViolation()
250 assertFalse(mLockTaskController.isLockTaskModeViolation(getTaskRecord( in testLockTaskViolation()
252 assertFalse(mLockTaskController.isLockTaskModeViolation(getTaskRecord( in testLockTaskViolation()
255 assertFalse(mLockTaskController.isLockTaskModeViolation(getTaskRecord( in testLockTaskViolation()
278 assertFalse(mLockTaskController.isLockTaskModeViolation(keypad)); in testLockTaskViolation_emergencyCall()
279 assertFalse(mLockTaskController.isLockTaskModeViolation(callAction)); in testLockTaskViolation_emergencyCall()
280 assertFalse(mLockTaskController.isLockTaskModeViolation(dialer)); in testLockTaskViolation_emergencyCall()
286 assertTrue(mLockTaskController.isLockTaskModeViolation(keypad)); in testLockTaskViolation_emergencyCall()
[all …]
DActivityStarterTests.java491 doReturn(true).when(lockTaskController).isLockTaskModeViolation(any()); in testTaskModeViolation()
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java285 boolean isLockTaskModeViolation(TaskRecord task) { in isLockTaskModeViolation() method in LockTaskController
286 return isLockTaskModeViolation(task, false); in isLockTaskModeViolation()
293 boolean isLockTaskModeViolation(TaskRecord task, boolean isNewClearTask) { in isLockTaskModeViolation() method in LockTaskController
566 if (isLockTaskModeViolation(task)) { in setLockTaskMode()
DActivityStarter.java1501 if (mService.getLockTaskController().isLockTaskModeViolation( in startActivityUnchecked()
2329 if (mService.getLockTaskController().isLockTaskModeViolation( in setTaskFromReuseOrCreateNewTask()
2353 if (mService.getLockTaskController().isLockTaskModeViolation( in setTaskFromSourceRecord()
2454 if (mService.getLockTaskController().isLockTaskModeViolation(mInTask)) { in setTaskFromInTask()
DActivityTaskManagerService.java2389 if (getLockTaskController().isLockTaskModeViolation(task)) { in moveTaskToFrontLocked()
/frameworks/base/services/
Dart-profile16359 HSPLcom/android/server/wm/LockTaskController;->isLockTaskModeViolation(Lcom/android/server/wm/TaskR…
16360 HSPLcom/android/server/wm/LockTaskController;->isLockTaskModeViolation(Lcom/android/server/wm/TaskR…