Searched refs:TAG (Results 276 - 300 of 3250) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
H A DConnTestActivity.java37 private static final String TAG = ConnTestActivity.class.getSimpleName(); field in class:ConnTestActivity
55 Log.i(TAG, "onCreate called");
62 Log.i(TAG, "finish command received");
72 Log.i(TAG, "onResume called");
77 Log.i(TAG, "onStop called");
90 Log.i(TAG, "finish called");
118 Log.e(TAG, "Error occured while notifying the observer: " + e);
/frameworks/base/telephony/java/android/telephony/data/
H A DDataServiceCallback.java39 private static final String TAG = DataServiceCallback.class.getSimpleName(); field in class:DataServiceCallback
81 Rlog.e(TAG, "Failed to onSetupDataCallComplete on the remote");
98 Rlog.e(TAG, "Failed to onDeactivateDataCallComplete on the remote");
115 Rlog.e(TAG, "Failed to onSetInitialAttachApnComplete on the remote");
132 Rlog.e(TAG, "Failed to onSetDataProfileComplete on the remote");
151 Rlog.e(TAG, "Failed to onGetDataCallListComplete on the remote");
167 Rlog.e(TAG, "Failed to onDataCallListChanged on the remote");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterFactory.java42 private static final String TAG = "FilterFactory"; field in class:FilterFactory
43 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
59 if (mLogVerbose) Log.v(TAG, "Adding filter library " + libraryPath);
62 if (mLogVerbose) Log.v(TAG, "Library already added");
72 if (mLogVerbose) Log.v(TAG, "Adding package " + packageName);
88 if (mLogVerbose) Log.v(TAG, "Looking up class " + className);
128 if (mLogVerbose) Log.v(TAG, "Trying "+ packageName + "." + name);
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
H A DTestJobService.java54 private static final String TAG = "SyncService"; field in class:TestJobService
59 Log.i(TAG, "Service created");
65 Log.i(TAG, "Service destroyed");
77 Log.e(TAG, "Error passing service object back to activity.");
84 Log.i(TAG, "on start job: " + params.getJobId()
104 Log.i(TAG, "on stop job: " + params.getJobId());
122 Log.d(TAG, "Scheduling job " + job);
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java31 private static final String TAG = "AlsaCardsParser"; field in class:AlsaCardsParser
49 private static final String TAG = "AlsaCardRecord"; field in class:AlsaCardsParser.AlsaCardRecord
90 Slog.e(TAG, "Failed to parse line " + lineIndex + " of " + kCardsFilePath
128 Slog.d(TAG, "" + listIndex +
138 Slog.d(TAG, "AlsaCardsParser.scan()....");
151 Slog.d(TAG, " " + line);
160 Slog.d(TAG, " " + line);
191 Slog.d(TAG, " status:" + mScanStatus);
214 Slog.d(TAG, heading);
216 Slog.d(TAG, cardRe
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java41 private static final String TAG = "AssistUtils"; field in class:AssistUtils
60 Log.w(TAG, "Failed to call showSessionForActiveService", e);
71 Log.w(TAG, "Failed to call launchVoiceAssistFromKeyguard", e);
80 Log.w(TAG, "Failed to call activeServiceSupportsAssistGesture", e);
90 Log.w(TAG, "Failed to call activeServiceSupportsLaunchFromKeyguard", e);
103 Log.w(TAG, "Failed to call getActiveServiceComponentName", e);
113 Log.w(TAG, "Failed to call isSessionRunning", e);
124 Log.w(TAG, "Failed to call hideCurrentSession", e);
134 Log.w(TAG, "Failed to call onLockscreenShown", e);
144 Log.w(TAG, "Faile
[all...]
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java40 private static final String TAG = TestService.class.getSimpleName(); field in class:TestService
44 private static final String NOTIFICATION_CHANNEL_ID = TAG;
53 Log.d(TAG, "onCreate called. myUid=" + Process.myUid());
58 Log.d(TAG, "onStartCommand called. myUid=" + Process.myUid());
68 Log.d(TAG, "onBind called. myUid=" + Process.myUid());
74 Log.d(TAG, "onDestroy called. myUid=" + Process.myUid());
79 Common.notifyLaunched(intent, mReceiver.asBinder(), TAG);
87 Log.d(TAG, "Starting foreground. myUid=" + Process.myUid());
122 wmlp.setTitle(TAG);
145 Log.d(TAG, "Overla
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapClientProfile.java36 private static final String TAG = "PbapClientProfile"; field in class:PbapClientProfile
61 Log.d(TAG,"Bluetooth service connected");
71 Log.w(TAG, "PbapClientProfile found new device: " + nextDevice);
82 Log.d(TAG,"Bluetooth service disconnected");
138 Log.d(TAG,"PBAPClientProfile got connect request");
148 Log.d(TAG,"Ignoring Connect");
153 Log.d(TAG,"PBAPClientProfile attempting to connect to " + device.getAddress());
160 Log.d(TAG,"PBAPClientProfile got disconnect request");
225 Log.d(TAG, "finalize()");
233 Log.w(TAG, "Erro
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHotspotControllerImpl.java37 private static final String TAG = "HotspotController"; field in class:HotspotControllerImpl
38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
89 if (DEBUG) Log.d(TAG, "addCallback " + callback);
99 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
140 if (DEBUG) Log.d(TAG, "Starting tethering");
195 if (DEBUG) Log.d(TAG, "onTetheringStarted");
202 if (DEBUG) Log.d(TAG, "onTetheringFailed");
217 if (DEBUG) Log.d(TAG, "Registering receiver");
223 if (DEBUG) Log.d(TAG, "Unregistering receiver");
233 if (DEBUG) Log.d(TAG, "onReceiv
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DTransferOwnershipMetadataManagerTest.java60 private final static String TAG = TransferOwnershipMetadataManagerTest.class.getName(); field in class:TransferOwnershipMetadataManagerTest
112 Log.d(TAG, "testLoad: file path is " + transferOwnershipMetadataFile.getAbsolutePath());
113 Log.d(TAG, "testLoad: file exists? " + transferOwnershipMetadataFile.exists());
114 Log.d(TAG, "testLoad: file mkdir?" + transferOwnershipMetadataFile.mkdir());
118 Log.d(TAG, "testLoad: file getCanonicalFile?" + canonicalFile);
119 Log.d(TAG, "testLoad: getCanonicalFile.getParentFile " + parentFile);
120 Log.d(TAG, "testLoad: parent mkdirs? " + parentFile.mkdirs());
121 Log.d(TAG, "testLoad: parent exists? " + parentFile.exists());
122 Log.d(TAG, "testLoad: canonical file.mkdir()? " + canonicalFile.mkdir());
124 Log.d(TAG, "testLoa
[all...]
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java38 static final String TAG = "HugeBackupActivity"; field in class:HugeBackupActivity
108 Log.v(TAG, "datafile exists");
112 Log.v(TAG, " mayo=" + addMayo
118 Log.v(TAG, "creating default datafile");
144 Log.v(TAG, "New radio item selected: " + checkedId);
154 Log.v(TAG, "Checkbox toggled: " + buttonView);
172 Log.v(TAG, "NEW STATE: mayo=" + addMayo
192 Log.e(TAG, "Unable to record new UI state");
203 Log.v(TAG, "Requesting restore of our most recent data");
208 Log.v(TAG, "Restor
[all...]
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java39 private static final String TAG = "SerialChat"; field in class:SerialChat
109 Log.d(TAG, "write: " + text);
115 Log.e(TAG, "write failed", e);
120 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
125 Log.d(TAG, "run");
130 Log.d(TAG, "calling read");
133 Log.d(TAG, "read returned " + ret);
136 Log.e(TAG, "read failed", e);
143 Log.d(TAG, "chat: " + text);
148 Log.d(TAG, "threa
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeCallback.java49 private static final String TAG = "WifiAwareNativeCallback"; field in class:WifiAwareNativeCallback
94 if (VDBG) Log.v(TAG, "onCommand: subCmd='" + subCmd + "'");
98 if (VDBG) Log.v(TAG, "option='" + option + "'");
116 Log.e(TAG, "onCommand: get_cb_count e=" + e);
149 Log.v(TAG, "notifyCapabilitiesResponse: id=" + id + ", status=" + statusString(status)
176 Log.e(TAG, "notifyCapabilitiesResponse: error code=" + status.status + " ("
183 if (mDbg) Log.v(TAG, "notifyEnableResponse: id=" + id + ", status=" + statusString(status));
186 Log.wtf(TAG, "notifyEnableResponse: id=" + id + ", already enabled!?");
199 if (mDbg) Log.v(TAG, "notifyConfigResponse: id=" + id + ", status=" + statusString(status));
211 Log.v(TAG, "notifyDisableRespons
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOsuServerConnection.java44 private static final String TAG = "OsuServerConnection"; field in class:OsuServerConnection
78 Log.w(TAG, "Initialization failed");
119 Log.e(TAG, "Unable to establish a URL connection");
134 Log.e(TAG, "Provider doesn't have valid certs");
159 Log.v(TAG, "checkClientTrusted " + authType);
167 Log.v(TAG, "checkServerTrusted " + authType);
176 Log.e(TAG, "Unable to validate certs " + e);
190 Log.v(TAG, "getAcceptedIssuers ");
220 Log.v(TAG, "OsuCert found");
227 Log.e(TAG, "Unabl
[all...]
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/config/
H A DConfigParser.kt28 private const val TAG: String = "Config"
51 Log.v(TAG, "Using the default config '%s'", Config.DEFAULT_CONFIG_RES_PATH)
75 Log.e(TAG, "Cannot access the config file: '%s'", configPath)
79 Log.i(TAG, "Parsing config file: '%s'", configPath.toUri())
83 Log.e(TAG, "Failed to parseFromString the config file")
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoTextureView.java35 private static final String TAG = "VideoTextureViewWithMp1"; field in class:VideoTextureView
36 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
146 Log.d(TAG, "onMeasure(" + MeasureSpec.toString(widthMeasureSpec) + ", "
148 Log.i(TAG, " measuredSize: " + getMeasuredWidth() + "/" + getMeasuredHeight());
149 Log.i(TAG, " viewSize: " + getWidth() + "/" + getHeight());
150 Log.i(TAG, " mVideoWidth/height: " + videoWidth + ", " + videoHeight);
167 Log.d(TAG, "image too wide, correcting. width: " + width);
172 Log.d(TAG, "image too tall, correcting. height: " + height);
180 Log.i(TAG, "end of onMeasure()");
181 Log.i(TAG, " measuredSiz
[all...]
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
H A DVideoTextureViewWithMp1.java35 private static final String TAG = "VideoTextureViewWithMp1"; field in class:VideoTextureViewWithMp1
36 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
146 Log.d(TAG, "onMeasure(" + MeasureSpec.toString(widthMeasureSpec) + ", "
148 Log.i(TAG, " measuredSize: " + getMeasuredWidth() + "/" + getMeasuredHeight());
149 Log.i(TAG, " viewSize: " + getWidth() + "/" + getHeight());
150 Log.i(TAG, " mVideoWidth/height: " + videoWidth + ", " + videoHeight);
167 Log.d(TAG, "image too wide, correcting. width: " + width);
172 Log.d(TAG, "image too tall, correcting. height: " + height);
180 Log.i(TAG, "end of onMeasure()");
181 Log.i(TAG, " measuredSiz
[all...]
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
H A DProcessor.java40 private static final String TAG = "Processor"; field in class:Processor
90 Log.d(TAG, String.format("Work %s is already enqueued for processing", id));
102 Log.d(TAG, String.format("%s: processing %s", getClass().getSimpleName(), id));
113 Log.d(TAG, String.format("Processor stopping %s", id));
117 Log.d(TAG, String.format("WorkerWrapper stopped for %s", id));
120 Log.d(TAG, String.format("WorkerWrapper could not be found for %s", id));
131 Log.d(TAG, String.format("Processor cancelling %s", id));
136 Log.d(TAG, String.format("WorkerWrapper cancelled for %s", id));
139 Log.d(TAG, String.format("WorkerWrapper could not be found for %s", id));
195 Log.d(TAG, Strin
[all...]
/frameworks/av/services/audioflinger/
H A DBufLog.h81 #define __BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \
82 BufLogSingleton::instance()->write(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, \
85 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \
88 #define BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE) \
89 __BUFLOG(STREAMID, TAG, FORMAT, CHANNELS, SAMPLINGRATE, MAXBYTES, BUF, SIZE)
/frameworks/base/core/java/android/hardware/
H A DConsumerIrManager.java34 private static final String TAG = "ConsumerIr"; field in class:ConsumerIrManager
55 Log.w(TAG, "no consumer ir service.");
79 Log.w(TAG, "failed to transmit; no consumer ir service.");
134 Log.w(TAG, "no consumer ir service.");
141 Log.w(TAG, "consumer ir service returned an uneven number of frequencies.");
/frameworks/base/core/java/android/service/dreams/
H A DSandman.java37 private static final String TAG = "Sandman"; field in class:Sandman
73 Slog.i(TAG, "Dreams currently disabled for docks.");
86 Slog.i(TAG, "Activating dream while docked.");
98 Slog.i(TAG, "Activating dream by user request.");
105 Slog.e(TAG, "Could not start dream when docked.", ex);
/frameworks/base/core/java/com/android/internal/os/
H A DKernelMemoryBandwidthStats.java27 private static final String TAG = "KernelMemoryBandwidthStats"; field in class:KernelMemoryBandwidthStats
47 Slog.w(TAG, "No kernel memory bandwidth stats available");
51 Slog.e(TAG, "Failed to read memory bandwidth: " + e.getMessage());
59 Slog.w(TAG, "Reading memory bandwidth file took " + readTime + "ms");
81 Slog.d(TAG, String.format("bandwidth: %s time: %s", bandwidth,
/frameworks/base/core/java/com/android/server/net/
H A DNetworkPinner.java62 private static final String TAG = NetworkPinner.class.getSimpleName(); field in class:NetworkPinner
97 Log.d(TAG, "Wifi alternate reality enabled on network " + network);
110 Log.d(TAG, "Wifi alternate reality disabled on network " + network);
125 Log.d(TAG, "Failed to register network callback", e);
139 Log.d(TAG, "Failed to unregister network callback", e);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSelectRequestBuffer.java31 private static final String TAG = "SelectRequestBuffer"; field in class:SelectRequestBuffer
61 Slog.e(TAG, "Local tv device not available");
74 Slog.e(TAG, "Invoking callback failed:" + e);
93 Slog.v(TAG, "calling delayed deviceSelect id:" + mId);
107 Slog.v(TAG, "calling delayed portSelect id:" + mId);
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java64 static final String TAG = "Validator"; field in class:LargeAssetTest.Validator
76 Log.e(TAG, "Wanted 4 bytes but read " + num);
83 Log.e(TAG, "Mismatch: index " + i + " : value " + value);
90 Log.w(TAG, "Couldn't open asset", e);
93 Log.i(TAG, "Finished, reporting valid");

Completed in 1034 milliseconds

<<11121314151617181920>>