HomeSort by relevance Sort by last modified time
    Searched refs:policyIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 769 int policyIndex = -1;
787 policyIndex = index++;
804 if (recvIndex >= 0 || sendIndex >= 0 || policyIndex >= 0) {
812 if (policyIndex >= 0) {
813 cv.put(Account.POLICY_KEY, policyIndex);
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]

Completed in 65 milliseconds