Searched refs:getLockTaskModeState (Results 1 – 9 of 9) sorted by relevance
56 assertThat(mAm.getLockTaskModeState()).isEqualTo(LOCK_TASK_MODE_NONE); in startAllowedPackageIntoLockTaskMode_anotherAppPinned_exitsPinningEntersLockTaskMode()65 return mAm.getLockTaskModeState() == LOCK_TASK_MODE_PINNED; in startAllowedPackageIntoLockTaskMode_anotherAppPinned_exitsPinningEntersLockTaskMode()79 return mAm.getLockTaskModeState() == LOCK_TASK_MODE_LOCKED; in startAllowedPackageIntoLockTaskMode_anotherAppPinned_exitsPinningEntersLockTaskMode()88 return mAm.getLockTaskModeState() == LOCK_TASK_MODE_NONE; in startAllowedPackageIntoLockTaskMode_anotherAppPinned_exitsPinningEntersLockTaskMode()
1233 return mAm.getLockTaskModeState() != LOCK_TASK_MODE_NONE; in testDisallowEnterPipActivityLocked()
65 Poll.forValue("Lock task mode state", () -> TestApis.activities().getLockTaskModeState()) in startLockTask()82 Poll.forValue("Lock task mode state", () -> TestApis.activities().getLockTaskModeState()) in stopLockTask()
155 public int getLockTaskModeState() { in getLockTaskModeState() method160 return activityManager.getLockTaskModeState(); in getLockTaskModeState()
462 mAm.getLockTaskModeState() != LOCK_TASK_MODE_NONE); in testDisallowUpdateWindowingModeWhenInLockedTask()498 mAm.getLockTaskModeState() != LOCK_TASK_MODE_NONE); in testDisallowReparentOperationWhenInLockedTask()596 mAm.getLockTaskModeState() != LOCK_TASK_MODE_NONE); in testDisallowReOrderOperationWhenInLockedTask()
254 if (mAm.getLockTaskModeState() == ActivityManager.LOCK_TASK_MODE_LOCKED) { in startLockTaskMode()292 if (mAm.getLockTaskModeState() == ActivityManager.LOCK_TASK_MODE_NONE) { in stopLockTaskMode()
123 () -> (mActivityManager.getLockTaskModeState() in checkLockedActivityIsRunning()
980 return mAm.getLockTaskModeState() == LOCK_TASK_MODE_PINNED; in testApplyHierarchyOpsInLockTaskMode()
4717 method public int getLockTaskModeState();