Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialogFragment.java68 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) { in show()
112 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); in onCreateDialog() local
138 VpnProfile profile = (VpnProfile) options.getParcelable(ARG_PROFILE); in onConfirmLockdown() local
146 VpnProfile profile = dialog.getProfile(); in onClick() local
191 private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile) { in updateLockdownVpn()
213 private void save(VpnProfile profile, boolean lockdown) { in save()
224 private void connect(VpnProfile profile, boolean lockdown) { in connect()
247 private boolean disconnect(VpnProfile profile) { in disconnect()
259 private boolean isConnected(VpnProfile profile) throws RemoteException { in isConnected()
DVpnSettings.java162 VpnProfile profile = new VpnProfile(Long.toHexString(millis)); in onOptionsItemSelected() local
363 VpnProfile profile = pref.getProfile(); in onPreferenceClick() local
439 public LegacyVpnPreference findOrCreatePreference(VpnProfile profile, boolean update) { in findOrCreatePreference()
556 final VpnProfile profile = VpnProfile.decode(key, keyStore.get(Credentials.VPN + key)); in loadVpnProfiles() local
DLegacyVpnPreference.java44 public void setProfile(VpnProfile profile) { in setProfile()
DConfigDialog.java82 VpnProfile profile, boolean editing, boolean exists) { in ConfigDialog()
277 VpnProfile profile = getProfile(); in updateUiControls() local
439 VpnProfile profile = new VpnProfile(mProfile.key); in getProfile() local
/packages/services/Car/car-lib/src/android/car/
DICarBluetoothUserService.aidl25 boolean isBluetoothConnectionProxyAvailable(in int profile); in isBluetoothConnectionProxyAvailable()
26 void bluetoothConnectToProfile(in int profile, in BluetoothDevice device); in bluetoothConnectToProfile()
27 void setProfilePriority(in int profile, in BluetoothDevice device, in int priority); in setProfilePriority()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java69 profile); in setupBluetoothConnectionProxy() local
107 public boolean isBluetoothConnectionProxyAvailable(int profile) { in isBluetoothConnectionProxyAvailable()
134 public void bluetoothConnectToProfile(int profile, BluetoothDevice device) { in bluetoothConnectToProfile()
173 public void setProfilePriority(int profile, BluetoothDevice device, int priority) { in setProfilePriority()
DBluetoothDeviceConnectionPolicy.java202 public ConnectionParams(Integer profile) { in ConnectionParams()
206 public ConnectionParams(Integer profile, BluetoothDevice device) { in ConnectionParams()
216 public void setBluetoothProfile(Integer profile) { in setBluetoothProfile()
346 private void setBluetoothProfilePriorityIfUuidFound(ParcelUuid[] uuids, int profile, in setBluetoothProfilePriorityIfUuidFound()
724 public synchronized void addProfile(Integer profile) { in addProfile()
761 private synchronized void addDeviceToProfile(BluetoothDevice device, Integer profile) { in addDeviceToProfile()
779 private synchronized void removeDeviceFromProfile(BluetoothDevice device, Integer profile) { in removeDeviceFromProfile()
907 private boolean connectToNextDeviceInQueueLocked(Integer profile) { in connectToNextDeviceInQueueLocked()
1101 private synchronized boolean canRetryConnection(Integer profile) { in canRetryConnection()
DBluetoothDevicesInfo.java74 public ConnectionInfo(int profile) { in ConnectionInfo()
79 public ConnectionInfo(int profile, int numConnectionsSupported) { in ConnectionInfo()
120 public BluetoothDevicesInfo(int profile) { in BluetoothDevicesInfo()
125 public BluetoothDevicesInfo(int profile, int numConnectionsSupported) { in BluetoothDevicesInfo()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java48 void onFound(SipProfile profile); in onFound()
190 SipProfile profile, in createConnectionForProfile()
234 private SipPhone findPhoneForProfile(SipProfile profile) { in findPhoneForProfile()
249 private SipPhone createPhoneForProfile(SipProfile profile) { in createPhoneForProfile()
DSipSettings.java168 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()
DSipPhoneAccountSettingsActivity.java51 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in onCreate() local
DSipAccountRegistry.java39 AccountEntry(SipProfile profile) { in AccountEntry()
133 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in verifyAndPurgeInvalidPhoneAccounts() local
264 private void startSipServiceForProfile(SipProfile profile, SipManager sipManager, in startSipServiceForProfile()
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
DVpnTests.java159 private void printVpnProfile(VpnProfile profile) { in printVpnProfile()
179 private void printKeyStore(VpnProfile profile) { in printKeyStore()
207 private void connect(VpnProfile profile) throws Exception { in connect()
273 private void validateVpnConnection(VpnProfile profile) throws Exception { in validateVpnConnection()
280 private void validateVpnConnection(VpnProfile profile, boolean pingTestFlag) throws Exception { in validateVpnConnection()
336 private void installCertificatesFromFile(VpnProfile profile, String fileName, String password) in installCertificatesFromFile()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java232 private CheckBox createProfilePreference(LocalBluetoothProfile profile) { in createProfilePreference()
251 private void onProfileClicked(LocalBluetoothProfile profile, CheckBox profilePref) { in onProfileClicked()
266 askDisconnect(mManager.getForegroundActivity(), profile); in onProfileClicked() local
287 final LocalBluetoothProfile profile) { in askDisconnect()
352 private CheckBox findProfile(String profile) { in findProfile()
357 LocalBluetoothProfile profile) { in refreshProfilePreference()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java112 private static boolean isProfileDisabled(Context context, Class profile) { in isProfileDisabled()
128 private static int getProfileIndex(Class profile) { in getProfileIndex()
DAdapterProperties.java420 int getProfileConnectionState(int profile) { in getProfileConnectionState()
436 private void sendConnectionStateChange(int profile, Intent connIntent) { in sendConnectionStateChange()
442 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange()
534 private void updateProfileConnectionState(int profile, int newState, int oldState) { in updateProfileConnectionState()
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DLoggingProfiler.java32 LoggingProfile profile = new LoggingProfile(mWriter, name); in create() local
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothAdapterProxy.java34 int profile) { in getProfileProxy()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothHeadsetFragment.java230 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
242 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
DMapMceTestFragment.java207 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
218 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DCrossProfileIntentFiltersSetterTest.java102 UserInfo profile = new UserInfo(TEST_PROFILE_USER_ID, null, UserInfo.FLAG_MANAGED_PROFILE); in testResetFilters_OneProfile() local
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java91 DeviceProfile profile = mLauncher.getDeviceProfile(); in setupLp() local
112 final DeviceProfile profile = mLauncher.getDeviceProfile(); in measureChild() local
153 DeviceProfile profile = mLauncher.getDeviceProfile(); in onLayout() local
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothProfileLineItem.java45 public BluetoothProfileLineItem(Context context, LocalBluetoothProfile profile, in BluetoothProfileLineItem()
/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataFactory.java56 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); in fromCursor() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp30 static inline void profile(const CorrectionType correctionType, DicNode *const node) { in profile() function

12