Searched refs:isReachable (Results 1 – 8 of 8) sorted by relevance
131 return address.isReachable(10000); in checkStreamingServer()
467 if (isReachable() && !other.isReachable()) return -1; in compareTo()468 if (!isReachable() && other.isReachable()) return 1; in compareTo()1204 } else if (!isReachable()) { // Wifi out of range in getSettingsSummary()1638 public boolean isReachable() { in isReachable() method in AccessPoint
985 assertThat(aps.get(0).isReachable()).isTrue(); in updateNetworkInfoWithNewConnectedNetwork_switchesNetworks()986 assertThat(aps.get(1).isReachable()).isTrue(); in updateNetworkInfoWithNewConnectedNetwork_switchesNetworks()
636 assertThat(nearAp.isReachable()).isTrue();639 assertThat(farAp.isReachable()).isFalse();
714 containsCycle |= service.mState.isReachable(); in collectReachableProcessesLocked()715 if (service.mState.isReachable()) { in collectReachableProcessesLocked()734 containsCycle |= provider.mState.isReachable(); in collectReachableProcessesLocked()735 if (provider.mState.isReachable()) { in collectReachableProcessesLocked()
911 boolean isReachable() { in isReachable() method in ProcessStateRecord
43042 method public boolean isReachable(int) throws java.io.IOException;43043 … method public boolean isReachable(java.net.NetworkInterface, int, int) throws java.io.IOException;
8969 HPLcom/android/server/am/ProcessStateRecord;->isReachable()Z