Searched refs:currentHandle (Results 1 – 2 of 2) sorted by relevance
61 final UserHandle currentHandle = new UserHandle(UserUtils.getCurrentUserHandle(mContext)); in isCrossProfileAllowed() local62 if (uriCode == -1 || currentHandle == null) { in isCrossProfileAllowed()70 final boolean isCallerIdEnabled = !mDpm.getCrossProfileCallerIdDisabled(currentHandle); in isCrossProfileAllowed()72 !mDpm.getCrossProfileContactsSearchDisabled(currentHandle); in isCrossProfileAllowed()74 !mDpm.getBluetoothContactSharingDisabled(currentHandle); in isCrossProfileAllowed()
3767 SupplicantStaNetworkHal currentHandle = getCurrentNetworkRemoteHandle(ifaceName); in updateLinkedNetworks() local3769 if (currentConfig == null || currentHandle == null) { in updateLinkedNetworks()3793 linkedNetworkHandles.add(new Pair(currentHandle, currentConfig)); in updateLinkedNetworks()