Home
last modified time | relevance | path

Searched refs:takeBugreportz (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandOptions.java120 public void setBugreportzOnInvocationEnded(boolean takeBugreportz); in setBugreportzOnInvocationEnded() argument
DCommandOptions.java316 public void setBugreportzOnInvocationEnded(boolean takeBugreportz) { in setBugreportzOnInvocationEnded() argument
317 mTakeBugreportzOnInvocationEnded = takeBugreportz; in setBugreportzOnInvocationEnded()