OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profileId
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Browser/src/com/android/browser/
AutofillHandler.java
122
int
profileId
= NO_AUTOFILL_PROFILE_SET;
124
profileId
= profile.getUniqueId();
137
setActiveAutoFillProfileId(
profileId
);
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java
223
* the contact's status until they have a
profileId
.
423
final long
profileId
= lookupProfile(resolver, serverId);
424
if (
profileId
<= 0) {
534
final long
profileId
= lookupProfile(resolver, userId);
537
if (
profileId
> 0) {
538
values.put(StatusUpdates.DATA_ID,
profileId
);
626
long
profileId
= 0;
632
profileId
= c.getLong(ProfileQuery.COLUMN_ID);
639
return
profileId
;
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnection.java
108
public void setProfileId(int
profileId
) {
109
mProfileId =
profileId
;
GsmDataConnectionTracker.java
[
all
...]
Completed in 888 milliseconds