Searched refs:getLogTag (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
D | LocationListenerActivity.java | 58 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/ |
D | WindowManagerTestBase.java | 69 final String getLogTag() { in getLogTag() method in WindowManagerTestBase.FocusableActivity 70 return ComponentNameUtils.getLogTag(getComponentName()); in getLogTag() 83 assertEquals(getLogTag() + " must" + (hasFocus ? "" : " not") in assertWindowFocusState()
|
D | WindowFocusTests.java | 99 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/ |
D | BatterySavingTestBase.java | 80 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/ |
D | ComponentNameUtils.java | 47 public static String getLogTag(ComponentName componentName) { in getLogTag() method in ComponentNameUtils
|
D | ActivityManagerTestBase.java | 63 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/ |
D | ByodHelperActivity.java | 603 protected String getLogTag() { in getLogTag() method in ByodHelperActivity
|