Searched refs:logTag (Results 1 – 3 of 3) sorted by relevance
33 public OnFailureRule(String logTag) { in OnFailureRule() argument34 mLogTag = logTag; in OnFailureRule()
929 final String logTag = getLogTag(activityName);932 return logTag + " must have been destroyed. mDestroyCount="936 return logTag + " must have been (re)created. mCreateCount="942 return logTag + " must *NOT* have been destroyed. mDestroyCount="946 return logTag + " must *NOT* have been (re)created. mCreateCount="950 return logTag + " must have received configuration changed. "968 final String logTag = getLogTag(activityName);970 return logTag + " has been destroyed " + lifecycleCounts.mDestroyCount973 return logTag + " has been (re)created " + lifecycleCounts.mCreateCount976 return logTag + " has received "[all …]
56 private void assertInLogcat(String logTag, String entry, LogSeparator logSeparator) { in assertInLogcat() argument59 final String[] lines = getDeviceLogsForComponents(logSeparator, logTag); in assertInLogcat()