HomeSort by relevance Sort by last modified time
    Searched refs:useMsg (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/build/prebuilts/gradle/TextLinkify/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/samples/android/common/src/java/com/example/android/common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 57 String useMsg = msg;
58 if (useMsg == null) {
59 useMsg = "";
68 // This is functionally identical to Log.x(tag, useMsg);
69 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
70 Log.println(priority, tag, useMsg);
  /development/samples/browseable/ActiveNotifications/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/ActivityInstrumentation/src/com.example.android.common.logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/AppRestrictionSchema/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicAccessibility/src/com.example.android.common.logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicContactables/src/com.example.android.common.logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.common/logger/
LogWrapper.java 55 String useMsg = msg;
56 if (useMsg == null) {
57 useMsg = "";
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);

Completed in 1785 milliseconds

1 23 4 5