/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 62 doReturn(true).when(mSubscriptionController).isActiveSubId(0, TAG, FEATURE_ID); in setUp() 63 doReturn(true).when(mSubscriptionController).isActiveSubId(1, TAG, FEATURE_ID); in setUp() 83 eq(AppOpsManager.OPSTR_READ_DEVICE_IDENTIFIERS), anyInt(), eq(TAG), eq(FEATURE_ID), in setUp() 99 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID)); in testGetDeviceId() 101 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID)); in testGetDeviceId() 117 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 125 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 135 eq(AppOpsManager.OPSTR_READ_PHONE_STATE), anyInt(), eq(TAG), eq(FEATURE_ID), in testGetDeviceIdWithOutPermission() 138 mPhoneSubInfoControllerUT.getDeviceIdForPhone(0, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() 146 mPhoneSubInfoControllerUT.getDeviceIdForPhone(1, TAG, FEATURE_ID); in testGetDeviceIdWithOutPermission() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHeadset.java | 55 private static final String TAG = "BluetoothHeadset"; field in BluetoothHeadset 338 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up); 360 Log.e(TAG, "", e); in BluetoothHeadset() 370 if (VDBG) Log.d(TAG, "Binding service..."); in doBind() 375 Log.e(TAG, "Unable to bind HeadsetService", e); in doBind() 385 if (VDBG) Log.d(TAG, "Unbinding service..."); in doUnbind() 390 Log.e(TAG, "Unable to unbind HeadsetService", e); in doUnbind() 413 Log.e(TAG, "", re); in close() 450 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect() 454 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() [all …]
|
D | BluetoothMapClient.java | 42 private static final String TAG = "BluetoothMapClient"; field in BluetoothMapClient 43 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG); 44 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); 93 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object"); in BluetoothMapClient() 126 if (VDBG) Log.d(TAG, "isConnected(" + device + ")"); in isConnected() 132 Log.e(TAG, e.toString()); in isConnected() 135 Log.w(TAG, "Proxy not attached to service"); in isConnected() 136 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); in isConnected() 149 if (DBG) Log.d(TAG, "connect(" + device + ")" + "for MAPS MCE"); in connect() 155 Log.e(TAG, e.toString()); in connect() [all …]
|
D | BluetoothGattServer.java | 39 private static final String TAG = "BluetoothGattServer"; field in BluetoothGattServer 67 Log.d(TAG, "onServerRegistered() - status=" + status 76 Log.e(TAG, "onServerRegistered: mCallback is null"); 89 Log.d(TAG, "onServerConnectionState() - status=" + status 97 Log.w(TAG, "Unhandled exception in callback", ex); 108 Log.d(TAG, "onServiceAdded() - handle=" + service.getInstanceId() 141 Log.w(TAG, "Unhandled exception in callback", ex); 152 if (VDBG) Log.d(TAG, "onCharacteristicReadRequest() - handle=" + handle); 157 Log.w(TAG, "onCharacteristicReadRequest() no char for handle " + handle); 165 Log.w(TAG, "Unhandled exception in callback", ex); [all …]
|
D | BluetoothHeadsetClient.java | 44 private static final String TAG = "BluetoothHeadsetClient"; field in BluetoothHeadsetClient 458 Log.e(TAG, Log.getStackTraceString(new Throwable())); in connect() 462 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() 484 Log.e(TAG, Log.getStackTraceString(new Throwable())); in disconnect() 488 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 506 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectedDevices() 510 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 530 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 534 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() 553 Log.e(TAG, Log.getStackTraceString(new Throwable())); in getConnectionState() [all …]
|
D | BluetoothHidDevice.java | 42 private static final String TAG = BluetoothHidDevice.class.getSimpleName(); field in BluetoothHidDevice 229 private static final String TAG = "BluetoothHidDevCallback"; field in BluetoothHidDevice.Callback 246 TAG, in onAppStatusChanged() 263 Log.d(TAG, "onConnectionStateChanged: device=" + device + " state=" + state); in onConnectionStateChanged() 278 TAG, in onGetReport() 299 Log.d(TAG, "onSetReport: device=" + device + " type=" + type + " id=" + id); in onSetReport() 310 Log.d(TAG, "onSetProtocol: device=" + device + " protocol=" + protocol); in onSetProtocol() 321 Log.d(TAG, "onInterruptData: device=" + device + " reportId=" + reportId); in onInterruptData() 329 Log.d(TAG, "onVirtualCableUnplug: device=" + device); in onVirtualCableUnplug() 417 Log.e(TAG, e.toString()); in getConnectedDevices() [all …]
|
D | BluetoothA2dp.java | 54 private static final String TAG = "BluetoothA2dp"; field in BluetoothA2dp 286 if (service == null) Log.w(TAG, "Proxy not attached to service"); in connect() 289 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in connect() 326 if (service == null) Log.w(TAG, "Proxy not attached to service"); in disconnect() 329 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in disconnect() 345 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectedDevices() 348 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getConnectedDevices() 364 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getDevicesMatchingConnectionStates() 367 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable())); in getDevicesMatchingConnectionStates() 384 if (service == null) Log.w(TAG, "Proxy not attached to service"); in getConnectionState() [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 …]
|
/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 | 54 private static String TAG = "CodecTest"; field in CodecTest 90 Log.v(TAG, e.toString()); in printCpuInfo() 97 Log.v(TAG, "getDuration - " + filePath); in getDuration() 103 Log.v(TAG, e.toString()); in getDuration() 106 Log.v(TAG, "Duration " + duration); in getDuration() 108 Log.v(TAG, "release"); in getDuration() 113 Log.v(TAG, "GetCurrentPosition - " + filePath); in getCurrentPosition() 120 Log.v(TAG, "start playback"); in getCurrentPosition() 129 Log.v(TAG, e.toString()); in getCurrentPosition() 134 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition() [all …]
|
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
D | KeyValueBackupReporter.java | 56 @VisibleForTesting static final String TAG = "KeyValueBackupTask"; field in KeyValueBackupReporter 62 Slog.d(TAG, "Spinning thread " + threadName); in onNewThread() 91 Slog.d(TAG, "Skipping backup since one is already in progress"); in onSkipBackup() 96 Slog.w(TAG, "Backup begun with an empty queue, nothing to do"); in onEmptyQueueAtStart() 101 Slog.v(TAG, "Beginning backup of " + queue.size() + " targets"); in onQueueReady() 110 Slog.i(TAG, "Initializing transport and resetting backup state"); in onInitializeTransport() 118 Slog.e(TAG, "Transport error in initializeDevice()"); in onTransportInitialized() 123 Slog.e(TAG, "Error during initialization", e); in onInitializeTransportError() 127 Slog.d(TAG, "Skipping backup of PM metadata"); in onSkipPm() 131 Slog.e(TAG, "Error during PM metadata backup", e); in onExtractPmAgentDataError() [all …]
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionService.java | 30 static final String TAG = "MainInteractionService"; field in MainInteractionService 35 Log.i(TAG, "onAvailabilityChanged(" + status + ")"); 41 Log.i(TAG, "onDetected"); 46 Log.i(TAG, "onError"); 51 Log.i(TAG, "onRecognitionPaused"); 56 Log.i(TAG, "onRecognitionResumed"); 65 Log.i(TAG, "Creating " + this); in onReady() 66 Log.i(TAG, "Keyphrase enrollment error? " + getKeyphraseEnrollmentInfo().getParseError()); in onReady() 67 Log.i(TAG, "Keyphrase enrollment meta-data: " in onReady() 76 Log.i(TAG, "Hotword availability = " + availability); in hotwordAvailabilityChangeHelper() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHal.java | 63 private static final String TAG = "SupplicantP2pIfaceHal"; field in SupplicantP2pIfaceHal 86 Log.i(TAG, "IServiceNotification.onRegistration for: " + fqName 90 Log.e(TAG, "initalizing ISupplicant failed."); 93 Log.i(TAG, "Completed initialization of ISupplicant interfaces."); 100 Log.w(TAG, "IServiceManager died: cookie=" + cookie); 108 Log.w(TAG, "ISupplicant/ISupplicantP2pIface died: cookie=" + cookie); 125 Log.wtf(TAG, "Error on linkToDeath on IServiceManager"); in linkToServiceManagerDeath() 131 Log.e(TAG, "IServiceManager.linkToDeath exception", e); in linkToServiceManagerDeath() 151 if (sVerboseLoggingEnabled) Log.i(TAG, "Registering ISupplicant service ready callback."); in initialize() 154 Log.i(TAG, "Supplicant HAL already initialized."); in initialize() [all …]
|
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/ |
D | BTtraffic.java | 28 public static final String TAG = "bttraffic"; field in BTtraffic 42 Log.d(TAG, "Unable to close resource.\n"); in safeClose() 57 Log.d(TAG, "unknown action: + " + intent.getAction()); in onStartCommand() 64 Log.d(TAG, "worker thread already active"); in startWorker() 69 Log.d(TAG, "startWorker: addr=" + remoteAddr); in startWorker() 78 Log.d(TAG, "Monitor service started"); in startWorker() 80 Log.d(TAG, "Worker thread started"); in startWorker() 82 Log.d(TAG, "Failed to start service", e); in startWorker() 89 Log.d(TAG, "Start monitor on server"); in startMonitor() 103 Log.d(TAG, "No need to start SvcMonitor on client"); in startMonitor() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointProvisioner.java | 73 private static final String TAG = "PasspointProvisioner"; field in PasspointProvisioner 157 Log.v(TAG, "Provisioning started with " + provider.toString()); in startSubscriptionProvisioning() 170 private static final String TAG = "PasspointProvisioningStateMachine"; field in PasspointProvisioner.ProvisioningStateMachine 224 Log.v(TAG, "startProvisioning received in state=" + mState); in startProvisioning() 229 Log.v(TAG, "State Machine needs to be reset before starting provisioning"); in startProvisioning() 243 Log.w(TAG, "Provisioning is not possible"); in startProvisioning() 252 Log.e(TAG, "Invalid Server URL"); in startProvisioning() 292 Log.v(TAG, "Wifi Disabled in state=" + mState); in handleWifiDisabled() 295 Log.w(TAG, "Wifi Disable unhandled in state=" + mState); in handleWifiDisabled() 310 Log.v(TAG, "Server Connection status received in " + mState); in handleServerConnectionStatus() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeLogger.kt | 36 buffer.log(TAG, DEBUG, { in logPickupWakeup() 44 buffer.log(TAG, INFO, { in logPulseStart() 52 buffer.log(TAG, INFO, {}, { "Pulse finish" }) in logPulseFinish() 56 buffer.log(TAG, INFO, {}, { "Notification pulse" }) in logNotificationPulse() 60 buffer.log(TAG, INFO, { in logDozing() 73 buffer.log(TAG, DEBUG, { in logFling() 85 buffer.log(TAG, INFO, {}, { "Emergency call" }) in logEmergencyCall() 89 buffer.log(TAG, INFO, { in logKeyguardBouncerChanged() 97 buffer.log(TAG, INFO, { in logScreenOn() 105 buffer.log(TAG, INFO, { in logScreenOff() [all …]
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
D | NfcFCardEmulation.java | 47 static final String TAG = "NfcFCardEmulation"; field in NfcFCardEmulation 70 Log.e(TAG, "NfcAdapter context is null."); in getInstance() 76 Log.e(TAG, "Cannot get PackageManager"); in getInstance() 81 Log.e(TAG, "This device does not support NFC-F card emulation"); in getInstance() 85 Log.e(TAG, "PackageManager query failed."); in getInstance() 95 Log.e(TAG, "This device does not implement the INfcFCardEmulation interface."); in getInstance() 126 Log.e(TAG, "Failed to recover CardEmulationService."); in getSystemCodeForService() 132 Log.e(TAG, "Failed to reach CardEmulationService."); in getSystemCodeForService() 173 Log.e(TAG, "Failed to recover CardEmulationService."); in registerSystemCodeForService() 180 Log.e(TAG, "Failed to reach CardEmulationService."); in registerSystemCodeForService() [all …]
|
/frameworks/base/core/java/android/service/quickaccesswallet/ |
D | GetWalletCardsCallbackImpl.java | 34 private static final String TAG = "QAWalletCallback"; field in GetWalletCardsCallbackImpl 60 Log.w(TAG, "Invalid GetWalletCards response"); in onSuccess() 79 Log.w(TAG, "already called"); in onSuccessInternal() 86 Log.w(TAG, "Error returning wallet cards", e); in onSuccessInternal() 92 Log.w(TAG, "already called"); in onFailureInternal() 99 Log.e(TAG, "Error returning failure message", e); in onFailureInternal() 105 Log.w(TAG, "Invalid response: response is null"); in isValidResponse() 109 Log.w(TAG, "Invalid response: walletCards is null"); in isValidResponse() 113 Log.w(TAG, "Invalid response: selectedIndex is negative"); in isValidResponse() 118 Log.w(TAG, "Invalid response: selectedIndex out of bounds"); in isValidResponse() [all …]
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/ |
D | CarDrivingStateMonitor.java | 54 private static final String TAG = "CarDrivingStateMonitor"; field in CarDrivingStateMonitor 81 Log.v(TAG, "Gear has reversed, exiting SetupWizard."); 112 Log.w(TAG, "MonitorStartedCount was negative"); in startMonitor() 116 Log.i(TAG, String.format( in startMonitor() 123 Log.e(TAG, "Car not connected", e); in startMonitor() 130 Log.e(TAG, "Failure connecting to Car object.", e); in startMonitor() 143 Log.e(TAG, "Car not connected", e); in startMonitor() 155 Log.e(TAG, "Car not connected", e); in startMonitor() 163 Log.e(TAG, "Failure connecting to Car object.", e); in startMonitor() 175 Log.v(TAG, "stopMonitor"); in stopMonitor() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionLogger.kt | 35 buffer.log(TAG, INFO, { in logNotifPosted() 43 buffer.log(TAG, INFO, { in logNotifGroupPosted() 52 buffer.log(TAG, INFO, { in logNotifUpdated() 60 buffer.log(TAG, INFO, { in logNotifRemoved() 69 buffer.log(TAG, INFO, { in logNotifReleased() 77 buffer.log(TAG, INFO, { in logNotifDismissed() 85 buffer.log(TAG, DEBUG, { in logChildDismissed() 93 buffer.log(TAG, INFO, { in logDismissAll() 101 buffer.log(TAG, DEBUG, { in logDismissOnAlreadyCanceledEntry() 109 buffer.log(TAG, INFO, { in logNotifDismissedIntercepted() [all …]
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteServiceInput.java | 31 private static final String TAG = "TvRemoteServiceInput"; field in TvRemoteServiceInput 49 Slog.d(TAG, "openInputBridge(), token: " + token in openInputBridge() 57 Slog.d(TAG, "InputBridge already exists"); in openInputBridge() 71 Slog.e(TAG, "Cannot create device for " + name); in openInputBridge() 74 Slog.e(TAG, "Token is already dead"); in openInputBridge() 86 Slog.e(TAG, "Failed remote call to onInputBridgeConnected"); in openInputBridge() 93 Slog.d(TAG, String.format("openGamepadBridge(), token: %s, name: %s", token, name)); in openGamepadBridge() 99 Slog.d(TAG, "InputBridge already exists"); in openGamepadBridge() 112 Slog.e(TAG, "Cannot create device for " + name); in openGamepadBridge() 115 Slog.e(TAG, "Token is already dead"); in openGamepadBridge() [all …]
|
/frameworks/base/wifi/java/android/net/wifi/nl80211/ |
D | WifiNl80211Manager.java | 61 private static final String TAG = "WifiNl80211Manager"; field in WifiNl80211Manager 72 private static final String TIMEOUT_ALARM_TAG = TAG + " Send Management Frame Timeout"; 155 Log.d(TAG, "Scan result ready event"); in OnScanResultReady() 162 Log.d(TAG, "Scan failed event"); in OnScanFailed() 343 Log.d(TAG, "Pno scan result event"); in OnPnoNetworkFound() 350 Log.d(TAG, "Pno Scan failed event"); in OnPnoScanFailed() 371 Log.d(TAG, "onConnectedClientsChanged called with " in onConnectedClientsChanged() 434 Log.e(TAG, "Timed out waiting for ACK"); in SendMgmtFrameEvent() 477 Log.e(TAG, "Wificond died!"); in binderDied() 505 Log.e(TAG, "Death handler already present"); in setOnServiceDeadCallback() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | ExplicitHealthCheckController.java | 59 private static final String TAG = "ExplicitHealthCheckController"; field in ExplicitHealthCheckController 98 Slog.i(TAG, "Explicit health checks " + (enabled ? "enabled." : "disabled.")); in setEnabled() 114 Slog.wtf(TAG, "Resetting health check controller callbacks"); in setCallbacks() 144 Slog.i(TAG, "Health checks disabled, no supported packages"); in syncRequests() 173 Slog.i(TAG, "No more health check requests, unbinding..."); in syncRequests() 204 Slog.i(TAG, "Requesting health check for package " + packageName); in request() 208 Slog.w(TAG, "Failed to request health check for package " + packageName, e); in request() 224 Slog.i(TAG, "Cancelling health check for package " + packageName); in cancel() 230 Slog.w(TAG, "Failed to cancel health check for package " + packageName, e); in cancel() 245 Slog.d(TAG, "Getting health check supported packages"); in getSupportedPackages() [all …]
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardServiceWrapper.java | 41 private String TAG = "KeyguardServiceWrapper"; field in KeyguardServiceWrapper 54 Slog.w(TAG , "Remote Exception", e); in verifyUnlock() 63 Slog.w(TAG , "Remote Exception", e); in setOccluded() 72 Slog.w(TAG , "Remote Exception", e); in addStateMonitorCallback() 81 Slog.w(TAG , "Remote Exception", e); in dismiss() 90 Slog.w(TAG , "Remote Exception", e); in onDreamingStarted() 99 Slog.w(TAG , "Remote Exception", e); in onDreamingStopped() 108 Slog.w(TAG , "Remote Exception", e); in onStartedGoingToSleep() 117 Slog.w(TAG , "Remote Exception", e); in onFinishedGoingToSleep() 126 Slog.w(TAG , "Remote Exception", e); in onStartedWakingUp() [all …]
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataServiceCallback.java | 43 private static final String TAG = DataServiceCallback.class.getSimpleName(); field in DataServiceCallback 85 if (DBG) Rlog.d(TAG, "onSetupDataCallComplete"); in onSetupDataCallComplete() 88 Rlog.e(TAG, "Failed to onSetupDataCallComplete on the remote"); in onSetupDataCallComplete() 91 Rlog.e(TAG, "onSetupDataCallComplete: callback is null!"); in onSetupDataCallComplete() 104 if (DBG) Rlog.d(TAG, "onDeactivateDataCallComplete"); in onDeactivateDataCallComplete() 107 Rlog.e(TAG, "Failed to onDeactivateDataCallComplete on the remote"); in onDeactivateDataCallComplete() 110 Rlog.e(TAG, "onDeactivateDataCallComplete: callback is null!"); in onDeactivateDataCallComplete() 125 Rlog.e(TAG, "Failed to onSetInitialAttachApnComplete on the remote"); in onSetInitialAttachApnComplete() 128 Rlog.e(TAG, "onSetInitialAttachApnComplete: callback is null!"); in onSetInitialAttachApnComplete() 143 Rlog.e(TAG, "Failed to onSetDataProfileComplete on the remote"); in onSetDataProfileComplete() [all …]
|