Searched refs:currentAppInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py366 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
757 currentAppInfo = DebugAppInfo () variable
[all...]

Completed in 50 milliseconds