Home | History | Annotate | Download | only in recents

Lines Matching defs:currentUser

267         int currentUser = sSystemServicesProxy.getCurrentUser();
268 if (sSystemServicesProxy.isSystemUser(currentUser)) {
274 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
284 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);
305 int currentUser = sSystemServicesProxy.getCurrentUser();
306 if (sSystemServicesProxy.isSystemUser(currentUser)) {
311 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
319 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);
342 int currentUser = sSystemServicesProxy.getCurrentUser();
343 if (sSystemServicesProxy.isSystemUser(currentUser)) {
348 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
356 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);
373 int currentUser = sSystemServicesProxy.getCurrentUser();
374 if (sSystemServicesProxy.isSystemUser(currentUser)) {
379 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
387 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);
401 int currentUser = sSystemServicesProxy.getCurrentUser();
402 if (sSystemServicesProxy.isSystemUser(currentUser)) {
407 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
415 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);
437 int currentUser = sSystemServicesProxy.getCurrentUser();
450 if (sSystemServicesProxy.isSystemUser(currentUser)) {
455 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
464 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);
468 mDraggingInRecentsCurrentUser = currentUser;
581 int currentUser = sSystemServicesProxy.getCurrentUser();
582 if (sSystemServicesProxy.isSystemUser(currentUser)) {
587 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
595 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);
713 int currentUser = sSystemServicesProxy.getCurrentUser();
714 if (sSystemServicesProxy.isSystemUser(currentUser)) {
719 mSystemToUserCallbacks.getNonSystemUserRecentsForUser(currentUser);
727 Log.e(TAG, "No SystemUI callbacks found for user: " + currentUser);