Lines Matching full:history
6 (defvar android-jdb-port-history '("8700")
7 "history of ports supplied to `android-jdb'")
9 (defvar android-jdb-project-root-history '()
10 "history of project roots supplied to `android-jdb'")
11 (defvar android-jdb-history nil
12 "history of commands supplied to `android-jdb'")
14 (defvar android-jdb-activity-class-history ()
15 "history of activity classes supplied to `start-android-activity'")
66 (car android-jdb-port-history)
69 'android-jdb-port-history)
77 (if (not (string= jdb-command (car android-jdb-history)))
78 (push jdb-command android-jdb-history))
112 (car android-jdb-activity-class-history)
115 'android-jdb-activity-class-history)))
124 (car android-jdb-activity-class-history)
127 'android-jdb-activity-class-history)))