Searched refs:INSTR_FLAG_INSTRUMENT_SDK_SANDBOX (Results 1 – 3 of 3) sorted by relevance
23 import static android.app.ActivityManager.INSTR_FLAG_INSTRUMENT_SDK_SANDBOX;531 flags |= INSTR_FLAG_INSTRUMENT_SDK_SANDBOX; in run()
195 public static final int INSTR_FLAG_INSTRUMENT_SDK_SANDBOX = 1 << 5; field in ActivityManager
15700 if ((flags & ActivityManager.INSTR_FLAG_INSTRUMENT_SDK_SANDBOX) != 0) { in startInstrumentation()