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

12

  /developers/build/prebuilts/gradle/TextSwitcher/TextSwitcherSample/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);
  /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/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/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/BorderlessButtons/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/CustomChoiceList/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/ImmersiveMode/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/NetworkConnect/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/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);
  /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);

Completed in 417 milliseconds

12