HomeSort by relevance Sort by last modified time
    Searched refs:AUTO_FILE (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/
fill_screens.py 15 AUTO_FILE = "launcher.db"
83 pull_file(AUTO_FILE)
84 process_file(AUTO_FILE)
85 push_file(AUTO_FILE)
print_db.py 16 AUTO_FILE = DIR + "/launcher.db"
230 pull_file(AUTO_FILE)
231 process_file(AUTO_FILE)
  /packages/apps/Launcher3/
fill_screens.py 15 AUTO_FILE = "launcher.db"
83 pull_file(AUTO_FILE)
84 process_file(AUTO_FILE)
85 push_file(AUTO_FILE)
print_db.py 22 AUTO_FILE = DIR + "/launcher.db"
304 pull_file(AUTO_FILE)
305 process_file(AUTO_FILE)

Completed in 296 milliseconds