Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialogFragment.java58 public static void show(VpnSettings parent, VpnProfile profile, boolean edit, boolean exists) { in show()
96 VpnProfile profile = (VpnProfile) args.getParcelable(ARG_PROFILE); in onCreateDialog() local
106 VpnProfile profile = dialog.getProfile(); in onClick() local
116 updateLockdownVpn(dialog.isVpnAlwaysOn(), profile); in onClick() local
145 private void updateLockdownVpn(boolean isVpnAlwaysOn, VpnProfile profile) { in updateLockdownVpn()
167 private void connect(VpnProfile profile) throws RemoteException { in connect()
175 private void disconnect(VpnProfile profile) { in disconnect()
DVpnSettings.java155 VpnProfile profile = new VpnProfile(Long.toHexString(millis)); in onOptionsItemSelected() local
281 VpnProfile profile = pref.getProfile(); in onPreferenceClick() local
357 private LegacyVpnPreference findOrCreatePreference(VpnProfile profile) { in findOrCreatePreference()
470 final VpnProfile profile = VpnProfile.decode(key, keyStore.get(Credentials.VPN + key)); in loadVpnProfiles() local
DLegacyVpnPreference.java44 public void setProfile(VpnProfile profile) { in setProfile()
DConfigDialog.java81 VpnProfile profile, boolean editing, boolean exists) { in ConfigDialog()
406 VpnProfile profile = new VpnProfile(mProfile.key); in getProfile() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java219 private CheckBox createProfilePreference(LocalBluetoothProfile profile) { in createProfilePreference()
238 private void onProfileClicked(LocalBluetoothProfile profile, CheckBox profilePref) { in onProfileClicked()
253 askDisconnect(mManager.getForegroundActivity(), profile); in onProfileClicked() local
274 final LocalBluetoothProfile profile) { in askDisconnect()
339 private CheckBox findProfile(String profile) { in findProfile()
344 LocalBluetoothProfile profile) { in refreshProfilePreference()
DDockService.java776 LocalBluetoothProfile profile, int startId) { in handleUnexpectedDisconnect()
855 LocalBluetoothProfile profile = mProfiles[i]; in applyBtSettings() local
/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()
DSipUtil.java110 static PhoneAccount createPhoneAccount(Context context, SipProfile profile) { in createPhoneAccount()
/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()
DCertInstallerHelper.java172 public void installCertificate(VpnProfile profile, String certFile, String password) { in installCertificate()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothAdapterProxy.java34 int profile) { in getProfileProxy()
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DLoggingProfiler.java32 LoggingProfile profile = new LoggingProfile(mWriter, name); in create() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java113 private static boolean isProfileDisabled(Context context, Class profile) { in isProfileDisabled()
DAdapterProperties.java312 int getProfileConnectionState(int profile) { in getProfileConnectionState()
324 void sendConnectionStateChange(BluetoothDevice device, int profile, int state, int prevState) { in sendConnectionStateChange()
416 private void updateProfileConnectionState(int profile, int newState, int oldState) { in updateProfileConnectionState()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java106 DeviceProfile profile = mLauncher.getDeviceProfile(); in setContainerWidth() local
144 InvariantDeviceProfile profile = in applyFromAppWidgetProviderInfo() local
DWidgetsListAdapter.java212 DeviceProfile profile = mLauncher.getDeviceProfile(); in setContainerHeight() local
/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
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java537 public void onServiceConnected(int profile, BluetoothProfile proxy) { in onServiceConnected()
563 public void onServiceDisconnected(int profile) { in onServiceDisconnected()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java205 final DeviceProfile profile = launcher.getDeviceProfile(); in handleHotseatButtonKeyEvent() local
344 DeviceProfile profile = launcher.getDeviceProfile(); in handleIconKeyEvent() local
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
DA2dpMediaBrowserService.java289 private void msgProfileConnect(BluetoothProfile profile) { in msgProfileConnect()
/packages/apps/Launcher3/protos/
Dbackup.proto71 optional DeviceProfieData profile = 7; field

12