Searched refs:listUserHandle (Results 1 – 1 of 1) sorted by relevance
324 UserHandle listUserHandle = activeListAdapter.getUserHandle(); in shouldShowNoCrossProfileIntentsEmptyState() local325 return UserHandle.myUserId() != listUserHandle.getIdentifier() in shouldShowNoCrossProfileIntentsEmptyState()328 UserHandle.myUserId(), listUserHandle.getIdentifier()); in shouldShowNoCrossProfileIntentsEmptyState()421 UserHandle listUserHandle = listAdapter.getUserHandle(); in maybeShowWorkProfileOffEmptyState() local422 if (!listUserHandle.equals(mWorkProfileUserHandle) in maybeShowWorkProfileOffEmptyState()445 UserHandle listUserHandle = listAdapter.getUserHandle(); in maybeShowNoAppsAvailableEmptyState() local447 && (UserHandle.myUserId() == listUserHandle.getIdentifier() in maybeShowNoAppsAvailableEmptyState()452 .setBoolean(/*isPersonalProfile*/ listUserHandle == mPersonalProfileUserHandle) in maybeShowNoAppsAvailableEmptyState()454 if (listUserHandle == mPersonalProfileUserHandle) { in maybeShowNoAppsAvailableEmptyState()