Searched refs:profile (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DConnectSpecificProfilesActivity.java55 * or offline mode). In online mode, user interactions with the profile
56 * checkboxes will also toggle the profile's connectivity. In offline mode,
58 * profile.
97 // Add a preference for each profile
127 for (Profile profile : mCachedDevice.getConnectableProfiles()) {
128 Preference pref = createProfilePreference(profile);
134 * Creates a checkbox preference for the particular profile. The key will be
135 * the profile's name.
137 * @param profile The profile fo
141 createProfilePreference(Profile profile) argument
181 onProfileCheckedStateChanged(Profile profile, boolean checked) argument
253 refreshProfilePreference(CheckBoxPreference profilePref, Profile profile) argument
282 getProfileSummary(LocalBluetoothProfileManager profileManager, Profile profile, BluetoothDevice device, int connectionStatus, boolean onlineMode) argument
297 getProfileSummaryForSettingPreference(Profile profile) argument
[all...]
H A DCachedBluetoothDevice.java83 * Last time a bt profile auto-connect was attempted.
104 final Profile profile; // HEADSET, A2DP, etc field in class:CachedBluetoothDevice.BluetoothJob
109 CachedBluetoothDevice cachedDevice, Profile profile) {
112 this.profile = profile;
121 if (profile != null) {
122 sb.append(" Profile:").append(profile.name());
181 && existingJob.profile == job.profile) {
210 successful = connectInt(job.cachedDevice, job.profile);
108 BluetoothJob(BluetoothCommand command, CachedBluetoothDevice cachedDevice, Profile profile) argument
237 onProfileStateChanged(Profile profile, int newProfileState) argument
340 disconnect(Profile profile) argument
344 disconnectInt(CachedBluetoothDevice cachedDevice, Profile profile) argument
450 connect(Profile profile) argument
458 disconnectConnected(Profile profile) argument
472 connectInt(CachedBluetoothDevice cachedDevice, Profile profile) argument
860 isConnectableProfile(Profile profile) argument
[all...]
H A DLocalBluetoothProfileManager.java37 * functionality related to a profile.
80 Profile profile) {
85 LocalBluetoothProfileManager profileManager = sProfileMap.get(profile);
87 Log.e(TAG, "profileManager can't be found for " + profile.toString());
79 getProfileManager(LocalBluetoothManager localManager, Profile profile) argument
H A DCachedBluetoothDeviceManager.java232 public synchronized void onProfileStateChanged(BluetoothDevice device, Profile profile, argument
237 cachedDevice.onProfileStateChanged(profile, newProfileState);
H A DDockService.java94 * If disconnected unexpectedly, reconnect up to 6 times. Each profile counts
607 private void handleUnexpectedDisconnect(BluetoothDevice disconnectedDevice, Profile profile, argument
625 cachedDevice.connect(profile);
/packages/apps/Settings/src/com/android/settings/vpn/
H A DPptpEditor.java41 PptpProfile profile = (PptpProfile) getProfile();
45 final PptpProfile profile = (PptpProfile) getProfile();
47 boolean enabled = profile.isEncryptionEnabled();
56 profile.setEncryptionEnabled(enabled);
H A DL2tpEditor.java45 L2tpProfile profile = (L2tpProfile) getProfile();
57 final L2tpProfile profile = (L2tpProfile) getProfile();
59 boolean enabled = profile.isSecretEnabled();
68 profile.setSecretEnabled(enabled);
H A DVpnEditor.java42 * The activity class for editing a new or existing VPN profile.
47 private static final String KEY_PROFILE = "profile";
120 private void initViewFor(VpnProfile profile) { argument
121 setTitle(profile);
125 private void setTitle(VpnProfile profile) { argument
130 profile.getType().getDisplayName()));
134 * Checks the validity of the inputs and set the profile as result if valid.
H A DVpnSettings.java82 // Key to the field exchanged for profile editing.
118 // profile name --> VpnPreference
122 // profile engaged in a connection
162 // for long-press gesture on a profile preference
394 final VpnProfile profile = p;
400 startVpnEditor(profile);
427 final VpnProfile profile = p;
431 startVpnEditor(profile);
486 // Replaces the profile at index in mVpnProfileList with p.
492 // not a duplicate if p is to replace the profile a
536 setProfileId(VpnProfile profile) argument
663 startVpnEditor(final VpnProfile profile) argument
[all...]
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... SyntaxException org.javia.arity.ArityException static void profile (org.javia.arity.Symbols, java.lang ...

Completed in 218 milliseconds