OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newProfile
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Browser/src/com/android/browser/
AutofillHandler.java
182
AutoFillProfile
newProfile
= values[0];
183
mAutoFillProfileDb.addOrUpdateProfile(mAutoFillActiveProfileId,
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
;
Completed in 152 milliseconds