/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | FaceUnlock.java | 41 private static final String TAG = "FULLockscreen"; field in FaceUnlock 102 Log.d(TAG, "initializeView()"); in initializeView() 118 if (DEBUG) Log.d(TAG, "show()"); in show() 120 Log.e(TAG, "show() called off of the UI thread"); in show() 136 if (DEBUG) Log.d(TAG, "hide()"); in hide() 148 if (DEBUG) Log.d(TAG, "start()"); in start() 150 Log.e(TAG, "start() called off of the UI thread"); in start() 154 Log.w(TAG, "start() called when already running"); in start() 162 Log.d(TAG, "Binding to Face Unlock service"); in start() 169 Log.w(TAG, "Attempt to bind to Face Unlock when already bound"); in start() [all …]
|
D | KeyguardViewMediator.java | 99 private final static String TAG = "KeyguardViewMediator"; field in KeyguardViewMediator 327 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath); in KeyguardViewMediator() 334 if (DEBUG) Log.d(TAG, "failed to load sound from " + soundPath); in KeyguardViewMediator() 350 if (DEBUG) Log.d(TAG, "onSystemReady"); in onSystemReady() 365 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")"); in onScreenTurnedOff() 374 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled"); in onScreenTurnedOff() 426 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = " in onScreenTurnedOff() 444 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence); in onScreenTurnedOn() 458 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); in setKeyguardEnabled() 465 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring"); in setKeyguardEnabled() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHeadset.java | 47 private static final String TAG = "BluetoothHeadset"; field in BluetoothHeadset 232 Log.e(TAG, "Could not bind to Bluetooth Headset Service"); in BluetoothHeadset() 280 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect() 284 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in connect() 321 Log.e(TAG, Log.getStackTraceString(new Throwable())); in disconnect() 325 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 338 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectedDevices() 342 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 355 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 359 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() [all …]
|
D | BluetoothHealth.java | 56 private static final String TAG = "BluetoothHealth"; field in BluetoothHealth 152 Log.e(TAG, e.toString()); in registerAppConfiguration() 155 Log.w(TAG, "Proxy not attached to service"); in registerAppConfiguration() 156 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in registerAppConfiguration() 176 Log.e(TAG, e.toString()); in unregisterAppConfiguration() 179 Log.w(TAG, "Proxy not attached to service"); in unregisterAppConfiguration() 180 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in unregisterAppConfiguration() 205 Log.e(TAG, e.toString()); in connectChannelToSource() 208 Log.w(TAG, "Proxy not attached to service"); in connectChannelToSource() 209 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in connectChannelToSource() [all …]
|
D | BluetoothA2dp.java | 45 private static final String TAG = "BluetoothA2dp"; field in BluetoothA2dp 124 Log.w(TAG, "Bluetooth A2DP service not available!"); in BluetoothA2dp() 165 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect() 169 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in connect() 206 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect() 210 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 223 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices() 227 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 240 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 244 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() [all …]
|
D | BluetoothInputDevice.java | 43 private static final String TAG = "BluetoothInputDevice"; field in BluetoothInputDevice 113 Log.w(TAG, "Bluetooth Service not available!"); in BluetoothInputDevice() 152 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect() 156 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in connect() 193 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect() 197 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 210 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices() 214 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 227 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 231 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() [all …]
|
D | BluetoothPan.java | 43 private static final String TAG = "BluetoothPan"; field in BluetoothPan 134 Log.w(TAG, "Bluetooth Service not available!"); in BluetoothPan() 171 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect() 175 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in connect() 212 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect() 216 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 229 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices() 233 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 246 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 250 if (mService == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | MediaMetadataRetrieverTest.java | 30 private static final String TAG = "MediaMetadataRetrieverTest"; field in MediaMetadataRetrieverTest 35 Log.v(TAG, "testGetEmbeddedPicture starts."); in testGetEmbeddedPicture() 42 Log.v(TAG, "File " + i + ": " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 46 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testGetEmbeddedPicture() 56 … Log.e(TAG, "Fails to get embedded picture for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 60 Log.e(TAG, "Fails to setDataSource for " + MediaNames.ALBUMART_TEST_FILES[i]); in testGetEmbeddedPicture() 66 Log.v(TAG, "testGetEmbeddedPicture completes."); in testGetEmbeddedPicture() 77 Log.v(TAG, "Thumbnail processing starts"); in testThumbnailCapture() 81 Log.v(TAG, "File " + i + ": " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]); in testThumbnailCapture() 85 … Log.v(TAG, "windows media is not supported and thus we will skip the test for this file"); in testThumbnailCapture() [all …]
|
D | MediaPlayerStateUnitTestTemplate.java | 42 private static final String TAG = "MediaPlayerStateUnitTestTemplate"; field in MediaPlayerStateUnitTestTemplate 87 Log.v(TAG, "runTestOnMethod: wait was interrupted."); in runTestOnMethod() 117 Log.v(TAG, "onError has been called."); in initializeMessageLooper() 119 Log.v(TAG, "notify lock."); in initializeMessageLooper() 131 Log.v(TAG, "onCompletion has been called."); in initializeMessageLooper() 145 Log.v(TAG, "initializeMessageLooper: quit."); in initializeMessageLooper() 156 Log.v(TAG, "call " + mMethodUnderTest + ": started in state " + state); in callMediaPlayerMethodUnderTestInState() 163 … Log.v(TAG, "callMediaPlayerMethodUnderTestInState: wait is interrupted in state " + state); in callMediaPlayerMethodUnderTestInState() 166 Log.v(TAG, "call " + mMethodUnderTest + ": ended in state " + state); in callMediaPlayerMethodUnderTestInState() 181 …Log.v(TAG, "setMediaPlayerToIdleStateAfterReset: Exception " + e.getClass().getName() + " was thro… in setMediaPlayerToIdleStateAfterReset() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | MediaMetadataTest.java | 34 private static final String TAG = "MediaMetadataTest"; field in MediaMetadataTest 66 Log.v(TAG, "filePath = "+ meta_data_file[fileIndex][0]); in validateMetatData() 76 Log.v(TAG, "Failed: "+meta_data_file[fileIndex][0] + " " + e.toString()); in validateMetatData() 83 Log.v(TAG, "CD_TRACK_NUMBER : " + value); in validateMetatData() 84 assertEquals(TAG, meta_data_file[fileIndex][meta.CD_TRACK.ordinal()], value); in validateMetatData() 87 Log.v(TAG, "Album : "+ value); in validateMetatData() 88 assertEquals(TAG, meta_data_file[fileIndex][meta.ALBUM.ordinal()], value); in validateMetatData() 91 Log.v(TAG, "Artist : "+ value); in validateMetatData() 92 assertEquals(TAG, meta_data_file[fileIndex][meta.ARTIST.ordinal()], value); in validateMetatData() 95 Log.v(TAG, "Author : "+ value); in validateMetatData() [all …]
|
D | CodecTest.java | 48 private static String TAG = "CodecTest"; field in CodecTest 82 Log.v(TAG, e.toString()); in printCpuInfo() 89 Log.v(TAG, "getDuration - " + filePath); in getDuration() 95 Log.v(TAG, e.toString()); in getDuration() 98 Log.v(TAG, "Duration " + duration); in getDuration() 100 Log.v(TAG, "release"); in getDuration() 105 Log.v(TAG, "GetCurrentPosition - " + filePath); in getCurrentPosition() 112 Log.v(TAG, "start playback"); in getCurrentPosition() 121 Log.v(TAG, e.toString()); in getCurrentPosition() 126 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition() [all …]
|
D | CameraTest.java | 42 private String TAG = "CameraTest"; field in CameraTest 79 Log.v(TAG, "start looper"); in initializeMessageLooper() 85 Log.v(TAG, "start loopRun"); in initializeMessageLooper() 92 Log.v(TAG, "initializeMessageLooper: quit."); in initializeMessageLooper() 118 Log.v(TAG, "Preview callback start"); in onPreviewFrame() 129 Log.v(TAG, "Preview callback stop"); in onPreviewFrame() 137 Log.v(TAG, "onShutter called"); in onShutter() 146 Log.v(TAG, "RawPictureCallback callback"); in onPictureTaken() 160 Log.v(TAG, "JpegPictureCallback rawDataLength = " + rawDataLength); in onPictureTaken() 166 Log.v(TAG, "Jpeg Picture callback"); in onPictureTaken() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 47 private String TAG = "MediaRecorderTest"; field in MediaRecorderTest 75 Log.v(TAG,"startPreviewAndPrepareRecording"); in recordVideo() 78 Log.v(TAG, "setAudioSource"); in recordVideo() 83 Log.v(TAG, "output format " + outFormat); in recordVideo() 87 Log.v(TAG, "setEncoder"); in recordVideo() 93 Log.v(TAG, "setPreview"); in recordVideo() 95 Log.v(TAG, "prepare"); in recordVideo() 97 Log.v(TAG, "start"); in recordVideo() 100 Log.v(TAG, "stop"); in recordVideo() 134 Log.v(TAG, "video encoder : " + videoEncoder); in recordVideoWithPara() [all …]
|
/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyManager.java | 52 private static String TAG = "DevicePolicyManager"; field in DevicePolicyManager 136 Log.w(TAG, "Failed talking with device policy service", e); in isAdminActive() 152 Log.w(TAG, "Failed talking with device policy service", e); in getActiveAdmins() 166 Log.w(TAG, "Failed talking with device policy service", e); in packageHasActiveAdmins() 183 Log.w(TAG, "Failed talking with device policy service", e); in removeActiveAdmin() 202 Log.w(TAG, "Failed talking with device policy service", e); in hasGrantedPolicy() 294 Log.w(TAG, "Failed talking with device policy service", e); in setPasswordQuality() 310 Log.w(TAG, "Failed talking with device policy service", e); in getPasswordQuality() 342 Log.w(TAG, "Failed talking with device policy service", e); in setPasswordMinimumLength() 358 Log.w(TAG, "Failed talking with device policy service", e); in getPasswordMinimumLength() [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 70 private static final String TAG = "SystemServer"; field in ServerThread 77 Slog.w(TAG, "***********************************************"); in reportWtf() 78 Log.wtf(TAG, "BOOT FAILURE " + msg, e); in reportWtf() 146 Slog.i(TAG, "Entropy Mixer"); in run() 149 Slog.i(TAG, "Power Manager"); in run() 153 Slog.i(TAG, "Activity Manager"); in run() 156 Slog.i(TAG, "Telephony Registry"); in run() 159 Slog.i(TAG, "Scheduling Policy"); in run() 165 Slog.i(TAG, "Package Manager"); in run() 170 Slog.w(TAG, "Detected encryption in progress - only parsing core apps"); in run() [all …]
|
D | BackupManagerService.java | 133 private static final String TAG = "BackupManagerService"; field in BackupManagerService 270 Slog.d(TAG, "Provisioning change: was=" + wasProvisioned in onChange() 277 if (MORE_DEBUG) Slog.d(TAG, "Now provisioned, so starting backups"); in onChange() 474 Slog.v(TAG, "Backup requested but no transport available"); in handleMessage() 493 if (DEBUG) Slog.v(TAG, "clearing pending backups"); in handleMessage() 513 Slog.v(TAG, "Backup requested but nothing pending"); in handleMessage() 526 if (MORE_DEBUG) Slog.v(TAG, "Got next step for " + task + ", executing"); in handleMessage() 529 Slog.e(TAG, "Invalid backup task in flight, obj=" + msg.obj); in handleMessage() 540 Slog.e(TAG, "Invalid completion in flight, obj=" + msg.obj); in handleMessage() 561 Slog.d(TAG, "MSG_RUN_RESTORE observer=" + params.observer); in handleMessage() [all …]
|
D | PackageManagerBackupAgent.java | 54 private static final String TAG = "PMBA"; field in PackageManagerBackupAgent 98 Slog.w(TAG, "getRestoredMetadata() before metadata read!"); in getRestoredMetadata() 107 Slog.w(TAG, "getRestoredPackages() before metadata read!"); in getRestoredPackages() 123 if (DEBUG) Slog.v(TAG, "onBackup()"); in onBackup() 134 Slog.i(TAG, "Previous metadata " + mStoredIncrementalVersion + " mismatch vs " in onBackup() 150 if (DEBUG) Slog.v(TAG, "Storing global metadata key"); in onBackup() 155 if (DEBUG) Slog.v(TAG, "Global metadata key already stored"); in onBackup() 193 Slog.w(TAG, "Not backing up package " + packName in onBackup() 212 Slog.v(TAG, "+ writing metadata for " + packName in onBackup() 226 if (DEBUG) Slog.v(TAG, "- removing metadata for deleted pkg " + app); in onBackup() [all …]
|
D | NetworkManagementService.java | 87 private static final String TAG = "NetworkManagementService"; field in NetworkManagementService 179 if (DBG) Slog.d(TAG, "Creating NetworkManagementService"); in create() 181 if (DBG) Slog.d(TAG, "Awaiting socket connection"); in create() 183 if (DBG) Slog.d(TAG, "Connected"); in create() 189 if (DBG) Slog.d(TAG, "Prepared"); in systemReady() 194 mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG); in registerObserver() 200 mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG); in unregisterObserver() 290 Slog.d(TAG, "enabling bandwidth control"); in prepareNativeDaemon() 295 Log.wtf(TAG, "problem enabling bandwidth controls", e); in prepareNativeDaemon() 298 Slog.d(TAG, "not enabling bandwidth control"); in prepareNativeDaemon() [all …]
|
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 109 private static final String TAG = "AccountAuthenticator"; field in AbstractAccountAuthenticator 121 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 122 Log.v(TAG, "addAccount: accountType " + accountType in addAccount() 131 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 133 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result)); in addAccount() 145 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 146 Log.v(TAG, "confirmCredentials: " + account); in confirmCredentials() 152 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 154 Log.v(TAG, "confirmCredentials: result " in confirmCredentials() 168 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() [all …]
|
/frameworks/base/services/java/com/android/server/pm/ |
D | ShutdownThread.java | 53 private static final String TAG = "ShutdownThread"; field in ShutdownThread 110 Log.d(TAG, "Request to shutdown already running, returning."); in shutdownInner() 123 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior); in shutdownInner() 202 Log.d(TAG, "Shutdown sequence already running, returning."); in beginShutdownSequence() 226 PowerManager.PARTIAL_WAKE_LOCK, TAG + "-cpu"); in beginShutdownSequence() 230 Log.w(TAG, "No permission to acquire wake lock", e); in beginShutdownSequence() 239 PowerManager.FULL_WAKE_LOCK, TAG + "-screen"); in beginShutdownSequence() 243 Log.w(TAG, "No permission to acquire wake lock", e); in beginShutdownSequence() 291 Log.i(TAG, "Sending shutdown broadcast..."); in run() 303 Log.w(TAG, "Shutdown broadcast timed out"); in run() [all …]
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
D | MediaSource.java | 163 private static final String TAG = "MediaSource"; field in MediaSource 169 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in MediaSource() 186 if (mLogVerbose) Log.v(TAG, "Preparing MediaSource"); in prepare() 199 Log.v(TAG, "Opening MediaSource"); in open() 201 Log.v(TAG, "Current URL is " + mSourceUrl); in open() 203 Log.v(TAG, "Current source is Asset!"); in open() 222 if (mLogVerbose) Log.v(TAG, "Processing new frame"); in process() 237 if (mLogVerbose) Log.v(TAG, "Waiting for preparation to complete"); in process() 255 if (mLogVerbose) Log.v(TAG, "Starting playback"); in process() 263 if (mLogVerbose) Log.v(TAG, "Waiting for new frame"); in process() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | MediaRecorderStressTest.java | 47 private String TAG = "MediaRecorderStressTest"; field in MediaRecorderStressTest 81 Log.v(TAG, "starting looper"); in setUp() 86 Log.v(TAG, "quit looper"); in setUp() 160 Log.v(TAG, "Start preview"); in testStressCamera() 180 Log.v(TAG, e.toString()); in testStressCamera() 199 Log.v(TAG, "Start preview"); in testStressRecorder() 207 Log.v(TAG, "counter = " + i); in testStressRecorder() 209 Log.v(TAG, filename); in testStressRecorder() 216 Log.v(TAG, "setEncoder"); in testStressRecorder() 219 Log.v(TAG, "setPreview"); in testStressRecorder() [all …]
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageHelper.java | 54 private static final String TAG = "PackageHelper"; field in PackageHelper 65 Log.e(TAG, "Can't get mount service"); in getMountService() 77 Log.i(TAG, "Size of container " + sizeMb + " MB"); in createSdDir() 82 Log.e(TAG, "Failed to create secure container " + cid); in createSdDir() 86 if (localLOGV) Log.i(TAG, "Created secure container " + cid + in createSdDir() 90 Log.e(TAG, "MountService running?"); in createSdDir() 99 Log.i(TAG, "Failed to mount container " + cid + " rc : " + rc); in mountSdDir() 104 Log.e(TAG, "MountService running?"); in mountSdDir() 113 Log.e(TAG, "Failed to unmount " + cid + " with rc " + rc); in unMountSdDir() 118 Log.e(TAG, "MountService running?"); in unMountSdDir() [all …]
|
/frameworks/base/media/java/android/media/ |
D | AudioManager.java | 52 private static String TAG = "AudioManager"; field in AudioManager 547 Log.e(TAG, "Dead object in adjustStreamVolume", e); in adjustStreamVolume() 577 Log.e(TAG, "Dead object in adjustVolume", e); in adjustVolume() 607 Log.e(TAG, "Dead object in adjustSuggestedStreamVolume", e); in adjustSuggestedStreamVolume() 625 Log.e(TAG, "Dead object in adjustMasterVolume", e); in adjustMasterVolume() 641 Log.e(TAG, "Dead object in getRingerMode", e); in getRingerMode() 677 Log.e(TAG, "Dead object in getStreamMaxVolume", e); in getStreamMaxVolume() 699 Log.e(TAG, "Dead object in getStreamVolume", e); in getStreamVolume() 718 Log.e(TAG, "Dead object in getLastAudibleStreamVolume", e); in getLastAudibleStreamVolume() 733 Log.e(TAG, "Dead object in getMasterStreamType", e); in getMasterStreamType() [all …]
|
/frameworks/base/telephony/mockril/src/com/android/internal/telephony/mockril/ |
D | MockRilController.java | 37 private static final String TAG = "MockRILController"; field in MockRilController 65 Log.v(TAG, "send command : %d failed: " + e.getStackTrace()); in sendCtrlCommand() 80 Log.v(TAG, "receive response for getRadioState() error: " + e.getStackTrace()); in getCtrlResponse() 95 Log.v(TAG, "failed to get response"); in getRadioState() 98 response.printHeader(TAG); in getRadioState() 116 Log.v(TAG, "the give radio state is not valid."); in setRadioState() 121 Log.v(TAG, "send set radio state request failed."); in setRadioState() 126 Log.v(TAG, "failed to get response for setRadioState"); in setRadioState() 129 response.printHeader(TAG); in setRadioState() 147 Log.v(TAG, "send CMD_SET_MT_CALL request failed"); in startIncomingCall() [all …]
|