Searched refs:commandLineRun (Results 1 – 2 of 2) sorted by relevance
54 private static boolean commandLineRun; field in ConnectActivity202 if (requestCode == CONNECTION_REQUEST && commandLineRun) { in onActivityResult()205 commandLineRun = false; in onActivityResult()243 if ("android.intent.action.VIEW".equals(intent.getAction()) && !commandLineRun) { in onPermissionsGranted()357 private void connectToRoom(String roomId, boolean commandLineRun, boolean loopback, in connectToRoom() argument359 ConnectActivity.commandLineRun = commandLineRun; in connectToRoom()576 intent.putExtra(CallActivity.EXTRA_CMDLINE, commandLineRun); in connectToRoom()
167 private boolean commandLineRun; field in CallActivity328 commandLineRun = intent.getBooleanExtra(EXTRA_CMDLINE, false); in onCreate()362 if (commandLineRun && runTimeMs > 0) { in onCreate()658 if (commandLineRun || !activityRunning) {