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

1234567891011>>

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSystemBroadcastReceiver.java66 private static final String TAG = SystemBroadcastReceiver.class.getSimpleName(); field in class:SystemBroadcastReceiver
72 Log.i(TAG, "Package has been replaced: " + context.getPackageName());
87 Log.i(TAG, "Boot has been completed");
90 Log.i(TAG, "System locale changed");
108 Log.i(TAG, "Killing my process: pid=" + myPid);
115 Log.i(TAG, "Removing the old downloads in progress of the previous keyboard version.");
130 Log.i(TAG, "Removed the download with Id: " + downloadId);
135 Log.e(TAG, "Exception while removing old downloads.");
148 if (Log.isLoggable(TAG, Log.INFO)) {
149 Log.i(TAG, "toggleAppIco
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java44 private final String TAG; field in class:BluetoothMapMasInstance
120 TAG = "BluetoothMapMasInstance" + sInstanceCounter++;
136 if (V) Log.d(TAG, "Removing SDP record for MAS instance: " + mMasInstanceId +
139 Log.d(TAG, "RemoveSDPrecord returns " + status);
146 TAG = "BluetoothMapMasInstance" + sInstanceCounter++;
265 if (D) Log.d(TAG, "Map Service startRfcommSocketListener");
268 if (D) Log.d(TAG, "mServerSession exists - shutting it down...");
273 if (D) Log.d(TAG, "mObserver exists - shutting it down...");
288 Log.e(TAG, "Failed to start the listeners");
295 if(V) Log.d(TAG, "Creatin
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestions.java28 private static final String TAG = "QSB.Suggestions"; field in class:Suggestions
95 Log.d(TAG, "addResults["+ hashCode() + "] source:" +
129 if (DBG) Log.d(TAG, "notifyDataSetChanged()");
137 if (DBG) Log.d(TAG, "close() [" + hashCode() + "]");
156 Log.e(TAG, "LEAK! Finalized without being closed: Suggestions[" + getQuery() + "]");
H A DSuggestionsProviderImpl.java36 private static final String TAG = "QSB.SuggestionsProviderImpl"; field in class:SuggestionsProviderImpl
62 if (DBG) Log.d(TAG, "getSuggestions(" + query + ")");
64 Log.i(TAG, "chars:" + query.length() + ",source:" + sourceToQuery);
102 Log.d(TAG, "SuggestionCursorReceiver.consume(" + cursor + ") corpus=" +
106 if (DBG) Log.d(TAG, "Publishing results");
/packages/apps/Settings/src/com/android/settings/
H A DTetherProvisioningActivity.java36 private static final String TAG = "TetherProvisioningAct"; field in class:TetherProvisioningActivity
38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
57 Log.d(TAG, "Starting provisioning app: " + provisionApp[0] + "." + provisionApp[1]);
62 Log.e(TAG, "Provisioning app is configured, but not available.");
75 if (DEBUG) Log.d(TAG, "Got result from app: " + resultCode);
/packages/apps/TV/src/com/android/tv/menu/
H A DActionCardView.java32 private static final String TAG = MenuView.TAG; field in class:ActionCardView
65 Log.d(TAG, "onBind: action=" + action.getActionName(getContext()));
86 Log.d(TAG, "onSelected: action=" + mLabelView.getText());
93 Log.d(TAG, "onDeselected: action=" + mLabelView.getText());
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportPreviewActivity.java20 private static final String TAG = "BugReportPreview"; field in class:BugReportPreviewActivity
36 Log.w(TAG, "No intent provided.");
44 Log.d(TAG, "Loading " + uri);
52 Log.w(TAG, "Unable to open file: " + uri, fnfe);
56 Log.w(TAG, "Unable to process log.", ioe);
/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
H A DDemoPhoneRenderer.java30 private static final String TAG = DemoPhoneRenderer.class.getSimpleName(); field in class:DemoPhoneRenderer
47 Log.d(TAG, "onCallStateChanged, state: " + state + ", number: " + number);
63 Log.d(TAG, "onContactDetailsUpdated, name: " + name + ", typeLabel: " + typeLabel
75 Log.d(TAG, "onContactPhotoUpdated, picture: " + picture);
97 Log.w(TAG, "Unexpected call state: " + state);
H A DDemoInstrumentClusterView.java33 private final String TAG = DemoInstrumentClusterView.class.getSimpleName(); field in class:DemoInstrumentClusterView
59 Log.d(TAG, "setSpeed, meterPerSecond: " + speed);
64 Log.d(TAG, "showNavigation");
71 Log.d(TAG, "hideNavigation");
76 Log.d(TAG, "setNextTurn, image: " + image + ", title: " + title);
81 Log.d(TAG, "setNextTurnDistance, distance: " + distance);
87 Log.d(TAG, "setMediaData" + " artist = " + artist + ", album: " + album + ", track: " +
124 Log.d(TAG, "showMedia");
129 Log.d(TAG, "hideMedia");
134 Log.d(TAG, "showPhon
[all...]
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
H A DBluetoothMapService.java85 private static final String TAG = "BluetoothMapMceService"; field in class:BluetoothMapService
139 Log.d(TAG, "Received broadcast intent " + intent);
148 Log.w(TAG, "SDP search ended with no MAS record. Status: " + status);
177 Log.d(TAG, "Handling " + msg);
184 Log.d(TAG,
195 Log.e(TAG, "SDP failed initiation.");
204 Log.d(TAG, "SDP record: " + sdpRecord);
226 Log.d(TAG, "Current folder: " + currFolder);
236 Log.e(TAG, "Should not be here. " + currFolder);
253 Log.e(TAG, "Invali
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientService.java58 private static final String TAG = "PbapClientService"; field in class:PbapClientService
67 return TAG;
83 Log.w(TAG,"Unable to register pbapclient receiver",e);
97 Log.w(TAG,"Unable to unregister sap receiver",e);
112 Log.v(TAG, "onReceive");
145 Log.w(TAG, "PbapClient call not allowed for non-active user");
223 Log.d(TAG, "getPbapClientService(): returning " + sPbapClientService);
229 Log.d(TAG, "getPbapClientService(): service is NULL");
231 Log.d(TAG, "getPbapClientService(): service is not available");
240 Log.d(TAG, "setPbapClientServic
[all...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DMapObexTestServer.java26 private static final String TAG = "MapObexTestServer"; field in class:MapObexTestServer
81 Log.i(TAG,"onConnect()");
94 Log.e(TAG, "Exception in onConnect - aborting...", e);
103 Log.i(TAG,"onDisconnect()");
117 Log.e(TAG, "Exception in onDisconnect - aborting...", e);
123 Log.i(TAG, "Sending latch close signal...");
126 Log.i(TAG, "Got disconnect with mOperationCounter = " + mOperationIndex);
133 Log.i(TAG,"onPut()");
146 Log.e(TAG, "Exception in onPut - aborting...", e);
151 Log.i(TAG, "OBE
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DNfceeAccessControl.java42 static final String TAG = "NfceeAccess"; field in class:NfceeAccessControl
148 if (DBG) Log.d(TAG, "Granted NFCEE access to " + pkg + " (wildcard)");
154 if (DBG) Log.d(TAG, "Granted access to " + pkg + " (explicit)");
161 Log.w(TAG, "denied NFCEE access for " + pkg + " with signature:");
164 Log.w(TAG, s.toCharsString());
208 Log.w(TAG, "signer tag is missing android:signature attribute, igorning");
212 Log.w(TAG, "duplicate signature, ignoring");
218 Log.w(TAG, "mis-matched signer tag");
225 Log.w(TAG, "ignoring unnested packge tag");
236 Log.w(TAG, "packag
[all...]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/
H A DDvbDeviceAccessor.java49 private static final String TAG = "DvbDeviceAccessor"; field in class:DvbDeviceAccessor
73 Log.e(TAG, "Couldn't find class", e);
75 Log.e(TAG, "Couldn't find method", e);
93 Log.e(TAG, "Couldn't access", e);
95 Log.e(TAG, "Couldn't invoke", e);
105 Log.e(TAG, "Couldn't access", e);
107 Log.e(TAG, "Couldn't invoke", e);
118 Log.e(TAG, "Couldn't access", e);
120 Log.e(TAG, "Couldn't invoke", e);
172 Log.e(TAG, "Could
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DFastScrollingIndexCache.java53 private static final String TAG = "LetterCountCache"; field in class:FastScrollingIndexCache
199 Log.w(TAG, "Failed to parse cached value", e);
212 if (Log.isLoggable(TAG, Log.VERBOSE)) {
213 Log.v(TAG, "Miss: " + key);
224 if (Log.isLoggable(TAG, Log.VERBOSE)) {
225 Log.v(TAG, "Hit: " + key);
247 if (Log.isLoggable(TAG, Log.VERBOSE)) {
248 Log.v(TAG, "Put: " + key);
259 if (Log.isLoggable(TAG, Log.VERBOSE)) {
260 Log.v(TAG, "Invalidate
[all...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java54 private static final String TAG = "CellBroadcastAlertDialog"; field in class:CellBroadcastAlertDialog
154 Log.e(TAG, "warning icon resource not found", e);
163 Log.e(TAG, "failed to get ImageView for warning icon");
188 Log.d(TAG, "added FLAG_KEEP_SCREEN_ON, queued screen off message id " + msgWhat);
214 Log.d(TAG, "removed FLAG_KEEP_SCREEN_ON with id " + msgWhat);
216 Log.e(TAG, "discarding screen off message with id " + msgWhat);
251 Log.d(TAG, "onCreate getting message list from saved instance state");
255 Log.d(TAG, "onCreate getting message list from intent");
265 Log.e(TAG, "onCreate failed as message list is null or empty");
268 Log.d(TAG, "onCreat
[all...]
/packages/apps/TV/src/com/android/tv/dvr/
H A DRecordingTask.java45 private static final String TAG = "RecordingTask"; field in class:RecordingTask
94 if (DEBUG) Log.d(TAG, "created recording task " + mScheduledRecording);
103 if (DEBUG) Log.d(TAG, "handleMessage " + msg);
106 TAG, "Null handler trying to handle " + msg);
124 SoftPreconditions.checkArgument(false, TAG, "unexpected message type " + msg);
128 Log.w(TAG, "Error processing message " + msg + " for " + mScheduledRecording, e);
137 Log.d(TAG, "onTuned");
160 if (DEBUG) Log.d(TAG, "onError reason " + reason);
174 if (DEBUG) Log.d(TAG, "handleInit " + mScheduledRecording);
178 Log.w(TAG, "En
[all...]
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestTvInputService.java47 private static final String TAG = "TestTvInputServices"; field in class:TestTvInputService
66 Log.v(TAG, "Creating session for " + inputId);
123 Log.v(TAG, "Created session " + this);
128 Log.i(TAG, "Set audio track to " + selectedAudioTrackId);
134 Log.i(TAG, "Set video track to " + selectedVideoTrackId);
142 Log.v(TAG, "Releasing session " + this);
158 Log.v(TAG, "Surface set");
162 Log.v(TAG, "Surface unset");
172 Log.d(TAG, "format=" + format + " width=" + width + " height=" + height);
182 Log.i(TAG, "Tun
[all...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
H A DVvm3Protocol.java59 private static final String TAG = "Vvm3Protocol"; field in class:Vvm3Protocol
94 VvmLog.i(TAG, "Activating");
113 VvmLog.i(TAG, "start vvm3 provisioning");
115 VvmLog.i(TAG, "Provisioning status: Unknown");
118 VvmLog.i(TAG, "Self provisioning available, subscribing");
126 VvmLog.i(TAG, "setting up new user");
134 VvmLog.i(TAG, "User provisioned but not activated, disabling VVM");
140 VvmLog.i(TAG, "User blocked");
191 VvmLog.e(TAG, "Unable to translate STATUS SMS: VMG URL is not set in config");
195 VvmLog.i(TAG, "UNRECOGNIZE
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java48 private static final String TAG = "BluetoothOppPreference"; field in class:BluetoothOppPreference
117 if (V) Log.v(TAG, "getChannel " + key);
121 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
128 if (V) Log.v(TAG, "Setname for " + remoteDevice + " to " + name);
138 if (V) Log.v(TAG, "Setchannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " to "
158 Log.d(TAG, "Dumping Names: ");
159 Log.d(TAG, mNames.toString());
160 Log.d(TAG, "Dumping Channels: ");
161 Log.d(TAG, mChannels.toString());
/packages/apps/Calendar/src/com/android/calendar/
H A DExtensionsFactory.java37 private static String TAG = "ExtensionsFactory"; field in class:ExtensionsFactory
58 Log.d(TAG, "No custom extensions.");
60 Log.d(TAG, e.toString());
69 Log.e(TAG, className + ": unable to create instance.", e);
71 Log.e(TAG, className + ": unable to create instance.", e);
73 Log.e(TAG, className + ": unable to create instance.", e);
87 Log.d(TAG, ALL_IN_ONE_MENU_KEY + " not found in properties file.");
113 Log.d(TAG, CLOUD_NOTIFICATION_KEY + " not found in properties file.");
150 Log.d(TAG, ANALYTICS_LOGGER_KEY + " not found in properties file.");
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DCamera2OneCameraManagerImpl.java44 private static final Tag TAG = new Tag("Camera2OneCamMgr"); field in class:Camera2OneCameraManagerImpl
56 Log.e(TAG, "camera2.CameraManager is not available.");
76 Log.e(TAG, "Unable to read camera list.", ex);
94 Log.e(TAG, "Unable to read camera list.", ex);
134 Log.d(TAG, "Getting First BACK Camera");
137 Log.w(TAG, "No back-facing camera found.");
144 Log.d(TAG, "Getting First FRONT Camera");
147 Log.w(TAG, "No front-facing camera found.");
165 Log.w(TAG, "Unable to get camera ID", ex);
/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailAudioManager.java32 private static final String TAG = VoicemailAudioManager.class.getSimpleName(); field in class:VoicemailAudioManager
50 Log.i(TAG, "Initial audioState = " + mCallAudioState);
69 Log.d(TAG, "onAudioFocusChange: focusChange=" + focusChange);
75 Log.i(TAG, "wired headset was plugged in changed: " + oldIsPluggedIn
124 Log.v(TAG, "setAudioRoute, route: " + CallAudioState.audioRouteToString(route));
131 Log.w(TAG, "Asking to set to a route that is unsupported: " + newRoute);
168 Log.wtf(TAG, "One of wired headset or earpiece should always be valid.");
180 Log.i(TAG, "setSystemAudioState: changing from " + oldAudioState + " to "
196 Log.i(TAG, "turning speaker phone on: " + on);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java119 private boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
120 private static final String TAG = "effectsrecorder"; field in class:EffectsRecorder
138 if (mLogVerbose) Log.v(TAG, "EffectsRecorder created (" + this + ")");
244 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps");
251 if (mLogVerbose) Log.v(TAG, "setPreviewDisplay (" + this + ")");
277 if (mLogVerbose) Log.v(TAG,
350 if (mLogVerbose) Log.v(TAG, "Setting orientation hint to: " + degrees);
407 Log.v(TAG, "Effects framework initializing. Recording size "
433 Log.v(TAG, "Effect initializing. Preview size "
465 Log.v(TAG, "Ne
[all...]
/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushProtocol.java36 private static final String TAG = "NdefMessageSet"; field in class:NdefPushProtocol
75 Log.w(TAG, "Unable to read version");
80 Log.w(TAG, "Got version " + version + ", expected " + VERSION);
88 Log.w(TAG, "Unable to read numMessages");
92 Log.w(TAG, "No NdefMessage inside NdefMessageSet packet");
104 Log.w(TAG, "Unable to read action for message " + i);
112 Log.w(TAG, "Unable to read length for message " + i);
121 Log.w(TAG, "Unable to read bytes for message " + i);
125 Log.w(TAG, "Read " + lengthRead + " bytes but expected " +

Completed in 4204 milliseconds

1234567891011>>