Searched refs:TAG (Results 101 - 125 of 1686) sorted by relevance

1234567891011>>

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDiscoverableTimeoutReceiver.java32 private static final String TAG = "BluetoothDiscoverableTimeoutReceiver"; field in class:BluetoothDiscoverableTimeoutReceiver
38 Log.d(TAG, "setDiscoverableAlarm(): alarmTime = " + alarmTime);
50 Log.d(TAG, "setDiscoverableAlarm(): cancel prev alarm");
59 Log.d(TAG, "cancelDiscoverableAlarm(): Enter");
80 Log.d(TAG, "Disable discoverable...");
84 Log.e(TAG, "localBluetoothAdapter is NULL!!");
H A DBluetoothDiscoveryReceiver.java35 private static final String TAG = "BluetoothDiscoveryReceiver"; field in class:BluetoothDiscoveryReceiver
40 Log.v(TAG, "Received: " + action);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DActivityTransitionBitmapHelper.java31 private static final String TAG = "ActivityTransitionBitmapHelper"; field in class:ActivityTransitionBitmapHelper
42 Log.e(TAG, e.getMessage());
47 Log.e(TAG, e.getMessage());
60 Log.e(TAG, e.getMessage());
72 Log.d(TAG, "The remote process is not accessible, maybe it was killed.", e);
87 Log.e(TAG, "Error invoking binder. ", e);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DUpdateService.java28 private static final String TAG = "UpdateService"; field in class:UpdateService
33 super(TAG);
48 Log.v(TAG, "clicked a thing! intent=" + intent.toString());
55 Log.v(TAG, "id: " + id + " when: " + when + " update: " + update);
59 Log.v(TAG, "id extra was " + (intent.hasExtra("id") ? "present" : "missing"));
60 Log.v(TAG, "when extra was " + (intent.hasExtra("when") ? "present" : "missing"));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSystemBroadcastReceiver.java61 private static final String TAG = SystemBroadcastReceiver.class.getSimpleName(); field in class:SystemBroadcastReceiver
67 Log.i(TAG, "Package has been replaced: " + context.getPackageName());
76 Log.i(TAG, "Boot has been completed");
79 Log.i(TAG, "User initialize");
82 Log.i(TAG, "System locale changed");
99 Log.i(TAG, "Killing my process: pid=" + myPid);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaUpgradeReceiver.java42 static final String TAG = "MediaUpgradeReceiver"; field in class:MediaUpgradeReceiver
51 SharedPreferences prefs = context.getSharedPreferences(TAG, Context.MODE_PRIVATE);
73 Slog.i(TAG, "---> Start upgrade of media database " + file);
81 Log.wtf(TAG, "Error during upgrade of media db " + file, t);
87 Slog.i(TAG, "<--- Finished upgrade of media database " + file
93 Log.wtf(TAG, "Error during upgrade attempt.", t);
/packages/apps/Camera2/src_pd/com/android/camera/app/
H A DLocationManager.java30 private static final Log.Tag TAG = new Log.Tag("LocationManager"); field in class:LocationManager
35 Log.d(TAG, "Using legacy location provider.");
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherPreferencesBackupHelper.java26 private static final String TAG = "LauncherPreferencesBackupHelper"; field in class:LauncherPreferencesBackupHelper
40 if (VERBOSE) Log.v(TAG, "restoring preferences");
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMInjectPackageReceiver.java25 private static final String TAG = "DMInjectPackageReceiver"; field in class:DMInjectPackageReceiver
34 if (DBG) Log.d(TAG, intent.getAction());
/packages/apps/OMA-DM/plugins/diagmon/com/android/omadm/plugin/diagmon/
H A DDiagmonPlugin.java36 private static final String TAG = "DiagmonPlugin"; field in class:DiagmonPlugin
71 Log.i(TAG, "Enter DiagmonPlugin.init");
107 Log.i(TAG, "rootPath=" + mRootPath);
110 Log.i(TAG, "path=" + path);
118 Log.d(TAG, "Get on CurrentSystem Value");
124 Log.d(TAG, "Current System Value: " + mCurrentSystem);
129 Log.d(TAG, "Get on Current System Value failed");
137 Log.d(TAG, "Get on CurrentSystem Voice Value");
146 Log.d(TAG, "Current System Voice Value: " + mCurrentSystemVoice);
152 Log.d(TAG, "Ge
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DListSuggestionCursorNoDuplicates.java30 private static final String TAG = "QSB.ListSuggestionCursorNoDuplicates"; field in class:ListSuggestionCursorNoDuplicates
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
H A DCursorBackedSuggestionCursor.java30 protected static final String TAG = "QSB.CursorBackedSuggestionCursor"; field in class:CursorBackedSuggestionCursor
88 if (DBG) Log.d(TAG, "close()");
98 Log.e(TAG, "close() failed, ", ex);
106 Log.e(TAG, "LEAK! Finalized without being closed: " + toString());
119 Log.e(TAG, "getCount() failed, ", ex);
130 Log.e(TAG, "moveToPosition(" + pos + ") failed, count=" + getCount());
134 Log.e(TAG, "moveToPosition() failed, ", ex);
146 Log.e(TAG, "moveToNext() failed, ", ex);
159 Log.e(TAG, "getPosition() failed, ", ex);
252 Log.e(TAG, "getColumnInde
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DSearchBaseUrlHelper.java37 private static final String TAG = "QSB.SearchBaseUrlHelper"; field in class:SearchBaseUrlHelper
106 Log.w(TAG, "Search base domain was null, last apply time=" +
121 if (DBG) Log.d(TAG, "Prepending www to " + domain);
137 if (DBG) Log.d(TAG, "Starting request to /searchdomaincheck");
142 if (DBG) Log.d(TAG, "Request to /searchdomaincheck failed : " + e);
150 if (DBG) Log.d(TAG, "Request to /searchdomaincheck succeeded");
163 if (DBG) Log.d(TAG, "Setting search domain to : " + domain);
171 if (DBG) Log.d(TAG, "Handling changed preference : " + key);
/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DCertInstallerHelper.java60 private static final String TAG = "CertInstallerHelper"; field in class:CertInstallerHelper
102 Log.d(TAG, "extracted alias = " + alias + ", entry=" + entry.getClass());
110 Log.e(TAG, "failed to extract certificate" + e);
112 Log.e(TAG, "failed to extract certificate" + e);
114 Log.e(TAG, "failed to extract certificate" + e);
116 Log.e(TAG, "failed to extract certificate" + e);
123 Log.e(TAG, "close FileInputStream error: " + e);
137 Log.d(TAG, "# certs extracted = " + certs.length);
145 Log.d(TAG, "# ca certs extracted = " + mCaCerts.size());
179 Log.v(TAG, "ha
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationCursorLoader.java32 private static final String TAG = "ConversationCursorLoader"; field in class:ConversationCursorLoader
61 LogUtils.d(TAG, "Loaders: ");
63 LogUtils.d(TAG, " >> " + loader.mName + " (" + loader.mUri + ")");
70 LogUtils.d(TAG, "Add loader: " + mUri);
93 LogUtils.d(TAG, "Reset loader/disable cursor: " + mName);
101 LogUtils.d(TAG, "Reset loader/retain cursor: " + mName);
123 LogUtils.d(TAG, "Restarting reset loader: " + mName);
128 LogUtils.d(TAG, "Resuming retained loader: " + mName);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer2DictDecoderTests.java38 private static final String TAG = Ver2DictDecoderTests.class.getSimpleName(); field in class:Ver2DictDecoderTests
55 Log.e(TAG, "Failed to close the output stream", e);
66 Log.e(TAG, "IOException while the creating temporary file", e);
75 Log.e(TAG, "Failed to open the buffer", e);
83 Log.e(TAG, "Raised the exception while opening buffer", e);
109 Log.e(TAG, "IOException while the creating temporary file", e);
121 Log.d(TAG, "file length = " + testFile.length());
127 Log.e(TAG, "Failed to open and get the buffer", e);
/packages/services/Telephony/src/com/android/phone/
H A DTelephonyDebugService.java32 private static String TAG = "TelephonyDebugService"; field in class:TelephonyDebugService
37 Log.d(TAG, "TelephonyDebugService()");
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java65 private static final String TAG = "BtOppObexServer"; field in class:BluetoothOppObexServerSession
105 | PowerManager.ON_AFTER_RELEASE, TAG);
106 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
118 if (D) Log.d(TAG, "acquire full WakeLock");
121 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString());
124 Log.e(TAG, "Create server session error" + e);
132 if (D) Log.d(TAG, "Start!");
146 if (D) Log.d(TAG, "Stop!");
153 Log.e(TAG, "close mTransport error" + e);
161 if (D) Log.d(TAG, "addShar
[all...]
H A DBluetoothOppObexClientSession.java62 private static final String TAG = "BtOppObexClient"; field in class:BluetoothOppObexClientSession
87 if (D) Log.d(TAG, "Start!");
94 if (D) Log.d(TAG, "Stop!");
99 if (V) Log.v(TAG, "waiting for thread to terminate");
103 if (V) Log.v(TAG, "Interrupted waiting for thread to join");
153 wakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
166 if (V) Log.v(TAG, "acquire partial WakeLock");
172 if (V) Log.v(TAG, "Client thread was interrupted (1), exiting");
184 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for "
195 if (V) Log.v(TAG, "releas
[all...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostEmulationManager.java45 static final String TAG = "HostEmulationManager"; field in class:HostEmulationManager
129 Log.d(TAG, "notifyHostEmulationActivated");
137 Log.e(TAG, "Got activation event in non-idle state");
144 Log.d(TAG, "notifyHostEmulationData");
149 Log.e(TAG, "Got data in idle state.");
152 Log.e(TAG, "Dropping APDU in STATE_W4_DECTIVATE");
181 Log.e(TAG, "AID that was meant to go off-host was routed to host." +
210 Log.d(TAG, "Binding to existing service");
215 Log.d(TAG, "Waiting for new service.");
221 Log.d(TAG, "Droppin
[all...]
/packages/apps/Camera2/src/com/android/camera/app/
H A DLegacyLocationProvider.java30 private static final Log.Tag TAG = new Log.Tag("LcyLocProvider"); field in class:LegacyLocationProvider
54 Log.d(TAG, "No location received yet.");
71 Log.d(TAG, "disconnect");
89 Log.i(TAG, "fail to request location update, ignore", ex);
91 Log.d(TAG, "provider does not exist " + ex.getMessage());
100 Log.i(TAG, "fail to request location update, ignore", ex);
102 Log.d(TAG, "provider does not exist " + ex.getMessage());
104 Log.d(TAG, "startReceivingLocationUpdates");
114 Log.i(TAG, "fail to remove location listners, ignore", ex);
117 Log.d(TAG, "stopReceivingLocationUpdate
[all...]
/packages/apps/OMA-DM/plugins/pluginhelper/com/android/omadm/pluginhelper/
H A DDmtMoBuilder.java32 protected static final String TAG = DmtPluginFacade.TAG; field in class:DmtMoBuilder
39 Log.d(TAG, "--ENTER-- DmtMoBuilder constructor()");
52 Log.d(TAG, "--ENTER-- DmtMoBuilder.isNodeExist()");
69 Log.d(TAG, "--ENTER-- DmtMoBuilder.createLeafNode(" + nodePath + "," + nodeValue.getString() + ")");
107 Log.d(TAG, String.format("DmtMoBuilder.createLeafNode(%s, %b)", nodePath, nodeValue));
119 Log.d(TAG, String.format("DmtMoBuilder.createLeafNode(%s, %d)", nodePath, nodeValue));
131 Log.d(TAG, String.format("DmtMoBuilder.createLeafNode(%s, %s)", nodePath, nodeValue));
142 Log.d(TAG, "--ENTER-- DmtMoBuilder.createInteriorNode(" + nodePath + ")");
179 Log.d(TAG, "
[all...]
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
H A DOneTimeInitializerService.java43 private static final String TAG = OneTimeInitializerService.class.getSimpleName() field in class:OneTimeInitializerService
74 if (Log.isLoggable(TAG, Log.VERBOSE)) {
75 Log.v(TAG, "OneTimeInitializerService.onHandleIntent");
81 if (Log.isLoggable(TAG, Log.INFO)) {
82 Log.i(TAG, "Updating to version 1.");
111 if (Log.isLoggable(TAG, Log.DEBUG)) {
112 Log.d(TAG, "Total launcher icons: " + c.getCount());
139 if (Log.isLoggable(TAG, Log.INFO)) {
140 Log.i(TAG, "Updated " + componentName + " to " + newName);
144 Log.e(TAG, "Proble
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarCache.java33 private static final String TAG = "CalendarCache"; field in class:CalendarCache
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
99 Log.e(TAG, "Cannot read timezone type from CalendarCache - using AUTO as default", e);
108 Log.e(TAG, "Cannot write instances timezone to CalendarCache");
117 Log.e(TAG, "Cannot read instances timezone from CalendarCache - using device one: " +
127 Log.e(TAG, "Cannot write previous instance timezone to CalendarCache");
135 Log.e(TAG, "Cannot read previous instances timezone from CalendarCache", e);
153 if (Log.isLoggable(TAG, Log.VERBOSE)) {
154 Log.i(TAG, "Wrote (key, value) = [ " + key + ", " + value + "] ");
232 if (Log.isLoggable(TAG, Lo
[all...]
/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionService.java90 private static final String TAG = LogTag.TAG; field in class:TransactionService
174 Log.v(TAG, "Creating TransactionService");
215 Log.v(TAG, "onNewIntent: serviceId: " + serviceId + ": " + intent.getExtras() +
217 Log.v(TAG, " networkAvailable=" + !noNetwork);
231 Log.v(TAG, "onNewIntent: cursor.count=" + count + " action=" + action);
236 Log.v(TAG, "onNewIntent: no pending messages. Stopping service.");
251 Log.v(TAG, "onNewIntent: msgType=" + msgType + " transactionType=" +
272 Log.v(TAG, "onNewIntent: failureType=" + failureType +
281 Log.v(TAG, "onNewInten
[all...]

Completed in 609 milliseconds

1234567891011>>