Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 121) sorted by relevance

12345

/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialogFragment.java62 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) { in show()
86 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); in onCreateDialog() local
112 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); in onConfirmLockdown() local
124 VpnProfile profile = dialog.getProfile(); in onClick() local
168 private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile) { in updateLockdownVpn()
189 private void save(VpnProfile profile, boolean lockdown) { in save()
199 private void connect(VpnProfile profile, boolean lockdown) { in connect()
226 private boolean disconnect(VpnProfile profile) { in disconnect()
238 private boolean isConnected(VpnProfile profile) throws RemoteException { in isConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAudioRoutingManager.java89 int profile, BluetoothDevice device, int fromState, int toState) { in profileConnectionStateChanged()
103 public CompletableFuture<Boolean> activateDeviceProfile(BluetoothDevice device, int profile) { in activateDeviceProfile()
110 mHandler.getAudioRoutingDevice(device), profile))); in activateDeviceProfile() local
119 public void removeActiveDevice(int profile, boolean hasFallbackDevice) { in removeActiveDevice()
130 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged()
193 List<BluetoothDevice> getActiveDevices(int profile) { in getActiveDevices()
252 public void handleProfileConnected(int profile, BluetoothDevice device) { in handleProfileConnected()
280 public void handleProfileDisconnected(int profile, BluetoothDevice device) { in handleProfileDisconnected()
305 public void handleProfileActiveDeviceChanged(int profile, BluetoothDevice device) { in handleProfileActiveDeviceChanged()
371 private boolean setFallbackDeviceActive(int profile) { in setFallbackDeviceActive()
[all …]
DSilenceDeviceManager.java80 public void profileActiveDeviceChanged(int profile, BluetoothDevice device) { in profileActiveDeviceChanged()
280 void addConnectedDevice(BluetoothDevice device, int profile) { in addConnectedDevice()
301 void removeConnectedDevice(BluetoothDevice device, int profile) { in removeConnectedDevice()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothDeviceProfilesPreferenceControllerTest.java184 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in refreshUi_profiles_showsPreference() local
204 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_setsProfilePreferred() local
221 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_connectsToProfile() local
238 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_setsProfileNotPreferred() local
256 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_disconnectsFromProfile() local
277 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileDisabled_showsDialog() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java130 LocalBluetoothProfile profile) { in createProfilePreference()
166 LocalBluetoothProfile profile) { in refreshProfilePreference()
236 private void enableProfile(LocalBluetoothProfile profile) { in enableProfile()
258 private void disableProfile(LocalBluetoothProfile profile) { in disableProfile()
280 LocalBluetoothProfile profile = mProfileManager.getProfileByName(preference.getKey()); in onPreferenceClick() local
357 private void disableLeAudioProfile(LocalBluetoothProfile profile) { in disableLeAudioProfile()
395 private void enableLeAudioProfile(LocalBluetoothProfile profile) { in enableLeAudioProfile()
427 private void disableProfileBeforeUserEnablesLeAudio(LocalBluetoothProfile profile) { in disableProfileBeforeUserEnablesLeAudio()
449 private void enableProfileAfterUserDisablesLeAudio(LocalBluetoothProfile profile) { in enableProfileAfterUserDisablesLeAudio()
478 private void maybeAddHighQualityAudioPref(LocalBluetoothProfile profile) { in maybeAddHighQualityAudioPref()
/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable()
26 int getConnectionPolicy(in int profile, in BluetoothDevice device); in getConnectionPolicy()
27 void setConnectionPolicy(in int profile, in BluetoothDevice device, in int policy); in setConnectionPolicy()
DICarProjection.aidl71 in BluetoothDevice device, in int profile, in IBinder token) = 6; in requestBluetoothProfileInhibit()
75 in BluetoothDevice device, in int profile, in IBinder token) = 7; in releaseBluetoothProfileInhibit()
103 in BluetoothDevice device, in int profile, in IBinder token) = 14; in isBluetoothProfileInhibited()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManager.java93 int profile = BluetoothUtils.getProfileFromConnectionAction(action); in onReceive() local
172 void handleProfileConnectionStateChange(BluetoothDevice device, int profile, int toState, in handleProfileConnectionStateChange()
263 private void untrackProfile(BluetoothDevice device, int profile) { in untrackProfile()
286 private boolean isProfileBeingTracked(BluetoothDevice device, int profile) { in isProfileBeingTracked()
298 boolean isRetryPosted(BluetoothDevice device, int profile) { in isRetryPosted()
318 boolean isRetryPosted(BluetoothDevice device, int profile) { in isRetryPosted()
DCarBluetoothUserService.java126 mProfileListener, profile); in setupBluetoothConnectionProxies() local
233 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable()
282 public int getConnectionPolicy(int profile, BluetoothDevice device) { in getConnectionPolicy()
327 public void setConnectionPolicy(int profile, BluetoothDevice device, int policy) { in setConnectionPolicy()
DBluetoothProfileInhibitManager.java118 Integer profile = null; in BluetoothConnection() local
134 public BluetoothConnection(Integer profile, BluetoothDevice device) { in BluetoothConnection()
330 boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit()
350 boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit()
379 boolean isProfileInhibited(BluetoothDevice device, int profile, IBinder token) { in isProfileInhibited()
642 private boolean isProxyAvailable(int profile) { in isProxyAvailable()
DCarBluetoothService.java578 public boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit()
599 public boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit()
622 public boolean isProfileInhibited(BluetoothDevice device, int profile, IBinder token) { in isProfileInhibited()
DBluetoothDeviceManager.java148 int profile = BluetoothUtils.getProfileFromConnectionAction(action); in onReceive() local
172 private void handleProfileConnectionStateChanged(BluetoothDevice device, int profile, in handleProfileConnectionStateChanged()
624 private void addWatchedProfileIfSupported(int profile) { in addWatchedProfileIfSupported()
675 private boolean handleAutoConnectingDeviceStateChange(BluetoothDevice device, int profile, in handleAutoConnectingDeviceStateChange()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIkev2VpnTest.java325 private void checkBasicIkev2VpnProfile(@NonNull Ikev2VpnProfile profile) throws Exception { in checkBasicIkev2VpnProfile()
339 final Ikev2VpnProfile profile = buildIkev2VpnProfilePsk(TEST_SERVER_ADDR_V6, in doTestBuildIkev2VpnProfilePsk() local
373 final Ikev2VpnProfile profile = ikeProfileBuilder.build(); in testBuildIkev2VpnProfileWithIkeTunnelConnectionParams() local
388 final Ikev2VpnProfile profile = in testBuildIkev2VpnProfileUsernamePassword() local
406 final Ikev2VpnProfile profile = in testBuildIkev2VpnProfileDigitalSignature() local
428 final Ikev2VpnProfile profile = buildIkev2VpnProfilePsk(TEST_SERVER_ADDR_V6, in verifyProvisionVpnProfile() local
472 final Ikev2VpnProfile profile = buildIkev2VpnProfilePsk(TEST_SERVER_ADDR_V6, in testDeleteVpnProfile() local
518 final Ikev2VpnProfile profile = testIkeTunConnParams in checkStartStopVpnProfileBuildsNetworks() local
723 final Ikev2VpnProfile profile = buildIkev2VpnProfileCommon(builder, in testBuildIkev2VpnProfileWithAutomaticNattKeepaliveTimerEnabled() local
741 final Ikev2VpnProfile profile = buildIkev2VpnProfileCommon(builder, in testBuildIkev2VpnProfileWithAutomaticIpVersionSelectionEnabled() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java89 public int getConnectionState(BluetoothDevice device, int profile) { in getConnectionState()
115 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices()
138 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
DBluetoothProfile.java379 void onServiceConnected(int profile, BluetoothProfile proxy); in onServiceConnected()
388 void onServiceDisconnected(int profile); in onServiceDisconnected()
428 static String getProfileName(int profile) { in getProfileName()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/utils/
DUserUtils.java54 UserHandle profile = profiles.get(i); in getWorkProfile() local
85 UserHandle profile = profiles.get(i); in getPrivateProfile() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/measurements/
DTracer.kt94 val profile = getProfileRecord(userHandle, createIfMissing = true) ?: return in <lambda>() constant
107 val profile = getProfileRecord(userHandle, createIfMissing = false) ?: return -1L in <lambda>() constant
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/
DFiraProfileSupportInfo.java56 sMap.put(profile.mId, profile); in sMap.put() argument
102 FiraProfile profile = FiraProfile.idOf(current_id); in fromBytes() local
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java143 public boolean requestBluetoothProfileInhibit(BluetoothDevice device, int profile, in requestBluetoothProfileInhibit()
149 public boolean releaseBluetoothProfileInhibit(BluetoothDevice device, int profile, in releaseBluetoothProfileInhibit()
155 public boolean isBluetoothProfileInhibited(BluetoothDevice device, int profile, in isBluetoothProfileInhibited()
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DLoggingProfiler.java32 LoggingProfile profile = new LoggingProfile(mWriter, name); in create() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadata.java138 void setProfileConnectionPolicy(int profile, int connectionPolicy) { in setProfileConnectionPolicy()
209 public int getProfileConnectionPolicy(int profile) { in getProfileConnectionPolicy()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevices.java201 LocalBluetoothProfile profile = getProfile(device, BluetoothProfile.HEADSET_CLIENT); in onNotifyChange() local
206 LocalBluetoothProfile profile = getProfile(device, BluetoothProfile.A2DP_SINK); in onNotifyChange() local
325 LocalBluetoothProfile profile = getProfile(device, profileId); in getBluetoothProfileToggleState() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothUtilsGetProfileNameTest.java36 public BluetoothUtilsGetProfileNameTest(int profile, String name) { in BluetoothUtilsGetProfileNameTest()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java59 public static Size getWidgetSizePx(DeviceProfile profile, int spanX, int spanY) { in getWidgetSizePx()
79 public static Size getWidgetItemSizePx(Context context, DeviceProfile profile, in getWidgetItemSizePx()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/content_profiles/
DContentProfileErrorReportUtils.java50 public static synchronized boolean report(int profile, int fileNameEnum, int type, int tag) { in report()

12345