HomeSort by relevance Sort by last modified time
    Searched refs:onTaskProfileLocked (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/app/
ITaskStackListener.aidl 131 void onTaskProfileLocked(int taskId, int userId);
TaskStackListener.java 94 public void onTaskProfileLocked(int taskId, int userId) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
WorkLockActivityController.java 103 public void onTaskProfileLocked(int taskId, int userId) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
WorkLockActivityControllerTest.java 96 mTaskStackListener.onTaskProfileLocked(TASK_ID, USER_ID);
109 mTaskStackListener.onTaskProfileLocked(TASK_ID, USER_ID);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
SystemServicesProxy.java 187 public void onTaskProfileLocked(int taskId, int userId) { }
284 public void onTaskProfileLocked(int taskId, int userId) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskChangeNotificationController.java 130 l.onTaskProfileLocked(m.arg1, m.arg2);

Completed in 348 milliseconds