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

  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 58 private static final String WELCOME_MESSAGE = "Welcome to our Mobile app!\n\n";
61 WELCOME_MESSAGE + "Checking for Wear Devices for app...\n";
64 WELCOME_MESSAGE
68 WELCOME_MESSAGE
73 WELCOME_MESSAGE
80 WELCOME_MESSAGE
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Application/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainMobileActivity.java 58 private static final String WELCOME_MESSAGE = "Welcome to our Mobile app!\n\n";
61 WELCOME_MESSAGE + "Checking for Wear Devices for app...\n";
64 WELCOME_MESSAGE
68 WELCOME_MESSAGE
73 WELCOME_MESSAGE
80 WELCOME_MESSAGE
  /development/samples/browseable/WearVerifyRemoteApp/Application/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainMobileActivity.java 58 private static final String WELCOME_MESSAGE = "Welcome to our Mobile app!\n\n";
61 WELCOME_MESSAGE + "Checking for Wear Devices for app...\n";
64 WELCOME_MESSAGE
68 WELCOME_MESSAGE
73 WELCOME_MESSAGE
80 WELCOME_MESSAGE
  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 58 private static final String WELCOME_MESSAGE = "Welcome to our Wear app!\n\n";
61 WELCOME_MESSAGE + "Checking for Mobile app...\n";
64 WELCOME_MESSAGE
69 WELCOME_MESSAGE
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 58 private static final String WELCOME_MESSAGE = "Welcome to our Wear app!\n\n";
61 WELCOME_MESSAGE + "Checking for Mobile app...\n";
64 WELCOME_MESSAGE
69 WELCOME_MESSAGE
  /development/samples/browseable/WearVerifyRemoteApp/Wearable/src/com.example.android.wearable.wear.wearverifyremoteapp/
MainWearActivity.java 56 private static final String WELCOME_MESSAGE = "Welcome to our Wear app!\n\n";
59 WELCOME_MESSAGE + "Checking for Mobile app...\n";
62 WELCOME_MESSAGE
67 WELCOME_MESSAGE
  /external/lz4/programs/
lz4cli.c 61 #define WELCOME_MESSAGE "*** %s %i-bits v%s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), LZ4_versionString(), AUTHOR
131 DISPLAY(WELCOME_MESSAGE);
345 if (!strcmp(argument, "--version")) { DISPLAY(WELCOME_MESSAGE); return 0; }
372 case 'V': DISPLAY(WELCOME_MESSAGE); goto _cleanup; /* Version */
500 DISPLAYLEVEL(3, WELCOME_MESSAGE);
  /external/lz4/tests/
fullbench.c 57 #define WELCOME_MESSAGE "*** %s v%s %i-bits, by %s ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION_STRING, (int)(sizeof(void*)*8), AUTHOR
629 DISPLAY(WELCOME_MESSAGE);

Completed in 609 milliseconds