Home
last modified time | relevance | path

Searched refs:updateOppLauncherComponentState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java229 updateOppLauncherComponentState(userId,
239 updateOppLauncherComponentState(userId, true); // Sharing disallowed
243 updateOppLauncherComponentState(userId, newRestrictions.getBoolean(
2253 private void updateOppLauncherComponentState(int userId, boolean bluetoothSharingDisallowed) { in updateOppLauncherComponentState() method in BluetoothManagerService