/frameworks/base/voip/java/android/net/sip/ |
ISipService.aidl | 29 void open3(in SipProfile localProfile,
|
SipManager.java | 217 mSipService.open3(localProfile, incomingCallPendingIntent,
|
/external/webkit/Tools/Scripts/ |
run-api-tests | 36 use IPC::Open3; 149 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test."; 151 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test."; 202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!"; 204 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!"; 265 my $buildProcess = open3($childIn, $childOut, $childErr, "Tools/Scripts/$buildTestTool", @args) or die "Failed to run " . $buildTestTool;
|
old-run-webkit-tests | 67 use IPC::Open3; [all...] |
/frameworks/base/voip/java/com/android/server/sip/ |
SipService.java | 160 public synchronized void open3(SipProfile localProfile, method in class:SipService 171 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": " [all...] |