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

1 2 3 45

  /development/samples/browseable/RenderScriptIntrinsic/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/RepeatingAlarm/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/RevealEffectBasic/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/RuntimePermissions/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/ScreenCapture/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/SlidingTabsBasic/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/SlidingTabsColors/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/StorageClient/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/StorageProvider/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/SwipeRefreshLayoutBasic/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/SwipeRefreshListFragment/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/SwipeRefreshMultipleViews/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/SynchronizedNotifications/Application/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/TextLinkify/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/TextSwitcher/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 241 milliseconds

1 2 3 45