Lines Matching refs:currentAppInfo
366 if not currentAppInfo.get_name():
371 self._update_status(currentAppInfo.get_name(),
372 currentAppInfo.get_gdbserver_path())
539 self.intent = currentAppInfo.get_intent()
540 self.process_name = currentAppInfo.get_name()
541 self.data_directory = currentAppInfo.get_data_directory()
542 self.gdbserver_path = currentAppInfo.get_gdbserver_path()
598 self.intent = currentAppInfo.get_intent()
599 self.process_name = currentAppInfo.get_name()
600 self.data_directory = currentAppInfo.get_data_directory()
601 self.gdbserver_path = currentAppInfo.get_gdbserver_path()
718 currentAppInfo.set_info(package_name, launchable, data_directory)
722 print "\tname=" + currentAppInfo.get_name()
723 print "\tintent=" + currentAppInfo.get_intent()
757 currentAppInfo = DebugAppInfo () variable