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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DConnectActivity.java47 private static final int CONNECTION_REQUEST = 1; field in class:ConnectActivity
212 if (requestCode == CONNECTION_REQUEST && commandLineRun) {
372 startActivityForResult(intent, CONNECTION_REQUEST);

Completed in 61 milliseconds