OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authorityId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/content/
SyncInfo.java
29
public final int
authorityId
;
49
SyncInfo(int
authorityId
, Account account, String authority,
51
this.
authorityId
=
authorityId
;
64
parcel.writeInt(
authorityId
);
72
authorityId
= parcel.readInt();
SyncStatusInfo.java
29
public final int
authorityId
;
49
SyncStatusInfo(int
authorityId
) {
50
this.
authorityId
=
authorityId
;
70
parcel.writeInt(
authorityId
);
100
authorityId
= parcel.readInt();
SyncStorageEngine.java
141
int
authorityId
;
151
this.
authorityId
= -1;
159
this.
authorityId
= other.
authorityId
;
199
int
authorityId
;
713
public AuthorityInfo getAuthority(int
authorityId
) {
715
return mAuthorities.get(
authorityId
);
726
AuthorityInfo ainfo = getAuthority(syncInfo.
authorityId
);
755
op.
authorityId
= authority.ident;
[
all
...]
Completed in 53 milliseconds