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

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
HudFragment.java 165 String activeConnection = reportMap.get("googActiveConnection");
166 if (activeConnection != null && activeConnection.equals("true")) {
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDStatsBuilder.m 174 NSString *activeConnection = [values[@"googActiveConnection"] firstObject];
175 if (![activeConnection isEqualToString:@"true"]) {

Completed in 202 milliseconds