OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newProfile
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Browser/src/com/android/browser/
AutofillHandler.java
182
AutoFillProfile
newProfile
= values[0];
183
mAutoFillProfileDb.addOrUpdateProfile(mAutoFillActiveProfileId,
newProfile
);
AutoFillSettingsFragment.java
209
AutoFillProfile
newProfile
= new AutoFillProfile(
222
mSettings.setAutoFillProfile(
newProfile
,
/external/icu4c/common/
usprep.cpp
341
LocalMemory<UStringPrepProfile>
newProfile
;
342
if(
newProfile
.allocateInsteadAndReset() == NULL) {
348
if(!loadData(
newProfile
.getAlias(), path, name, _SPREP_DATA_TYPE, status) || U_FAILURE(*status) ){
353
newProfile
->doNFKC = (UBool)((
newProfile
->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
354
newProfile
->checkBiDi = (UBool)((
newProfile
->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
356
if(
newProfile
->checkBiDi) {
357
newProfile
->bdp = ubidi_getSingleton();
369
usprep_unload(
newProfile
.getAlias())
[
all
...]
/packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java
267
SipProfile
newProfile
= new SipProfile.Builder(p)
272
mProfileDb.saveProfile(
newProfile
);
276
return
newProfile
;
SipEditor.java
386
final SipProfile
newProfile
) {
389
//
newProfile
may be null if the old profile is to be deleted rather
395
if ((
newProfile
!= null) && mPrimaryAccountSelector.isSelected()) {
399
mPrimaryAccountSelector.commit(
newProfile
);
401
saveAndRegisterProfile(
newProfile
);
Completed in 1240 milliseconds