Home
last modified time | relevance | path

Searched refs:getLogTag (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationListenerActivity.java58 Log.d(getLogTag(), "ACTION_SET_LOCATION_AND_CHECK_UPDATES received in uid " in onCreate()
69 Log.d(getLogTag(), "Exit location settings:OK"); in onActivityResult()
76 Log.wtf(getLogTag(), "Unknown requestCode " + requestCode + "; data = " + data); in onActivityResult()
88 Log.e(getLogTag(), "Settings.ACTION_LOCATION_SOURCE_SETTINGS could not be resolved"); in handleLocationAction()
134 protected String getLogTag() { in getLogTag() method in LocationListenerActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowManagerTestBase.java69 final String getLogTag() { in getLogTag() method in WindowManagerTestBase.FocusableActivity
70 return ComponentNameUtils.getLogTag(getComponentName()); in getLogTag()
83 assertEquals(getLogTag() + " must" + (hasFocus ? "" : " not") in assertWindowFocusState()
DWindowFocusTests.java99 assertEquals(target.getLogTag() + " must only receive key event sent.", eventCount, in sendAndAssertTargetConsumedKey()
179 assertEquals(secondaryActivity.getLogTag() + " must only receive expected events.", in testKeyReceiving()
384 assertEquals(getLogTag() + " must be moved to the display.", in waitAndAssertDisplayId()
402 assertEquals(getLogTag() + " must" + (hasCapture ? "" : " not") in waitAndAssertPointerCaptureState()
442 assertNotNull(getLogTag() + " must receive key event.", in assertAndConsumeKeyEvent()
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySavingTestBase.java80 public String getLogTag() { in getLogTag() method in BatterySavingTestBase
87 Log.d(getLogTag(), message); in debug()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DComponentNameUtils.java47 public static String getLogTag(ComponentName componentName) { in getLogTag() method in ComponentNameUtils
DActivityManagerTestBase.java63 import static android.server.wm.ComponentNameUtils.getLogTag;
1492 assertLifecycleCounts(activityName, "Assert lifecycle of " + getLogTag(activityName),
1640 final String logTag = getLogTag(activityName);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java603 protected String getLogTag() { in getLogTag() method in ByodHelperActivity