/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | ConnectSpecificProfilesActivity.java | 55 * 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 D | CachedBluetoothDevice.java | 83 * 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 D | LocalBluetoothProfileManager.java | 37 * 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 D | CachedBluetoothDeviceManager.java | 232 public synchronized void onProfileStateChanged(BluetoothDevice device, Profile profile, argument 237 cachedDevice.onProfileStateChanged(profile, newProfileState);
|
H A D | DockService.java | 94 * 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 D | PptpEditor.java | 41 PptpProfile profile = (PptpProfile) getProfile(); 45 final PptpProfile profile = (PptpProfile) getProfile(); 47 boolean enabled = profile.isEncryptionEnabled(); 56 profile.setEncryptionEnabled(enabled);
|
H A D | L2tpEditor.java | 45 L2tpProfile profile = (L2tpProfile) getProfile(); 57 final L2tpProfile profile = (L2tpProfile) getProfile(); 59 boolean enabled = profile.isSecretEnabled(); 68 profile.setSecretEnabled(enabled);
|
H A D | VpnEditor.java | 42 * 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 D | VpnSettings.java | 82 // 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 D | arity-2.1.2.jar | ... SyntaxException org.javia.arity.ArityException static void profile (org.javia.arity.Symbols, java.lang ... |