Searched refs:mLogCatCommand (Results 1 – 1 of 1) sorted by relevance
171 private String mLogCatCommand; field in BackgroundLogReceiver.Builder188 mLogCatCommand = Objects.requireNonNull(command); in setLogCatCommand()207 Objects.requireNonNull(mLogCatCommand); in build()209 return new BackgroundLogReceiver(mName, mLogCatCommand, mDevice, mEarlyStopCondition); in build()