HomeSort by relevance Sort by last modified time
    Searched refs:getLogTag (Results 1 - 7 of 7) sorted by null

  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ComponentNameUtils.java 47 public static String getLogTag(ComponentName componentName) {
ActivityManagerTestBase.java 63 import static android.server.wm.ComponentNameUtils.getLogTag;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationListenerActivity.java 58 Log.d(getLogTag(), "ACTION_SET_LOCATION_AND_CHECK_UPDATES received in uid "
69 Log.d(getLogTag(), "Exit location settings:OK");
76 Log.wtf(getLogTag(), "Unknown requestCode " + requestCode + "; data = " + data);
88 Log.e(getLogTag(), "Settings.ACTION_LOCATION_SOURCE_SETTINGS could not be resolved");
134 protected String getLogTag() {
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
WindowManagerTestBase.java 69 final String getLogTag() {
70 return ComponentNameUtils.getLogTag(getComponentName());
83 assertEquals(getLogTag() + " must" + (hasFocus ? "" : " not")
WindowFocusTests.java 99 assertEquals(target.getLogTag() + " must only receive key event sent.", eventCount,
179 assertEquals(secondaryActivity.getLogTag() + " must only receive expected events.",
384 assertEquals(getLogTag() + " must be moved to the display.",
402 assertEquals(getLogTag() + " must" + (hasCapture ? "" : " not")
442 assertNotNull(getLogTag() + " must receive key event.",
  /cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
BatterySavingTestBase.java 80 public String getLogTag() {
87 Log.d(getLogTag(), message);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 603 protected String getLogTag() {

Completed in 133 milliseconds