Searched refs:getLockTaskModeState (Results 1 – 11 of 11) sorted by relevance
47 final int color = activityManager.getLockTaskModeState() != in onCreate()
33 final int color = activityManager.getLockTaskModeState() != in onCreate()
398 // ActivityManager.getLockTaskModeState api is not available in pre-M.404 if (am.getLockTaskModeState() ==
3609 return getLockTaskModeState() != LOCK_TASK_MODE_NONE; in isInLockTaskMode()3619 public int getLockTaskModeState() { in getLockTaskModeState() method in ActivityManager3621 return ActivityManagerNative.getDefault().getLockTaskModeState(); in getLockTaskModeState()
572 public int getLockTaskModeState() throws RemoteException; in getLockTaskModeState() method
2620 final int lockTaskModeState = getLockTaskModeState(); in onTransact()6488 public int getLockTaskModeState() throws RemoteException { in getLockTaskModeState() method in ActivityManagerProxy
10196 final int lockTaskModeState = mStackSupervisor.getLockTaskModeState(); in stopLockTaskMode()10238 if (mStackSupervisor.getLockTaskModeState() == ActivityManager.LOCK_TASK_MODE_PINNED) { in stopSystemLockTaskMode()10247 return getLockTaskModeState() != ActivityManager.LOCK_TASK_MODE_NONE; in isInLockTaskMode()10251 public int getLockTaskModeState() { in getLockTaskModeState() method10253 return mStackSupervisor.getLockTaskModeState(); in getLockTaskModeState()
3678 int getLockTaskModeState() { in getLockTaskModeState() method in ActivityStackSupervisor
3680 method public int getLockTaskModeState();
3814 method public int getLockTaskModeState();