Searched refs:getLogTag (Results 1 – 5 of 5) sorted by relevance
100 public final String getLogTag() { in getLogTag() method in WindowManagerTestBase.FocusableActivity101 return ComponentNameUtils.getLogTag(getComponentName()); in getLogTag()106 StateLogger.logAlways(getLogTag() + " onWindowFocusChanged: " + hasFocus); in onWindowFocusChanged()115 assertEquals(getLogTag() + " must" + (hasFocus ? "" : " not") in assertWindowFocusState()
47 public static String getLogTag(ComponentName componentName) { in getLogTag() method in ComponentNameUtils
78 import static android.server.wm.ComponentNameUtils.getLogTag;2087 assertLifecycleCounts(activityName, "Assert lifecycle of " + getLogTag(activityName),
113 assertEquals(target.getLogTag() + " must only receive key event sent.", eventCount, in sendAndAssertTargetConsumedKey()189 assertEquals(secondaryActivity.getLogTag() + " must only receive expected events", in testKeyReceiving()231 assertEquals(secondaryActivity.getLogTag() + " must only receive expected events", in testKeyReceivingWithDisplayWithOwnFocus()537 assertEquals(getLogTag() + " must be moved to the display.", in waitAndAssertDisplayId()544 StateLogger.logAlways(getLogTag() + " onPointerCaptureChanged: " + hasCapture); in onPointerCaptureChanged()560 assertEquals(getLogTag() + " must" + (hasCapture ? "" : " not") in waitAndAssertPointerCaptureState()567 StateLogger.logAlways(getLogTag() + " requesting pointer capture"); in requestPointerCapture()601 assertNotNull(getLogTag() + " must receive key event " + keyCodeToString(keyCode), in assertAndConsumeKeyEvent()
90 public String getLogTag() { in getLogTag() method in BatterySavingTestBase97 Log.d(getLogTag(), message); in debug()