Searched defs:TAG (Results 1 - 25 of 124) sorted by relevance

12345

/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
H A DDebugReceiver.java44 private static final String TAG = "BTDEBUG"; field in class:DebugReceiver
47 Log.d(TAG, shorten(intent.getAction()));
52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra));
/development/apps/CustomLocale/src/com/android/customlocale2/
H A DChangeLocale.java33 private static final String TAG = ChangeLocale.class.getSimpleName(); field in class:ChangeLocale
44 Log.d(TAG, "Change locale to: " + locale);
72 Log.e(TAG, "Change locale failed", e);
H A DCustomLocaleReceiver.java39 private static final String TAG = CustomLocaleReceiver.class.getSimpleName(); field in class:CustomLocaleReceiver
52 Log.d(TAG, "Invalid intent: " + (intent == null ? "null" : intent.toString()));
73 Log.e(TAG, "Invalid locale: expected ab_CD but got " + locale);
H A DNewLocaleDialog.java37 private static final String TAG = "NewLocale"; field in class:NewLocaleDialog
63 Log.d(TAG, "New Locale: " + locale + (select ? " + select" : ""));
/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DSmsMessageReceiver.java30 private static final String TAG = "SmsMessageReceiver"; field in class:SmsMessageReceiver
H A DSmsMessagingDemo.java48 private static final String TAG = "SmsMessagingDemo"; field in class:SmsMessagingDemo
79 Log.d(TAG, (isChecked ? "Enabling" : "Disabling") + " SMS receiver");
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
H A DInviteContactActivity.java29 private static final String TAG = "InviteContactActivity"; field in class:InviteContactActivity
H A DViewGroupActivity.java29 private static final String TAG = "ViewGroupActivity"; field in class:ViewGroupActivity
H A DViewStreamItemActivity.java29 private static final String TAG = "ViewStreamItemActivity"; field in class:ViewStreamItemActivity
H A DViewStreamItemPhotoActivity.java29 private static final String TAG = "ViewStreamItemPhotoActivity"; field in class:ViewStreamItemPhotoActivity
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
H A DNotifierService.java27 private static final String TAG = "NotifierService"; field in class:NotifierService
30 super(TAG);
37 Log.i(TAG, "Contact opened: " + intent.getData());
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DSharingReceiverSupport.java40 private static final String TAG = "SharingReceiverSupport"; field in class:SharingReceiverSupport
77 Log.e(TAG, "Reading stream threw exception", e);
82 Log.e(TAG, "File not found from share.", e);
84 Log.d(TAG, "I/O Error", e);
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
H A DImageGridActivity.java30 private static final String TAG = "ImageGridActivity"; field in class:ImageGridActivity
39 if (getSupportFragmentManager().findFragmentByTag(TAG) == null) {
41 ft.add(android.R.id.content, new ImageGridFragment(), TAG);
/development/samples/ContactManager/src/com/example/android/contactmanager/
H A DContactManager.java37 public static final String TAG = "ContactManager"; field in class:ContactManager
50 Log.v(TAG, "Activity State: onCreate()");
66 Log.d(TAG, "mAddAccountButton clicked");
72 Log.d(TAG, "mShowInvisibleControl changed: " + isChecked);
/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DSecureWebServer.java40 private static final String TAG = "SecureWebServer"; field in class:SecureWebServer
97 Log.d(TAG, "Secure Web Server is starting up on port 8080");
106 Log.d(TAG, "Waiting for connection");
113 Log.d(TAG, "Connected, sending data.");
139 Log.d(TAG, "Error: " + e);
H A DSecureWebServerService.java29 private static final String TAG = "SecureWebServerService"; field in class:SecureWebServerService
71 Log.d(TAG, "Create an ongoing notification");
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMediaButtonHelper.java15 private static final String TAG = "MediaButtonHelper"; field in class:MediaButtonHelper
56 Log.e(TAG, "IllegalAccessException invoking registerMediaButtonEventReceiver.");
81 Log.e(TAG, "IllegalAccessException invoking unregisterMediaButtonEventReceiver.");
H A DRemoteControlHelper.java30 private static final String TAG = "RemoteControlHelper"; field in class:RemoteControlHelper
68 Log.e(TAG, e.getMessage(), e);
83 Log.e(TAG, e.getMessage(), e);
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
H A DAuthenticationService.java30 private static final String TAG = "AuthenticationService"; field in class:AuthenticationService
36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
37 Log.v(TAG, "SampleSyncAdapter Authentication Service started.");
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
45 Log.v(TAG, "SampleSyncAdapter Authentication Service stopped.");
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
52 Log.v(TAG, "getBinder()... returning the AccountAuthenticator binder for intent "
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
H A DBatchOperation.java36 private final String TAG = "BatchOperation"; field in class:BatchOperation
72 Log.e(TAG, "storing contact data failed", e1);
74 Log.e(TAG, "storing contact data failed", e2);
/development/samples/TtsEngine/src/com/example/android/ttsengine/
H A DCheckVoiceData.java35 private static final String TAG = "CheckVoiceData"; field in class:CheckVoiceData
144 Log.w(TAG, "Unable to find data for: " + lang + ", exception: " + e);
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
H A DChatManager.java28 private static final String TAG = "ChatHandler"; field in class:ChatManager
50 Log.d(TAG, "Rec:" + String.valueOf(buffer));
54 Log.e(TAG, "disconnected", e);
72 Log.e(TAG, "Exception during write", e);
H A DClientSocketHandler.java14 private static final String TAG = "ClientSocketHandler"; field in class:ClientSocketHandler
31 Log.d(TAG, "Launching the I/O handler");
H A DGroupOwnerSocketHandler.java22 private static final String TAG = "GroupOwnerSocketHandler"; field in class:GroupOwnerSocketHandler
51 Log.d(TAG, "Launching the I/O handler");
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DTextToSpeechActivity.java49 private static final String TAG = "TextToSpeechDemo"; field in class:TextToSpeechActivity
99 Log.e(TAG, "Language is not available.");
113 Log.e(TAG, "Could not initialize TextToSpeech.");

Completed in 735 milliseconds

12345