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

  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
UpdateInfo.java 35 public UpdateInfo(OMANode policyUpdate) throws OMAException {
36 mInterval = MOManager.getLong(policyUpdate, TAG_UpdateInterval, null) *
38 mSPPClientInitiated = MOManager.getSelection(policyUpdate, TAG_UpdateMethod);
39 mUpdateRestriction = MOManager.getSelection(policyUpdate, TAG_Restriction);
40 mURI = MOManager.getString(policyUpdate, TAG_URI);
42 OMANode unp = policyUpdate.getChild(TAG_UsernamePassword);
53 OMANode trustRoot = MOManager.getChild(policyUpdate, TAG_TrustRoot);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
UpdateInfo.java 35 public UpdateInfo(OMANode policyUpdate) throws OMAException {
36 mInterval = PasspointManagementObjectManager.getLong(policyUpdate, TAG_UpdateInterval, null)
38 mSPPClientInitiated = PasspointManagementObjectManager.getSelection(policyUpdate,
41 PasspointManagementObjectManager.getSelection(policyUpdate, TAG_Restriction);
42 mURI = PasspointManagementObjectManager.getString(policyUpdate, TAG_URI);
44 OMANode unp = policyUpdate.getChild(TAG_UsernamePassword);
56 OMANode trustRoot = PasspointManagementObjectManager.getChild(policyUpdate, TAG_TrustRoot);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
SubscriptionTimer.java 44 private boolean policyUpdate(long now) {
92 } else if (updateAction.policyUpdate(now)) {

Completed in 317 milliseconds