Searched refs:isLockTaskModeViolation (Results 1 – 6 of 6) sorted by relevance
240 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 …]
491 doReturn(true).when(lockTaskController).isLockTaskModeViolation(any()); in testTaskModeViolation()
285 boolean isLockTaskModeViolation(TaskRecord task) { in isLockTaskModeViolation() method in LockTaskController286 return isLockTaskModeViolation(task, false); in isLockTaskModeViolation()293 boolean isLockTaskModeViolation(TaskRecord task, boolean isNewClearTask) { in isLockTaskModeViolation() method in LockTaskController566 if (isLockTaskModeViolation(task)) { in setLockTaskMode()
1501 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()
2389 if (getLockTaskController().isLockTaskModeViolation(task)) { in moveTaskToFrontLocked()
16359 HSPLcom/android/server/wm/LockTaskController;->isLockTaskModeViolation(Lcom/android/server/wm/TaskR…16360 HSPLcom/android/server/wm/LockTaskController;->isLockTaskModeViolation(Lcom/android/server/wm/TaskR…