Searched refs:policyUpdate (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
D | UpdateInfo.java | 35 public UpdateInfo(OMANode policyUpdate) throws OMAException { in UpdateInfo() argument 36 mInterval = MOManager.getLong(policyUpdate, TAG_UpdateInterval, null) * in UpdateInfo() 38 mSPPClientInitiated = MOManager.getSelection(policyUpdate, TAG_UpdateMethod); in UpdateInfo() 39 mUpdateRestriction = MOManager.getSelection(policyUpdate, TAG_Restriction); in UpdateInfo() 40 mURI = MOManager.getString(policyUpdate, TAG_URI); in UpdateInfo() 42 OMANode unp = policyUpdate.getChild(TAG_UsernamePassword); in UpdateInfo() 53 OMANode trustRoot = MOManager.getChild(policyUpdate, TAG_TrustRoot); in UpdateInfo()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
D | UpdateInfo.java | 35 public UpdateInfo(OMANode policyUpdate) throws OMAException { in UpdateInfo() argument 36 mInterval = PasspointManagementObjectManager.getLong(policyUpdate, TAG_UpdateInterval, null) in UpdateInfo() 38 mSPPClientInitiated = PasspointManagementObjectManager.getSelection(policyUpdate, in UpdateInfo() 41 PasspointManagementObjectManager.getSelection(policyUpdate, TAG_Restriction); in UpdateInfo() 42 mURI = PasspointManagementObjectManager.getString(policyUpdate, TAG_URI); in UpdateInfo() 44 OMANode unp = policyUpdate.getChild(TAG_UsernamePassword); in UpdateInfo() 56 OMANode trustRoot = PasspointManagementObjectManager.getChild(policyUpdate, TAG_TrustRoot); in UpdateInfo()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/ |
D | SubscriptionTimer.java | 44 private boolean policyUpdate(long now) { in policyUpdate() method in SubscriptionTimer.UpdateAction 92 } else if (updateAction.policyUpdate(now)) { in checkUpdates()
|