/packages/services/Car/car-lib/src/android/car/ |
D | ICarBluetoothUserService.aidl | 25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable() 26 boolean bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile() 27 boolean bluetoothDisconnectFromProfile(in int profile, in BluetoothDevice device); in bluetoothDisconnectFromProfile() 28 int getProfilePriority(in int profile, in BluetoothDevice device); in getProfilePriority() 29 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority); in setProfilePriority()
|
D | ICarProjection.aidl | 71 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()
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | ConfigDialogFragment.java | 65 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) { in show() 88 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); in onCreateDialog() local 114 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); in onConfirmLockdown() local 122 VpnProfile profile = dialog.getProfile(); in onClick() local 167 private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile) { in updateLockdownVpn() 189 private void save(VpnProfile profile, boolean lockdown) { in save() 200 private void connect(VpnProfile profile, boolean lockdown) { in connect() 223 private boolean disconnect(VpnProfile profile) { in disconnect() 235 private boolean isConnected(VpnProfile profile) throws RemoteException { in isConnected()
|
D | LegacyVpnPreference.java | 47 public void setProfile(VpnProfile profile) { in setProfile()
|
D | VpnSettings.java | 163 VpnProfile profile = new VpnProfile(Long.toHexString(millis)); in onOptionsItemSelected() local 364 VpnProfile profile = pref.getProfile(); in onPreferenceClick() local 440 public LegacyVpnPreference findOrCreatePreference(VpnProfile profile, boolean update) { in findOrCreatePreference() 557 final VpnProfile profile = VpnProfile.decode(key, keyStore.get(Credentials.VPN + key)); in loadVpnProfiles() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/ |
D | ConfigDialogFragment.java | 65 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) { in show() 88 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); in onCreateDialog() local 114 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); in onConfirmLockdown() local 122 VpnProfile profile = dialog.getProfile(); in onClick() local 167 private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile) { in updateLockdownVpn() 189 private void save(VpnProfile profile, boolean lockdown) { in save() 200 private void connect(VpnProfile profile, boolean lockdown) { in connect() 223 private boolean disconnect(VpnProfile profile) { in disconnect() 235 private boolean isConnected(VpnProfile profile) throws RemoteException { in isConnected()
|
D | LegacyVpnPreference.java | 47 public void setProfile(VpnProfile profile) { in setProfile()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarBluetoothUserService.java | 111 mProfileListener, profile); in setupBluetoothConnectionProxies() local 278 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable() 294 public boolean bluetoothConnectToProfile(int profile, BluetoothDevice device) { in bluetoothConnectToProfile() 326 public boolean bluetoothDisconnectFromProfile(int profile, BluetoothDevice device) { in bluetoothDisconnectFromProfile() 363 public int getProfilePriority(int profile, BluetoothDevice device) { in getProfilePriority() 407 public void setProfilePriority(int profile, BluetoothDevice device, int priority) { in setProfilePriority()
|
D | CarBluetoothService.java | 351 public List<BluetoothDevice> getProfileDevicePriorityList(int profile) { in getProfileDevicePriorityList() 370 public int getDeviceConnectionPriority(int profile, BluetoothDevice device) { in getDeviceConnectionPriority() 389 public void setDeviceConnectionPriority(int profile, BluetoothDevice device, int priority) { in setDeviceConnectionPriority() 411 synchronized boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit() 428 synchronized boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit()
|
D | BluetoothProfileInhibitManager.java | 93 public BluetoothConnection(Integer profile, BluetoothDevice device) { in BluetoothConnection() 162 Integer profile; in decode() local 307 boolean requestProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in requestProfileInhibit() 325 boolean releaseProfileInhibit(BluetoothDevice device, int profile, IBinder token) { in releaseProfileInhibit() 554 private boolean isProxyAvailable(int profile) { in isProxyAvailable()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothDeviceProfilesPreferenceControllerTest.java | 143 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in refreshUi_profiles_showsPreference() local 163 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_setsProfilePreferred() local 178 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileChecked_connectsToProfile() local 193 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_setsProfileNotPreferred() local 209 LocalBluetoothProfile profile = mock(LocalBluetoothProfile.class); in profileUnchecked_disconnectsFromProfile() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsProfilesController.java | 86 LocalBluetoothProfile profile) { in createProfilePreference() 99 LocalBluetoothProfile profile) { in refreshProfilePreference() 135 private void enableProfile(LocalBluetoothProfile profile) { in enableProfile() 152 private void disableProfile(LocalBluetoothProfile profile) { in disableProfile() 169 LocalBluetoothProfile profile = mProfileManager.getProfileByName(preference.getKey()); in onPreferenceClick() local 220 private void maybeAddHighQualityAudioPref(LocalBluetoothProfile profile) { in maybeAddHighQualityAudioPref()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnectionService.java | 49 void onFound(SipProfile profile); in onFound() 191 SipProfile profile, in createConnectionForProfile() 235 private SipPhone findPhoneForProfile(SipProfile profile) { in findPhoneForProfile() 250 private SipPhone createPhoneForProfile(SipProfile profile) { in createPhoneForProfile()
|
D | SipSettings.java | 168 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); in onActivityResult() local 194 private String getProfileName(SipProfile profile) { in getProfileName() 248 SipProfile profile = getProfileFromList(activeProfile); in processActiveProfilesFromSipService() local 283 private void handleProfileClick(final SipProfile profile) { in handleProfileClick() 337 private void startSipEditor(final SipProfile profile) { in startSipEditor()
|
D | SipPhoneAccountSettingsActivity.java | 51 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in onCreate() local
|
D | SipAccountRegistry.java | 39 AccountEntry(SipProfile profile) { in AccountEntry() 136 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in verifyAndPurgeInvalidPhoneAccounts() local 267 private void startSipServiceForProfile(SipProfile profile, SipManager sipManager, in startSipServiceForProfile()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/ |
D | Metadata.java | 62 void setProfilePriority(int profile, int priority) { in setProfilePriority() 105 int getProfilePriority(int profile) { in getProfilePriority()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothAdapterProxy.java | 34 int profile) { in getProfileProxy()
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
D | LoggingProfiler.java | 32 LoggingProfile profile = new LoggingProfile(mWriter, name); in create() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowBluetoothAdapter.java | 38 public void addSupportedProfiles(int profile) { in addSupportedProfiles()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDeviceProfilePreference.java | 38 public BluetoothDeviceProfilePreference(Context context, LocalBluetoothProfile profile, in BluetoothDeviceProfilePreference()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/ |
D | CrossProfileIntentFiltersSetterTest.java | 103 UserInfo profile = new UserInfo(TEST_PROFILE_USER_ID, null, UserInfo.FLAG_MANAGED_PROFILE); in testResetFilters_OneProfile() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ShortcutAndWidgetContainer.java | 96 DeviceProfile profile = mActivity.getWallpaperDeviceProfile(); in setupLp() local 116 final DeviceProfile profile = mActivity.getWallpaperDeviceProfile(); in measureChild() local 153 DeviceProfile profile = mActivity.getDeviceProfile(); in onLayout() local
|
/packages/apps/PermissionController/src/com/android/packageinstaller/role/utils/ |
D | UserUtils.java | 66 UserHandle profile = profiles.get(i); in getWorkProfile() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | BluetoothHeadsetFragment.java | 382 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected() 394 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
|