Searched refs:INSTR_FLAG_DISABLE_ISOLATED_STORAGE (Results 1 – 2 of 2) sorted by relevance
21 import static android.app.ActivityManager.INSTR_FLAG_DISABLE_ISOLATED_STORAGE;527 flags |= INSTR_FLAG_DISABLE_ISOLATED_STORAGE; in run()
176 public static final int INSTR_FLAG_DISABLE_ISOLATED_STORAGE = 1 << 1; field in ActivityManager