/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
D | Log.java | 58 public static void d(Tag tag, String msg) { in d() 60 android.util.Log.d(tag.toString(), msg); in d() local 64 public static void d(Tag tag, String msg, Throwable tr) { in d() 66 android.util.Log.d(tag.toString(), msg, tr); in d() local 70 public static void e(Tag tag, String msg) { in e() 72 android.util.Log.e(tag.toString(), msg); in e() local 76 public static void e(Tag tag, String msg, Throwable tr) { in e() 78 android.util.Log.e(tag.toString(), msg, tr); in e() local 82 public static void i(Tag tag, String msg) { in i() 84 android.util.Log.i(tag.toString(), msg); in i() local [all …]
|
/frameworks/wilhelm/src/android/ |
D | android_GenericPlayer.cpp | 139 sp<AMessage> msg = new AMessage(kWhatPrepare, this); in prepare() local 147 sp<AMessage> msg = new AMessage(kWhatPlay, this); in play() local 154 sp<AMessage> msg = new AMessage(kWhatPause, this); in pause() local 174 sp<AMessage> msg = new AMessage(kWhatSeek, this); in seek() local 182 sp<AMessage> msg = new AMessage(kWhatLoop, this); in loop() local 190 sp<AMessage> msg = new AMessage(kWhatBuffUpdateThres, this); in setBufferingUpdateThreshold() local 219 sp<AMessage> msg = new AMessage(kWhatAttachAuxEffect, this); in attachAuxEffect() local 229 sp<AMessage> msg = new AMessage(kWhatSetAuxEffectSendLevel, this); in setAuxEffectSendLevel() local 260 sp<AMessage> msg = new AMessage(kWhatSetPlayEvents, this); in setPlayEvents() local 288 sp<AMessage> msg = new AMessage(kWhatNotif, this); in notify() local [all …]
|
/frameworks/base/core/java/android/util/ |
D | Slog.java | 50 public static int v(@Nullable String tag, @NonNull String msg) { in v() 65 public static int v(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in v() 80 public static int d(@Nullable String tag, @NonNull String msg) { in d() 96 public static int d(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in d() 111 public static int i(@Nullable String tag, @NonNull String msg) { in i() 126 public static int i(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in i() 141 public static int w(@Nullable String tag, @NonNull String msg) { in w() 157 public static int w(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in w() 185 public static int e(@Nullable String tag, @NonNull String msg) { in e() 201 public static int e(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in e() [all …]
|
D | Log.java | 121 TerribleFailure(String msg, Throwable cause) { super(msg, cause); } in TerribleFailure() 149 public static int v(@Nullable String tag, @NonNull String msg) { in v() 161 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v() 172 public static int d(@Nullable String tag, @NonNull String msg) { in d() 184 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d() 195 public static int i(@Nullable String tag, @NonNull String msg) { in i() 206 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i() 217 public static int w(@Nullable String tag, @NonNull String msg) { in w() 229 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w() 273 public static int e(@Nullable String tag, @NonNull String msg) { in e() [all …]
|
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
D | ShadowSlog.java | 28 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() 63 protected static int w(String tag, String msg, Throwable tr) { in w() 73 protected static int e(String tag, String msg) { in e() 78 protected static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaAudioEffectTest.java | 151 String msg = "test1_0ConstructorFromType()"; in test1_0ConstructorFromType() local 194 String msg = "test1_1ConstructorFromUuid()"; in test1_1ConstructorFromUuid() local 229 String msg = "test1_2ConstructorUnknownType()"; in test1_2ConstructorUnknownType() local 252 String msg = "test1_3GetEnabledAfterRelease()"; in test1_3GetEnabledAfterRelease() local 278 String msg = "test1_4InsertOnMediaPlayer()"; in test1_4InsertOnMediaPlayer() local 315 String msg = "test1_5AuxiliaryOnMediaPlayer()"; in test1_5AuxiliaryOnMediaPlayer() local 347 String msg = "test1_6AuxiliaryOnMediaPlayerFailure()"; in test1_6AuxiliaryOnMediaPlayerFailure() local 395 String msg = "test1_7AuxiliaryOnAudioTrack()"; in test1_7AuxiliaryOnAudioTrack() local 437 String msg = "test2_0SetEnabledGetEnabled()"; in test2_0SetEnabledGetEnabled() local 470 String msg = "test2_1SetEnabledAfterRelease()"; in test2_1SetEnabledAfterRelease() local [all …]
|
D | MediaEnvReverbTest.java | 99 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local 130 String msg = "test1_0Room()"; in test1_0Room() local 165 String msg = "test1_1Decay()"; in test1_1Decay() local 236 String msg = "test1_3Reverb()"; in test1_3Reverb() local 270 String msg = "test1_4DiffusionAndDensity()"; in test1_4DiffusionAndDensity() local 305 String msg = "test1_5Properties()"; in test1_5Properties() local 345 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local 419 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskChangeNotificationController.java | 201 public void handleMessage(Message msg) { in handleMessage() 353 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_STACK_CHANGE_LISTENERS_MSG); in notifyTaskStackChanged() local 362 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_PINNED_LISTENERS_MSG, in notifyActivityPinned() local 372 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_UNPINNED_LISTENERS_MSG); in notifyActivityUnpinned() local 389 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_RESTART_ATTEMPT_LISTENERS_MSG, in notifyActivityRestartAttempt() local 397 final Message msg = mHandler.obtainMessage(NOTIFY_ACTIVITY_DISMISSING_DOCKED_ROOT_TASK_MSG); in notifyActivityDismissingDockedRootTask() local 404 final Message msg = mHandler.obtainMessage(NOTIFY_FORCED_RESIZABLE_MSG, taskId, reason, in notifyActivityForcedResizable() local 412 final Message msg = mHandler.obtainMessage( in notifyActivityLaunchOnSecondaryDisplayFailed() local 421 final Message msg = mHandler.obtainMessage( in notifyActivityLaunchOnSecondaryDisplayRerouted() local 429 final Message msg = mHandler.obtainMessage(NOTIFY_TASK_ADDED_LISTENERS_MSG, in notifyTaskCreated() local [all …]
|
D | SafeActivityOptions.java | 280 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 301 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 312 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 324 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 339 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 353 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 366 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 378 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local 387 final String msg = "Permission Denial: starting " + getIntentString(intent) in checkPermissions() local [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
D | SimBouncerInteractorTest.kt | 119 val msg = resources.getString(R.string.kg_sim_pin_instructions) in getDefaultMessage_isEsimLocked() constant 205 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPin() constant 222 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPin_incorrect_oneRemainingAttempt() constant 248 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPin_incorrect_threeRemainingAttempts() constant 269 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPin_notCorrectLength_tooShort() constant 281 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPin_notCorrectLength_tooLong() constant 294 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPuk() constant 318 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPuk_inputTooShort() constant 330 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPuk_pinNotCorrectLength() constant 344 val msg by collectLastValue(underTest.bouncerMessageChanged) in verifySimPuk_confirmedPinDoesNotMatch() constant
|
/frameworks/multidex/library/test/src/android/util/ |
D | Log.java | 67 public static int v(String tag, String msg) { in v() 78 public static int v(String tag, String msg, Throwable tr) { in v() 88 public static int d(String tag, String msg) { in d() 99 public static int d(String tag, String msg, Throwable tr) { in d() 109 public static int i(String tag, String msg) { in i() 120 public static int i(String tag, String msg, Throwable tr) { in i() 130 public static int w(String tag, String msg) { in w() 141 public static int w(String tag, String msg, Throwable tr) { in w() 161 public static int e(String tag, String msg) { in e() 172 public static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
/frameworks/base/core/java/android/telephony/ |
D | Rlog.java | 42 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 …]
|
D | PersistentLoggerBackend.java | 33 void debug(@NonNull String tag, @NonNull String msg); in debug() 40 void info(@NonNull String tag, @NonNull String msg); in info() 47 void warn(@NonNull String tag, @NonNull String msg); in warn() 55 void warn(@NonNull String tag, @NonNull String msg, @NonNull Throwable t); in warn() 62 void error(@NonNull String tag, @NonNull String msg); in error() 70 void error(@NonNull String tag, @NonNull String msg, @NonNull Throwable t); in error()
|
D | PersistentLogger.java | 39 public void debug(@NonNull String tag, @NonNull String msg) { in debug() 48 public void info(@NonNull String tag, @NonNull String msg) { in info() 57 public void warn(@NonNull String tag, @NonNull String msg) { in warn() 67 public void warn(@NonNull String tag, @NonNull String msg, @NonNull Throwable t) { in warn() 76 public void error(@NonNull String tag, @NonNull String msg) { in error() 86 public void error(@NonNull String tag, @NonNull String msg, @NonNull Throwable t) { in error()
|
D | DropBoxManagerLoggerBackend.java | 110 public void debug(@NonNull String tag, @NonNull String msg) { in debug() 122 public void info(@NonNull String tag, @NonNull String msg) { in info() 134 public void warn(@NonNull String tag, @NonNull String msg) { in warn() 147 public void warn(@NonNull String tag, @NonNull String msg, @NonNull Throwable t) { in warn() 159 public void error(@NonNull String tag, @NonNull String msg) { in error() 172 public void error(@NonNull String tag, @NonNull String msg, @NonNull Throwable t) { in error() 182 @NonNull String msg, in bufferLog() 206 @NonNull String msg, in formatLog()
|
/frameworks/base/core/java/android/app/ |
D | RemoteServiceException.java | 36 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 ForegroundServiceDidNotStopInTimeException(String msg, Throwable cause) { in ForegroundServiceDidNotStopInTimeException() 111 public CannotPostForegroundServiceNotificationException(String msg) { in CannotPostForegroundServiceNotificationException() 126 public BadForegroundServiceNotificationException(String msg) { in BadForegroundServiceNotificationException() 141 public BadUserInitiatedJobNotificationException(String msg) { in BadUserInitiatedJobNotificationException() 157 public MissingRequestPasswordComplexityPermissionException(String msg) { in MissingRequestPasswordComplexityPermissionException() 171 public CrashedByAdbException(String msg) { in CrashedByAdbException()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderBase.cpp | 51 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 66 sp<AMessage> msg = new AMessage(kWhatConfigure, this); in configure() local 81 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); in setParameters() local 87 sp<AMessage> msg = new AMessage(kWhatSetRenderer, this); in setRenderer() local 93 sp<AMessage> msg = new AMessage(kWhatPause, this); in pause() local 104 sp<AMessage> msg = new AMessage(kWhatResume, this); in signalResume() local 122 sp<AMessage> msg = new AMessage(kWhatRequestInputBuffers, this); in onRequestInputBuffers() local 127 void NuPlayer::DecoderBase::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
|
/frameworks/base/telephony/java/com/android/telephony/ |
D | Rlog.java | 43 private static int log(int priority, String tag, String msg) { in log() 47 public static int v(String tag, String msg) { in v() 51 public static int v(String tag, String msg, Throwable tr) { in v() 56 public static int d(String tag, String msg) { in d() 60 public static int d(String tag, String msg, Throwable tr) { in d() 65 public static int i(String tag, String msg) { in i() 69 public static int i(String tag, String msg, Throwable tr) { in i() 74 public static int w(String tag, String msg) { in w() 78 public static int w(String tag, String msg, Throwable tr) { in w() 87 public static int e(String tag, String msg) { in e() [all …]
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | Slogf.java | 62 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() 97 public static int w(String tag, String msg, Throwable tr) { in w() 107 public static int e(String tag, String msg) { in e() 112 public static int e(String tag, String msg, Throwable tr) { in e() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
D | CdmaSmsCbTest.java | 63 CdmaSmsMessage msg = new CdmaSmsMessage(); in createBroadcastParcel() local 120 private static SmsMessage createMessageFromParcel(CdmaSmsMessage msg, byte[] bearerData) { in createMessageFromParcel() 167 CdmaSmsMessage msg = createBroadcastParcel(serviceCategory); in createCmasSmsMessage() local 193 CdmaSmsMessage msg = createBroadcastParcel(serviceCategory); in createBroadcastSmsMessage() local 354 SmsMessage msg = createBroadcastSmsMessage(123, 456, BearerData.PRIORITY_NORMAL, in doTestNonEmergencyBroadcast() local 386 SmsMessage msg = createBroadcastSmsMessage(987, 654, -1, -1, in testNonEmergencyBroadcastIs91Extended() local 402 SmsMessage msg = createCmasSmsMessage( in doTestCmasBroadcast() local 456 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasExtremeAlertType1Elements() local 488 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet() local 500 SmsMessage msg = createCmasSmsMessage(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, in testCmasUnsupportedCharSet2() local [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | AsyncChannel.java | 468 Message msg = Message.obtain(); in disconnect() local 490 public void sendMessage(Message msg) { in sendMessage() 506 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 [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraErrorCollector.java | 129 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() 236 public <T extends Comparable<? super T>> boolean expectGreater(String msg, T expected, in expectGreater() 250 public <T extends Comparable<? super T>> boolean expectGreaterOrEqual(String msg, T expected, in expectGreaterOrEqual() 264 public <T extends Comparable<? super T>> boolean expectLess(String msg, T expected, in expectLess() 278 public <T extends Comparable<? super T>> boolean expectLessOrEqual(String msg, T expected, in expectLessOrEqual() 293 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatLog.java | 28 public static void d(Object caller, String msg) { in d() 39 public static void d(String caller, String msg) { in d() 47 public static void e(Object caller, String msg) { in e() 53 public static void e(String caller, String msg) { in e()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | Log.java | 40 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()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 272 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testCardIdFromIccStatus() local 313 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testCardIdFromSlotStatus() local 340 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testCardIdForDefaultEuicc() local 380 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testGetAllUiccCardInfos() local 431 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testIccidWithTrailingF() local 479 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testGetAllUiccCardInfosNullCard() local 539 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable() local 590 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable_swapSlotOrder() local 643 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_SLOT_STATUS_DONE, ar); in testDefaultEuiccIsNotRemovable_EuiccIsInactive() local 694 Message msg = Message.obtain(mUiccControllerUT, EVENT_GET_ICC_STATUS_DONE, ar); in testEidFromPreviousApduSetsDefaultEuicc() local [all …]
|