Searched refs:INSTR_FLAG_INSTRUMENT_SDK_SANDBOX (Results 1 – 2 of 2) sorted by relevance
24 import static android.app.ActivityManager.INSTR_FLAG_INSTRUMENT_SDK_SANDBOX;536 flags |= INSTR_FLAG_INSTRUMENT_SDK_SANDBOX; in run()
199 public static final int INSTR_FLAG_INSTRUMENT_SDK_SANDBOX = 1 << 5; field in ActivityManager