Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/aosp14/frameworks/base/core/java/android/util/
H A DSlog.java49 public static int v(@Nullable String tag, @NonNull String msg) { in v()
64 public static int v(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in v()
79 public static int d(@Nullable String tag, @NonNull String msg) { in d()
95 public static int d(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in d()
110 public static int i(@Nullable String tag, @NonNull String msg) { in i()
125 public static int i(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in i()
140 public static int w(@Nullable String tag, @NonNull String msg) { in w()
184 public static int e(@Nullable String tag, @NonNull String msg) { in e()
219 public static int wtf(@Nullable String tag, @NonNull String msg) { in wtf()
226 public static void wtfQuiet(@Nullable String tag, @NonNull String msg) { in wtfQuiet()
[all …]
H A DLog.java115 TerribleFailure(String msg, Throwable cause) { super(msg, cause); } in TerribleFailure()
143 public static int v(@Nullable String tag, @NonNull String msg) { in v()
155 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v()
166 public static int d(@Nullable String tag, @NonNull String msg) { in d()
178 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d()
189 public static int i(@Nullable String tag, @NonNull String msg) { in i()
200 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i()
211 public static int w(@Nullable String tag, @NonNull String msg) { in w()
267 public static int e(@Nullable String tag, @NonNull String msg) { in e()
293 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf()
[all …]
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DShadowSlog.java28 protected static int v(String tag, String msg) { in v()
33 protected static int v(String tag, String msg, Throwable tr) { in v()
38 protected static int d(String tag, String msg) { in d()
43 protected static int d(String tag, String msg, Throwable tr) { in d()
48 protected static int i(String tag, String msg) { in i()
53 protected static int i(String tag, String msg, Throwable tr) { in i()
58 protected static int w(String tag, String msg) { in w()
73 protected static int e(String tag, String msg) { in e()
83 protected static int wtf(String tag, String msg) { in wtf()
88 protected static void wtfQuiet(String tag, String msg) { in wtfQuiet()
[all …]
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java153 String msg = "test1_0ConstructorFromType()"; in test1_0ConstructorFromType() local
196 String msg = "test1_1ConstructorFromUuid()"; in test1_1ConstructorFromUuid() local
231 String msg = "test1_2ConstructorUnknownType()"; in test1_2ConstructorUnknownType() local
254 String msg = "test1_3GetEnabledAfterRelease()"; in test1_3GetEnabledAfterRelease() local
280 String msg = "test1_4InsertOnMediaPlayer()"; in test1_4InsertOnMediaPlayer() local
317 String msg = "test1_5AuxiliaryOnMediaPlayer()"; in test1_5AuxiliaryOnMediaPlayer() local
397 String msg = "test1_7AuxiliaryOnAudioTrack()"; in test1_7AuxiliaryOnAudioTrack() local
439 String msg = "test2_0SetEnabledGetEnabled()"; in test2_0SetEnabledGetEnabled() local
538 String msg = "test3_1SetParameterIntInt()"; in test3_1SetParameterIntInt() local
571 String msg = "test3_2SetParameterIntShort()"; in test3_2SetParameterIntShort() local
[all …]
H A DMediaEnvReverbTest.java105 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
136 String msg = "test1_0Room()"; in test1_0Room() local
171 String msg = "test1_1Decay()"; in test1_1Decay() local
242 String msg = "test1_3Reverb()"; in test1_3Reverb() local
276 String msg = "test1_4DiffusionAndDensity()"; in test1_4DiffusionAndDensity() local
311 String msg = "test1_5Properties()"; in test1_5Properties() local
351 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local
425 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() local
H A DMediaEqualizerTest.java96 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
128 String msg = "test1_0BandLevel()"; in test1_0BandLevel() local
164 String msg = "test1_1BandFrequency()"; in test1_1BandFrequency() local
196 String msg = "test1_2Presets()"; in test1_2Presets() local
226 String msg = "test1_3Properties()"; in test1_3Properties() local
H A DMediaVisualizerTest.java105 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
132 String msg = "test1_0CaptureRates()"; in test1_0CaptureRates() local
161 String msg = "test1_1CaptureSize()"; in test1_1CaptureSize() local
195 String msg = "test1_2ScalingMode()"; in test1_2ScalingMode() local
230 String msg = "test2_0PollingCapture()"; in test2_0PollingCapture() local
309 String msg = "test2_1ListenerCapture()"; in test2_1ListenerCapture() local
443 String msg = "test2_2PollingCaptureVolumeScaling()"; in test2_2PollingCaptureVolumeScaling() local
H A DMediaPresetReverbTest.java99 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
130 String msg = "test1_0Preset()"; in test1_0Preset() local
158 String msg = "test1_1Properties()"; in test1_1Properties() local
196 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local
268 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskChangeNotificationController.java197 public void handleMessage(Message msg) { in handleMessage()
354 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_PINNED_LISTENERS_MSG, in notifyActivityPinned() local
404 final Message msg = mHandler.obtainMessage( in notifyActivityLaunchOnSecondaryDisplayFailed() local
413 final Message msg = mHandler.obtainMessage( in notifyActivityLaunchOnSecondaryDisplayRerouted() local
421 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_ADDED_LISTENERS_MSG, in notifyTaskCreated() local
428 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_REMOVED_LISTENERS_MSG, in notifyTaskRemoved() local
449 final Message msg = mHandler.obtainMessage( in notifyActivityRequestedOrientationChanged() local
492 final Message msg = mHandler.obtainMessage(NOTIFY_BACK_PRESSED_ON_TASK_ROOT, in notifyBackPressedOnTaskRoot() local
527 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_FOCUS_CHANGED_MSG, in notifyTaskFocusChanged() local
543 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_ROTATED_MSG, in notifyOnActivityRotation() local
[all …]
H A DSafeActivityOptions.java280 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
291 final String msg = "Permission Denial: starting transient launch from " + callerApp in checkPermissions() local
320 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
331 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
343 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
356 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
370 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
383 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
395 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
404 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local
[all …]
/aosp14/frameworks/base/telephony/java/com/android/telephony/
H A DRlog.java39 private static int log(int priority, String tag, String msg) { in log()
43 public static int v(String tag, String msg) { in v()
47 public static int v(String tag, String msg, Throwable tr) { in v()
52 public static int d(String tag, String msg) { in d()
56 public static int d(String tag, String msg, Throwable tr) { in d()
61 public static int i(String tag, String msg) { in i()
65 public static int i(String tag, String msg, Throwable tr) { in i()
70 public static int w(String tag, String msg) { in w()
74 public static int w(String tag, String msg, Throwable tr) { in w()
83 public static int e(String tag, String msg) { in e()
[all …]
/aosp14/frameworks/base/core/java/android/telephony/
H A DRlog.java42 public static int v(String tag, String msg) { in v()
46 public static int v(String tag, String msg, Throwable tr) { in v()
52 public static int d(String tag, String msg) { in d()
57 public static int d(String tag, String msg, Throwable tr) { in d()
63 public static int i(String tag, String msg) { in i()
68 public static int i(String tag, String msg, Throwable tr) { in i()
74 public static int w(String tag, String msg) { in w()
79 public static int w(String tag, String msg, Throwable tr) { in w()
89 public static int e(String tag, String msg) { in e()
94 public static int e(String tag, String msg, Throwable tr) { in e()
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DRemoteServiceException.java36 public RemoteServiceException(String msg) { in RemoteServiceException()
40 public RemoteServiceException(String msg, Throwable cause) { in RemoteServiceException()
57 public ForegroundServiceDidNotStartInTimeException(String msg, Throwable cause) { in ForegroundServiceDidNotStartInTimeException()
84 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException()
99 public BadForegroundServiceNotificationException(String msg) { in BadForegroundServiceNotificationException()
114 public BadUserInitiatedJobNotificationException(String msg) { in BadUserInitiatedJobNotificationException()
130 public MissingRequestPasswordComplexityPermissionException(String msg) { in MissingRequestPasswordComplexityPermissionException()
144 public CrashedByAdbException(String msg) { in CrashedByAdbException()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp133 bool SnapuserdClient::Sendmsg(const std::string& msg) { in Sendmsg()
150 std::string msg = "delete," + control_device; in WaitForDeviceDelete() local
164 std::string msg = "supports,second_stage_socket_handoff"; in SupportsSecondStageSocketHandoff() local
174 char msg[PACKET_SIZE]; in Receivemsg() local
198 std::string msg = "start," + misc_name; in AttachDmUser() local
225 std::string msg = android::base::Join(parts, ","); in InitDmUserCow() local
262 std::string msg = "initiate_merge," + misc_name; in InitiateMerge() local
272 std::string msg = "merge_percent"; in GetMergePercent() local
283 std::string msg = "getstatus," + misc_name; in QuerySnapshotStatus() local
292 std::string msg = "update-verify"; in QueryUpdateVerification() local
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DSlogf.java62 public static int v(String tag, String msg) { in v()
67 public static int v(String tag, String msg, Throwable tr) { in v()
72 public static int d(String tag, String msg) { in d()
77 public static int d(String tag, String msg, Throwable tr) { in d()
82 public static int i(String tag, String msg) { in i()
87 public static int i(String tag, String msg, Throwable tr) { in i()
92 public static int w(String tag, String msg) { in w()
107 public static int e(String tag, String msg) { in e()
117 public static int wtf(String tag, String msg) { in wtf()
122 public static void wtfQuiet(String tag, String msg) { in wtfQuiet()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java506 Message msg = Message.obtain(); in sendMessage() local
519 Message msg = Message.obtain(); in sendMessage() local
534 Message msg = Message.obtain(); in sendMessage() local
551 Message msg = Message.obtain(); in sendMessage() local
566 Message msg = Message.obtain(); in sendMessage() local
597 Message msg = Message.obtain(); in replyToMessage() local
611 Message msg = Message.obtain(); in replyToMessage() local
626 Message msg = Message.obtain(); in replyToMessage() local
644 Message msg = Message.obtain(); in replyToMessage() local
661 Message msg = Message.obtain(); in replyToMessage() local
[all …]
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DLog.java40 public static void v(String tag, String msg) { in v()
46 public static void d(String tag, String msg) { in d()
50 public static void w(String tag, String msg) { in w()
54 public static void e(String tag, String msg, Throwable tr) { in e()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraErrorCollector.java129 public boolean expectTrue(String msg, boolean condition) { in expectTrue()
147 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals()
169 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals()
189 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals()
214 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals()
397 public void expectValuesInRange(String msg, int[] array, int min, int max) { in expectValuesInRange()
440 public boolean expectMeteringRegionsAreSimilar(String msg, in expectMeteringRegionsAreSimilar()
494 public boolean expectRectsAreSimilar(String msg, Rect expected, Rect actual, in expectRectsAreSimilar()
597 public void expectNotNull(String msg, Object obj) { in expectNotNull()
601 public void expectNull(String msg, Object obj) { in expectNull()
[all …]
/aosp14/system/core/libnetutils/
H A Ddhcpmsg.c24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) in init_dhcp_msg()
55 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid) in init_dhcp_discover_msg()
73 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid, in init_dhcp_request_msg()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/
H A DWatchableTester.java72 public void verify(int want, String msg) { in verify()
78 public void verifyChangeReported(String msg) { in verifyChangeReported()
84 public void verifyNoChangeReported(String msg) { in verifyNoChangeReported()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DSingleKeyGestureDetector.java221 final Message msg = mHandler.obtainMessage(MSG_KEY_LONG_PRESS, keyCode, 0, in interceptKeyDown() local
268 final Message msg = mHandler.obtainMessage(MSG_KEY_LONG_PRESS, keyCode, 0, in interceptKeyDown() local
275 final Message msg = mHandler.obtainMessage(MSG_KEY_VERY_LONG_PRESS, keyCode, 0, in interceptKeyDown() local
292 final Message msg = mHandler.obtainMessage(MSG_KEY_DELAYED_PRESS, keyCode, in interceptKeyDown() local
336 Message msg = mHandler.obtainMessage(MSG_KEY_DELAYED_PRESS, mActiveRule.mKeyCode, in interceptKeyUp() local
346 Message msg = mHandler.obtainMessage(MSG_KEY_DELAYED_PRESS, mActiveRule.mKeyCode, in interceptKeyUp() local
404 public void handleMessage(Message msg) { in handleMessage()
/aosp14/system/core/trusty/storage/lib/
H A Dstorage.c57 static ssize_t check_response(struct storage_msg *msg, ssize_t res) in check_response()
146 struct storage_msg msg = { .cmd = STORAGE_FILE_OPEN, .flags = _to_msg_flags(opflags)}; in storage_open_file() local
168 struct storage_msg msg = { .cmd = STORAGE_FILE_CLOSE }; in storage_close_file() local
182 struct storage_msg msg = { .cmd = STORAGE_FILE_DELETE, .flags = _to_msg_flags(opflags)}; in storage_delete_file() local
193 struct storage_msg msg = { .cmd = STORAGE_FILE_READ }; in _read_chunk() local
228 struct storage_msg msg = { .cmd = STORAGE_FILE_WRITE, .flags = msg_flags, }; in _write_req() local
270 struct storage_msg msg = { .cmd = STORAGE_FILE_SET_SIZE, .flags = _to_msg_flags(opflags)}; in storage_set_file_size() local
281 struct storage_msg msg = { .cmd = STORAGE_FILE_GET_SIZE }; in storage_get_file_size() local
303 struct storage_msg msg = { in storage_end_transaction() local
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/
H A DLogInfo.h56 inline void Info(const LogMessage& msg) { in Info()
60 inline void Warning(const LogMessage& msg) { in Warning()
/aosp14/frameworks/base/core/java/android/net/metrics/
H A DDhcpClientEvent.java42 public final String msg; field in DhcpClientEvent
47 private DhcpClientEvent(String msg, int durationMs) { in DhcpClientEvent()
68 public Builder setMsg(String msg) { in setMsg()
/aosp14/frameworks/base/media/java/android/media/midi/
H A DMidiReceiver.java61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
103 public void send(byte[] msg, int offset, int count) throws IOException { in send()
123 public void send(byte[] msg, int offset, int count, long timestamp) in send()

12345678910>>...27