Searched refs:TAG (Results 226 - 250 of 2587) sorted by relevance

1234567891011>>

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioStorage.java41 private static final String TAG = "Em.RadioStorage"; field in class:RadioStorage
283 if (Log.isLoggable(TAG, Log.DEBUG)) {
284 Log.d(TAG, String.format("storeRadioChannel(); band: %s, channel %s", band, channel));
301 Log.w(TAG, "Attempting to store channel for invalid band: " + band);
372 private static final String TAG = "Em.GetAllPresetsAT"; field in class:RadioStorage.GetAllPresetsAsyncTask
378 if (Log.isLoggable(TAG, Log.DEBUG)) {
379 Log.d(TAG, "Loaded presets: " + mPresets);
396 private static final String TAG = "Em.StorePresetAT"; field in class:RadioStorage.StorePresetAsyncTask
403 if (Log.isLoggable(TAG, Log.DEBUG)) {
404 Log.d(TAG, "Stor
428 private static final String TAG = "Em.RemovePresetAT"; field in class:RadioStorage.RemovePresetAsyncTask
460 private static final String TAG = "Em.StorePreScannedAT"; field in class:RadioStorage.StorePreScannedAsyncTask
[all...]
/packages/apps/Car/Stream/src/com/android/car/stream/media/
H A DMediaStateManager.java41 private static final String TAG = "MediaStateManager"; field in class:MediaStateManager
69 if (Log.isLoggable(TAG, Log.DEBUG)) {
70 Log.d(TAG, "Starting MediaStateManager");
88 if (Log.isLoggable(TAG, Log.DEBUG)) {
89 Log.d(TAG, "destroy()");
99 if (Log.isLoggable(TAG, Log.DEBUG)) {
100 Log.d(TAG, "stop()");
169 if (Log.isLoggable(TAG, Log.DEBUG)) {
170 Log.d(TAG, "updating media controller");
178 Log.w(TAG, "Updatin
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DViewNotificationService.java35 private static final String TAG = ViewNotificationService.class.getSimpleName(); field in class:ViewNotificationService
41 if (DEBUG) { Log.d(TAG, "onHandleIntent(). Intent: " + intent); }
52 Log.e(TAG, "Error reseting loader", e);
63 Log.e(TAG, "Error stopping service", e);
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DLoadRootTask.java33 private static final String TAG = "LoadRootTask"; field in class:LoadRootTask
49 if (DEBUG) Log.d(TAG, "Loading root: " + mRootUri);
58 if (DEBUG) Log.d(TAG, "Loaded root: " + root);
61 Log.w(TAG, "Failed to find root: " + mRootUri);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DCameraShortcutImage.java24 private static final String TAG = "CameraShortcutImage"; field in class:CameraShortcutImage
H A DEmptyAlbumImage.java24 private static final String TAG = "EmptyAlbumImage"; field in class:EmptyAlbumImage
H A DUnlockImage.java24 private static final String TAG = "UnlockImage"; field in class:UnlockImage
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMmsFileProvider.java34 private static final String TAG = LogUtil.BUGLE_TAG; field in class:MmsFileProvider
49 LogUtil.e(TAG, "Failed to create temp file " + file.getAbsolutePath());
70 LogUtil.e(TAG, "getFile: path "
77 LogUtil.e(TAG, "getFile: getCanonicalPath failed ", e);
/packages/apps/Messaging/src/com/android/messaging/util/
H A DPendingIntentConstants.java33 private static final String TAG = LogUtil.BUGLE_TAG; field in class:PendingIntentConstants
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverServer.java40 static final String TAG = "HandoverServer"; field in class:HandoverServer
99 if (DBG) Log.d(TAG, "failed to create LLCP service socket");
102 if (DBG) Log.d(TAG, "created LLCP service socket");
114 if (DBG) Log.d(TAG, "Server socket shut down.");
117 if (DBG) Log.d(TAG, "about to accept");
119 if (DBG) Log.d(TAG, "accept returned " + communicationSocket);
128 if (DBG) Log.d(TAG, "stop running");
130 Log.e(TAG, "llcp error", e);
132 Log.e(TAG, "IO error", e);
136 if (DBG) Log.d(TAG, "abou
[all...]
/packages/apps/Nfc/src/com/android/nfc/sneptest/
H A DDtaSnepClient.java39 private static final String TAG = "DtaSnepClient"; field in class:DtaSnepClient
86 if (DBG) Log.d(TAG, "Connecting remote server");
90 Log.e(TAG, "Error connecting remote server");
97 if (DBG) Log.d(TAG, "PUT Small Ndef Data");
112 if (DBG) Log.d(TAG, "PUT Small Ndef Data");
127 if (DBG) Log.d(TAG, "PUT Small Ndef Data");
142 if (DBG) Log.d(TAG, "PUT Small Ndef Data");
157 if (DBG) Log.d(TAG, "PUT Large Ndef Data");
172 if (DBG) Log.d(TAG, "PUT Large Ndef Data");
187 if (DBG) Log.d(TAG, "GE
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBatchingNamedTaskExecutor.java32 private static final String TAG = "QSB.BatchingNamedTaskExecutor"; field in class:BatchingNamedTaskExecutor
50 if (DBG) Log.d(TAG, "Queuing " + task);
56 if (DBG) Log.d(TAG, "Dispatching " + task);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);
/packages/apps/Settings/src/com/android/settings/datausage/
H A DAppDataUsageActivity.java34 private static final String TAG = "AppDataUsageActivity"; field in class:AppDataUsageActivity
45 Log.w(TAG, "invalid package: " + packageName);
51 if (DEBUG) Log.d(TAG, "onCreate() exception", e);
57 if (DEBUG) Log.d(TAG, "Package: " + packageName + " UID: " + uid);
/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DTestableFeature.java32 private final static String TAG = "TestableFeature"; field in class:TestableFeature
65 Log.e(TAG, "Not enabling for test:" + this,
75 Log.e(TAG, "Not disabling for test: " + this,
85 Log.e(TAG, "Not resetting feature: " + this, new IllegalStateException(DETAIL_MESSAGE));
/packages/apps/TV/src/com/android/tv/tuner/util/
H A DSystemPropertiesProxy.java28 private static final String TAG = "SystemPropertiesProxy"; field in class:SystemPropertiesProxy
42 Log.e(TAG, "Failed to invoke SystemProperties.getBoolean()", e);
57 Log.e(TAG, "Failed to invoke SystemProperties.getInt()", e);
73 Log.e(TAG, "Failed to invoke SystemProperties.get()", e);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
H A DLicenseActivity.java39 private static final String TAG = "LicenseActivity"; field in class:LicenseActivity
50 Log.e(TAG, "The system property for the license file is empty");
57 Log.e(TAG, "License file " + path + " does not exist");
75 Log.e(TAG, "Failed to find viewer", e);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DToastService.java29 private static final String TAG = "ToastService"; field in class:ToastService
36 super(TAG);
50 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
57 Log.v(TAG, "toast " + text);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DAlphabetShiftState.java22 private static final String TAG = AlphabetShiftState.class.getSimpleName(); field in class:AlphabetShiftState
61 Log.d(TAG, "setShifted(" + newShiftState + "): " + toString(oldState) + " > " + this);
79 Log.d(TAG, "setShiftLocked(" + newShiftLockState + "): " + toString(oldState)
87 Log.d(TAG, "setAutomaticShifted: " + toString(oldState) + " > " + this);
H A DModifierKeyState.java22 protected static final String TAG = ModifierKeyState.class.getSimpleName(); field in class:ModifierKeyState
40 Log.d(TAG, mName + ".onPress: " + toString(oldState) + " > " + this);
47 Log.d(TAG, mName + ".onRelease: " + toString(oldState) + " > " + this);
55 Log.d(TAG, mName + ".onOtherKeyPressed: " + toString(oldState) + " > " + this);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFacilitatorLruCache.java30 private static final String TAG = "DictionaryFacilitatorLruCache"; field in class:DictionaryFacilitatorLruCache
56 Log.i(TAG, "Interrupted during waiting for loading main dictionary.", e);
58 Log.i(TAG, "Retry", e);
60 Log.w(TAG, "Give up retrying. Retried "
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DApplicationUtils.java28 private static final String TAG = ApplicationUtils.class.getSimpleName(); field in class:ApplicationUtils
43 Log.e(TAG, "Failed to get settings activity title res id.", e);
61 Log.e(TAG, "Could not find version info.", e);
79 Log.e(TAG, "Could not find version info.", e);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarUpgradeReceiver.java40 static final String TAG = "CalendarUpgradeReceiver"; field in class:CalendarUpgradeReceiver
52 SharedPreferences prefs = context.getSharedPreferences(TAG, Context.MODE_PRIVATE);
68 Log.i(TAG, "Creating or opening calendar database");
78 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProviderUpgradeReceiver.java42 static final String TAG = "TvProviderUpgradeReceiver"; field in class:TvProviderUpgradeReceiver
54 SharedPreferences prefs = context.getSharedPreferences(TAG, Context.MODE_PRIVATE);
70 Log.i(TAG, "Creating or opening tv provider database");
77 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
/packages/services/Car/car-lib/src/android/car/content/pm/
H A DCarAppBlockingPolicyService.java38 private static final String TAG = CarAppBlockingPolicyService.class.getSimpleName(); field in class:CarAppBlockingPolicyService
59 Log.i(TAG, "onBind");
65 Log.i(TAG, "onUnbind");
75 Log.i(TAG, "setAppBlockingPolicySetter will set policy");
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
H A DBluetoothHeadsetFragment.java49 private static final String TAG = "CAR.BLUETOOTH.KS"; field in class:BluetoothHeadsetFragment
152 Log.w(TAG, "Device null when trying to connect sco!");
158 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice);
166 Log.w(TAG, "Device null when trying to connect sco!");
172 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice);
180 Log.w(TAG, "Device null when trying to connect sco!");
186 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice);
194 Log.w(TAG, "Device null when trying to disconnect sco!");
199 Log.w(TAG, "HFP Profile proxy not available, cannot disconnect sco to " +
208 Log.w(TAG, "Devic
[all...]

Completed in 843 milliseconds

1234567891011>>