OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:policyIndex
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java
723
int
policyIndex
= -1;
741
policyIndex
= index++;
758
if (recvIndex >= 0 || sendIndex >= 0 ||
policyIndex
>= 0) {
766
if (
policyIndex
>= 0) {
767
cv.put(Account.POLICY_KEY,
policyIndex
);
792
if (
policyIndex
>= 0) {
793
long newId = getId(results[
policyIndex
].uri);
[
all
...]
/frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java
[
all
...]
Completed in 178 milliseconds