Searched defs:isProvisioned (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLinkProperties.java686 public boolean isProvisioned() { method in class:LinkProperties
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java774 public boolean isProvisioned() { method in class:RuimRecords
H A DIccRecords.java538 public boolean isProvisioned () { method in class:IccRecords
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java3775 private boolean isProvisioned(LinkProperties lp) { method in class:WifiStateMachine
3776 // LinkProperties#isProvisioned returns true even if all we have is an IPv4 address and no
3839 final boolean wasProvisioned = isProvisioned(mLinkProperties);
3840 final boolean isProvisioned = isProvisioned(newLp);
3880 if (isProvisioned) {
3896 if (!isProvisioned) {
3897 // Can never happen unless DHCP reports success but isProvisioned thinks the
3910 if (!isProvisioned) {
3923 // have empty DhcpResults and thus empty LinkProperties, and isProvisioned wil
[all...]

Completed in 377 milliseconds