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

1234567891011>>

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java32 static final String TAG = "TestInteractionActivity"; field in class:TestInteractionActivity
56 Log.w(TAG, "Not running as a voice interaction!");
63 Log.w(TAG, "Not current voice interactor!");
89 Log.i(TAG, "Active #" + i + " / " + active[i].getName() + ": " + active[i]);
98 Log.i(TAG, "Canceled!");
104 Log.i(TAG, "Confirmation result: confirmed=" + confirmed + " result=" + result);
118 Log.i(TAG, "Restarting with active confirmation: " + mCurrentRequest);
154 Log.i(TAG, "Jump out");
161 Log.i(TAG, "Cancel request");
176 Log.i(TAG, "Cancele
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java34 private static final String TAG = "Sms7BitEncodingTranslator"; field in class:Sms7BitEncodingTranslator
62 Rlog.w(TAG, "Null message can not be translated");
108 Rlog.v(TAG, "No translation needed for " + Integer.toHexString(c));
140 Rlog.v(TAG, Integer.toHexString(c) + " (" + c + ")" + " translated to "
146 Rlog.w(TAG, "No translation found for " + Integer.toHexString(c)
181 if (DBG) Rlog.d(TAG, "load7BitTranslationTableFromXml: open normal file");
191 Rlog.d(TAG, "tag: " + tag);
196 Rlog.d(TAG, "type: " + type);
205 Rlog.e(TAG, "Error Parsing 7BitTranslationTable: found incorrect type" + type);
214 Rlog.d(TAG, "Loadin
[all...]
H A DWapPushOverSms.java65 private static final String TAG = "WAP PUSH"; field in class:WapPushOverSms
79 if (DBG) Rlog.v(TAG, "wappush manager connected to " + hashCode());
85 if (DBG) Rlog.v(TAG, "wappush manager disconnected.");
96 Rlog.e(TAG, "bindService() for wappush manager failed");
99 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded");
105 if (DBG) Rlog.v(TAG, "dispose: unbind wappush manager");
108 Rlog.e(TAG, "dispose: not bound to a wappush manager");
123 if (DBG) Rlog.d(TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
141 Rlog.d(TAG, "index = " + index + " PDU Type = " + pduType +
147 if (DBG) Rlog.w(TAG, "Receive
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimDataDownloadHandler.java39 private static final String TAG = "UsimDataDownloadHandler"; field in class:UsimDataDownloadHandler
82 Rlog.d(TAG, "Received SMS-PP data download, sending to UICC.");
85 Rlog.d(TAG, "DATA_DL_VIA_SMS_PP service not available, storing message to UICC.");
108 Rlog.e(TAG, "startDataDownload failed to send message to start data download.");
163 Rlog.e(TAG, "startDataDownload() calculated incorrect envelope length, aborting.");
205 Rlog.d(TAG, "USIM data download succeeded: " + response.toString());
208 Rlog.e(TAG, "USIM data download failed: Toolkit busy");
212 Rlog.e(TAG, "USIM data download failed: " + response.toString());
215 Rlog.e(TAG, "Unexpected SW1/SW2 response from UICC: " + response.toString());
293 Rlog.e(TAG, "UIC
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java48 private String TAG = "MediaRecorderStressTest"; field in class:MediaRecorderStressTest
76 Log.v(TAG, "starting looper");
81 Log.v(TAG, "quit looper");
164 Log.v(TAG, "remove recorded video " + fileName);
211 Log.v(TAG, fileName);
220 Log.v(TAG, "iterations : " + iterations);
221 Log.v(TAG, "video encoder : " + videoEncoder);
222 Log.v(TAG, "audio encoder : " + audioEncoder);
223 Log.v(TAG, "frame rate : " + frameRate);
224 Log.v(TAG, "vide
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DSystemConfig.java47 static final String TAG = "SystemConfig"; field in class:SystemConfig
165 Slog.w(TAG, "No directory " + libraryDir + ", skipping");
170 Slog.w(TAG, "Directory " + libraryDir + " cannot be read");
184 Slog.i(TAG, "Non-xml file " + f + " in " + libraryDir + " directory, ignoring");
188 Slog.w(TAG, "Permissions library file " + f + " cannot be read");
206 Slog.w(TAG, "Couldn't find or open permissions file " + permFile);
244 Slog.w(TAG, "<group> without gid in " + permFile + " at "
253 Slog.w(TAG, "<permission> without name in " + permFile + " at "
264 Slog.w(TAG, "<assign-permission> without name in " + permFile + " at "
271 Slog.w(TAG, "<assig
[all...]
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java58 private static final String TAG = "MediaBrowser"; field in class:MediaBrowser
149 Log.e(TAG, "Failed binding to service " + mServiceComponent);
171 Log.d(TAG, "connect...");
190 Log.w(TAG, "RemoteException during connect for " + mServiceComponent);
196 Log.d(TAG, "disconnect...");
334 Log.d(TAG, "addSubscription failed with RemoteException parentId=" + parentId);
365 Log.d(TAG, "removeSubscription failed with RemoteException parentId=" + parentId);
386 Log.i(TAG, "Not connected, unable to retrieve the MediaItem.");
414 Log.i(TAG, "Remote error getting media item.");
454 Log.w(TAG, "onConnec
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaController.java57 private static final String TAG = "MediaController"; field in class:MediaController
152 Log.wtf(TAG, "Error calling getPlaybackState.", e);
166 Log.wtf(TAG, "Error calling getMetadata.", e);
184 Log.wtf(TAG, "Error calling getQueue.", e);
196 Log.wtf(TAG, "Error calling getQueueTitle", e);
208 Log.wtf(TAG, "Error calling getExtras", e);
231 Log.wtf(TAG, "Error calling getRatingType.", e);
245 Log.wtf(TAG, "Error calling getFlags.", e);
262 Log.wtf(TAG, "Error calling getAudioInfo.", e);
277 Log.wtf(TAG, "Erro
589 private static final String TAG = "TransportController"; field in class:MediaController.TransportControls
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java162 private static final String TAG = "BackupManagerService"; field in class:BackupManagerService
366 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned
373 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups");
678 Slog.v(TAG, "Backup requested but no transport available");
697 if (DEBUG) Slog.v(TAG, "clearing pending backups");
723 Slog.e(TAG, "Transport became unavailable attempting backup");
727 Slog.v(TAG, "Backup requested but nothing pending");
745 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing");
748 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj);
759 Slog.e(TAG, "Invali
2416 private static final String TAG = "PerformBackupTask"; field in class:BackupManagerService.PerformBackupTask
3982 static final String TAG = "PFTBT"; field in class:BackupManagerService.PerformFullTransportBackupTask
4563 static final String TAG = "RestoreEngine"; field in class:BackupManagerService.RestoreEngine
7884 final String TAG = "StreamFeederThread"; field in class:BackupManagerService.PerformUnifiedRestoreTask.StreamFeederThread
9271 private static final String TAG = "RestoreSession"; field in class:BackupManagerService.ActiveRestoreSession
[all...]
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java32 private static final String TAG = "AbsoluteFileBackupHelper"; field in class:AbsoluteFileBackupHelper
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQuery.java32 private static final String TAG = "SQLiteQuery"; field in class:SQLiteQuery
70 Log.e(TAG, "exception: " + ex.getMessage() + "; query: " + getSql());
/frameworks/base/core/java/android/service/persistentdata/
H A DPersistentDataBlockManager.java43 private static final String TAG = PersistentDataBlockManager.class.getSimpleName(); field in class:PersistentDataBlockManager
144 Slog.v(TAG, "Remote exception while " + msg);
/frameworks/base/core/java/android/view/
H A DActionProvider.java59 private static final String TAG = "ActionProvider"; field in class:ActionProvider
232 Log.w(TAG, "setVisibilityListener: Setting a new ActionProvider.VisibilityListener " +
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java31 private static final String TAG = "AlsaCardsParser"; field in class:AlsaCardsParser
41 private static final String TAG = "AlsaCardRecord"; field in class:AlsaCardsParser.AlsaCardRecord
65 Slog.e(TAG, "Failed to parse line " + lineIndex + " of " + kCardsFilePath
103 Slog.i(TAG, "AlsaCardsParser.scan()");
115 Slog.i(TAG, " " + line);
124 Slog.i(TAG, " " + line);
219 Slog.i(TAG, heading);
221 Slog.i(TAG, cardRec.textFormat());
/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java46 public static String TAG = "IntentForwarderActivity"; field in class:IntentForwarderActivity
70 Slog.wtf(TAG, IntentForwarderActivity.class.getName() + " cannot be called directly");
118 Slog.wtf(TAG, "Unable to launch as UID " + launchedFromUid + " package "
127 Slog.wtf(TAG, "the intent: " + newIntent + "cannot be forwarded from user "
138 Slog.wtf(TAG, "An chooser intent with extra initial intents cannot be forwarded to"
143 Slog.wtf(TAG, "A chooser intent with replacement extras cannot be forwarded to a"
157 Slog.e(TAG, "PackageManagerService is dead?");
175 Slog.wtf(TAG, FORWARD_INTENT_TO_MANAGED_PROFILE
/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuSpeedReader.java35 private static final String TAG = "KernelCpuSpeedReader"; field in class:KernelCpuSpeedReader
64 Slog.e(TAG, "Failed to read cpu-freq", e);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java30 private static final String TAG = "BluetoothRebootStressTest"; field in class:BluetoothRebootStressTest
40 mTestUtils = new BluetoothTestUtils(context, TAG, OUTPUT_FILE);
/frameworks/base/media/java/android/media/tv/
H A DDvbDeviceInfo.java30 static final String TAG = "DvbDeviceInfo"; field in class:DvbDeviceInfo
39 Log.e(TAG, "Exception creating DvbDeviceInfo from parcel", e);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java130 private static final String TAG = "SurfaceTextureSource"; field in class:SurfaceTextureSource
131 private static final boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
155 if (mLogVerbose) Log.v(TAG, "Preparing SurfaceTextureSource");
170 if (mLogVerbose) Log.v(TAG, "Opening SurfaceTextureSource");
182 if (mLogVerbose) Log.v(TAG, "Processing new frame");
193 if (mLogVerbose) Log.v(TAG, "Timeout waiting for a new frame. Closing.");
227 if (mLogVerbose) Log.v(TAG, "SurfaceTextureSource closed");
250 if (mLogVerbose) Log.v(TAG, "New frame from SurfaceTexture");
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiService.java29 private static final String TAG = "BluetoothMidiService"; field in class:BluetoothMidiService
40 Log.e(TAG, "no BluetoothDevice in onBind intent");
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DDeviceDisconnectedReceiver.java30 private static final String TAG = "DeviceDisconnectedReceiver"; field in class:DeviceDisconnectedReceiver
47 Log.d(TAG, "ACTION_USB_DEVICE_DETACHED " + deviceName);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStopStateUnitTest.java31 private static final String TAG = "MediaRecorderStopStateUnitTest"; field in class:MediaRecorderStopStateUnitTest
63 Log.v(TAG, "sleep was interrupted and terminated prematurely");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootReceiver.java31 private static final String TAG = "SystemUIBootReceiver"; field in class:BootReceiver
43 Log.e(TAG, "Can't start load average service", e);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessPointControllerImpl.java40 private static final String TAG = "AccessPointController"; field in class:AccessPointControllerImpl
41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
81 if (DEBUG) Log.d(TAG, "addCallback " + callback);
91 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
100 if (DEBUG) Log.d(TAG, "scan!");
112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId);
164 if (DEBUG) Log.d(TAG, "connect success");
169 if (DEBUG) Log.d(TAG, "connect failure reason=" + reason);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java24 private static final String TAG = "RawTexture"; field in class:RawTexture
60 Log.w(TAG, "lost the content due to context change");

Completed in 784 milliseconds

1234567891011>>