Home
last modified time | relevance | path

Searched refs:TAG (Results 1 – 25 of 2060) sorted by relevance

12345678910>>...83

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java50 private static final String TAG = "BluetoothMapObexServer"; field in BluetoothMapObexServer
135 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
137 if (D) Log.d(TAG, "BluetoothMapObexServer(): baseUri=" + mBaseUriString); in BluetoothMapObexServer()
141 if (D) Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
201 if (D) Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
281 if (D) Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders()
299 if(D) Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
306 if (D) Log.d(TAG, "onConnect():"); in onConnect()
318 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
321 Log.w(TAG, "Wrong UUID length"); in onConnect()
[all …]
DBluetoothMapService.java58 private static final String TAG = "BluetoothMapService"; field in BluetoothMapService
174 if (DEBUG) Log.d(TAG, "MAP Service closeService in"); in closeService()
193 if (VERBOSE) Log.v(TAG, "CloseService(): Release Wake Lock"); in closeService()
204 if(VERBOSE) Log.i(TAG, "Quit looper"); in closeService()
207 if(VERBOSE) Log.i(TAG, "Remove Handler"); in closeService()
211 if (VERBOSE) Log.v(TAG, "MAP Service closeService out"); in closeService()
228 Log.w(TAG, "startRfcommSocketListeners(): Invalid MasId: " + masId); in startRfcommSocketListeners()
237 if (DEBUG) Log.d(TAG, "Map Service START ObexServerSessions()"); in startObexServerSessions()
246 if (VERBOSE) Log.v(TAG, "startObexSessions(): Acquire Wake Lock"); in startObexServerSessions()
262 Log.w(TAG,"IOException occured while starting an obexServerSession restarting" + in startObexServerSessions()
[all …]
DBluetoothMnsObexClient.java48 private static final String TAG = "BluetoothMnsObexClient"; field in BluetoothMnsObexClient
126 if (V) Log.v(TAG, "Reg masId: " + msg.arg1 + " notfStatus: " + msg.arg2); in handleMessage()
131 if (D) Log.d(TAG, "MNS SDP info not available yet - Cannot Connect."); in handleMessage()
146 if (V) Log.v(TAG, "SearchReg masId: " + msg.arg1 + " notfStatus: " + msg.arg2); in handleMessage()
167 if (D) Log.d(TAG, "OBEX session disconnected"); in disconnect()
170 Log.w(TAG, "OBEX session disconnect error " + e.getMessage()); in disconnect()
174 if (D) Log.d(TAG, "OBEX session close mClientSession"); in disconnect()
177 if (D) Log.d(TAG, "OBEX session closed"); in disconnect()
180 Log.w(TAG, "OBEX session close error:" + e.getMessage()); in disconnect()
184 if (D) Log.d(TAG, "Close Obex Transport"); in disconnect()
[all …]
/packages/apps/DevCamera/src/com/android/devcamera/
DCameraDeviceReport.java39 private static final String TAG = "DevCamera_INFO"; field in CameraDeviceReport
55 Log.v(TAG, "Number of cameras:" + cameralist.length); in printCameraSystemInfo()
57 Log.e(TAG, "Could not get camera ID list: "+e); in printCameraSystemInfo()
72 Log.v(TAG, "============= CAMERA " + id + " INFO ============="); in printCameraInfo()
78 Log.e(TAG, "Could not get getCameraCharacteristics"); in printCameraInfo()
86 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: " in printCameraInfo()
89 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: null"); in printCameraInfo()
93 Log.v(TAG, "SENSOR_INFO_PIXEL_ARRAY_SIZE: " + size2.getWidth() + "x" + size2.getHeight()); in printCameraInfo()
96 Log.v(TAG, "SENSOR_INFO_PHYSICAL_SIZE: " + size3.getWidth() + "x" + size3.getHeight()); in printCameraInfo()
100 Log.v(TAG, "SENSOR_ORIENTATION: " + sensorOrientation); in printCameraInfo()
[all …]
DApi2Camera.java63 private static final String TAG = "DevCamera_API2"; field in Api2Camera
153 Log.v(TAG, "STARTUP_REQUIREMENT ImageReader initialization done."); in Api2Camera()
258 Log.v(TAG, "AF trigger"); in triggerAFScan()
263 Log.v(TAG, "run CAF"); in setCAF()
278 Log.v(TAG, " onFrameAvailable(SurfaceTexture)"); in onFrameAvailable()
319 Log.v(TAG, "Opening camera " + mCameraInfoCache.getCameraId()); in openCamera()
327 Log.e(TAG, "Unable to openCamera()."); in openCamera()
336 Log.v(TAG, "Closing camera " + mCameraInfoCache.getCameraId()); in closeCamera()
341 Log.e(TAG, "Could not abortCaptures()."); in closeCamera()
346 Log.v(TAG, "Done closing camera " + mCameraInfoCache.getCameraId()); in closeCamera()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java61 private static final String TAG = "BluetoothPbapObexServer"; field in BluetoothPbapObexServer
190 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
193 Log.w(TAG, "Wrong UUID length"); in onConnect()
198 Log.w(TAG, "Wrong UUID"); in onConnect()
204 Log.e(TAG, e.toString()); in onConnect()
211 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
215 Log.e(TAG, e.toString()); in onConnect()
219 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " + in onConnect()
231 if (D) Log.d(TAG, "onDisconnect(): enter"); in onDisconnect()
239 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out."); in onDisconnect()
[all …]
DBluetoothPbapService.java72 private static final String TAG = "BluetoothPbapService"; field in BluetoothPbapService
198 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate"); in onCreate()
205 if (VERBOSE) Log.v(TAG, "Starting PBAP service"); in onCreate()
221 Log.w(TAG, "Stopping BluetoothPbapService: " in onStartCommand()
240 if (VERBOSE) Log.v(TAG, "action: " + action); in parseIntent()
243 if (VERBOSE) Log.v(TAG, "state: " + state); in parseIntent()
267 Log.e(TAG, "Unexpected error!"); in parseIntent()
271 if (DEBUG) Log.d(TAG,"ACL disconnected for "+ device); in parseIntent()
301 Log.v(TAG, "setPhonebookAccessPermission(ACCESS_ALLOWED) result=" + result); in parseIntent()
311 Log.e(TAG, "Caught the error: " + ex.toString()); in parseIntent()
[all …]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java45 private static final String TAG = "BluetoothMapContentTest"; field in BluetoothMapContentTest
73 if (D) Log.d(TAG, BluetoothMapContract.MessageColumns.ACCOUNT_ID + " : " + in printAccountInfo()
115 if(D)Log.d(TAG,"getEnabledAccountItems()\n"); in getEnabledAccount()
154 if (D) Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders()
195 Log.d(TAG, sb.toString()); in printCursor()
211 Log.d(TAG, new String(buffer,0, count)); in dumpMessageContent()
216 Log.w(TAG, e); in dumpMessageContent()
218 Log.w(TAG, e); in dumpMessageContent()
260 Log.d(TAG, new String(buffer,0, count)); in writeMessageContent()
264 Log.w(TAG, e); in writeMessageContent()
[all …]
DSdpManagerTestServer.java37 private static final String TAG = "SdpManagerTestServer"; field in SdpManagerTestServer
53 Log.i(TAG, "created."); in SdpManagerTestServer()
59 Log.i(TAG,"onConnect()"); in onConnect()
66 Log.e(TAG, "Exception in onConnect - aborting..."); in onConnect()
75 Log.i(TAG,"onDisconnect()"); in onDisconnect()
82 Log.e(TAG, "Exception in onDisconnect..."); in onDisconnect()
88 Log.i(TAG, "Sending latch close signal..."); in onDisconnect()
91 Log.i(TAG, "Got disconnect with mOperationCounter = " + mOperationIndex); in onDisconnect()
101 Log.i(TAG,"onPut()"); in onPut()
111 Log.i(TAG,"onGet()"); in onGet()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java75 private static final String TAG = "HeadsetStateMachine"; field in HeadsetStateMachine
209 super(TAG); in HeadsetStateMachine()
216 TAG + ":VoiceRecognition"); in HeadsetStateMachine()
228 Log.e(TAG, "Could not bind to Bluetooth Headset Phone Service"); in HeadsetStateMachine()
234 Log.d(TAG, "max_hf_connections = " + max_hf_connections); in HeadsetStateMachine()
261 Log.d(TAG, "make"); in make()
274 if (DBG) Log.d(TAG,"Unbinding service..."); in cleanup()
280 Log.e(TAG,"Error unbinding from IBluetoothHeadsetPhone",re); in cleanup()
337 Log.e(TAG, "ERROR: mConnectedDevicesList is not empty," + in processMessage()
385 Log.e(TAG, "Unexpected stack event: " + event.type); in processMessage()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java76 private static final String TAG = "HeadsetClientStateMachine"; field in HeadsetClientStateMachine
224 Log.d(TAG, "addToCalls state:" + state + " number:" + number); in addCall()
243 Log.d(TAG, "removeFromCalls states:" + Arrays.toString(states)); in removeCalls()
262 Log.d(TAG, "changeStateFromCalls old:" + old_state + " new: " + new_state); in changeCallsState()
272 Log.d(TAG, "getFromCallsWithStates states:" + Arrays.toString(states)); in getCall()
324 Log.d(TAG, "sendCallChangedIntent " + c); in sendCallChangedIntent()
398 Log.d(TAG, "updateCallIndicator " + call); in updateCallIndicator()
455 Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " + mPendingAction.first); in updateCallSetupIndicator()
497 Log.e(TAG, "Unexpected callsetup=0 while in action ACCEPT_CALL"); in updateCallSetupIndicator()
512 Log.e(TAG, "Unexpected callsetup=0 while in action REJECT_CALL"); in updateCallSetupIndicator()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java83 if (V) Log.v(TAG, "ContentObserver received notification"); in onChange()
88 private static final String TAG = "BtOppService"; field in BluetoothOppService
149 if (V) Log.v(TAG, "onCreate"); in onCreate()
173 Log.w(TAG, "Local BT device is not enabled"); in onCreate()
184 if (V) Log.v(TAG, "onStartCommand"); in onStartCommand()
188 Log.w(TAG, "Local BT device is not enabled"); in onStartCommand()
200 if (V) Log.v(TAG, "Starting RfcommListener"); in startListener()
248 if (V) Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for data uri= "
262 Log.v(TAG, "Update mInfo.id " + msg.arg1 + " for MEDIA_SCANNED_FAILED");
273 if (D) Log.d(TAG, "Get incoming connection");
[all …]
DBluetoothOppTransfer.java71 private static final String TAG = "BtOppTransfer"; field in BluetoothOppTransfer
151 if (V) Log.v(TAG, "receive RFCOMM_ERROR msg"); in handleMessage()
162 if (V) Log.v(TAG, "Transfer receive RFCOMM_CONNECTED msg"); in handleMessage()
177 if (V) Log.v(TAG, "receive MSG_SHARE_COMPLETE for info " + info.mId); in handleMessage()
183 if (V) Log.v(TAG, "continue session for info " + mCurrentShare.mId + in handleMessage()
188 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done"); in handleMessage()
199 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId); in handleMessage()
209 if (V) Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId); in handleMessage()
218 if (V) Log.v(TAG, "receive MSG_SHARE_INTERRUPTED for batch " + mBatch.mId); in handleMessage()
223 Log.v(TAG, "receive MSG_SHARE_INTERRUPTED but mTransport = null"); in handleMessage()
[all …]
DBluetoothOppObexClientSession.java62 private static final String TAG = "BtOppObexClient"; field in BluetoothOppObexClientSession
87 if (D) Log.d(TAG, "Start!"); in start()
94 if (D) Log.d(TAG, "Stop!"); in stop()
99 if (V) Log.v(TAG, "waiting for thread to terminate"); in stop()
103 if (V) Log.v(TAG, "Interrupted waiting for thread to join"); in stop()
153 wakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in ClientThread()
166 if (V) Log.v(TAG, "acquire partial WakeLock"); in run()
172 if (V) Log.v(TAG, "Client thread was interrupted (1), exiting"); in run()
184 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for " in run()
195 if (V) Log.v(TAG, "release partial WakeLock"); in run()
[all …]
DBluetoothOppObexServerSession.java67 private static final String TAG = "BtOppObexServer"; field in BluetoothOppObexServerSession
104 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG); in BluetoothOppObexServerSession()
117 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString()); in preStart()
120 Log.e(TAG, "Create server session error" + e); in preStart()
128 if (D) Log.d(TAG, "Start!"); in start()
142 if (D) Log.d(TAG, "Stop!"); in stop()
149 Log.e(TAG, "close mTransport error" + e); in stop()
157 if (D) Log.d(TAG, "addShare for id " + info.mId); in addShare()
164 if (D) Log.d(TAG, "onPut " + op.toString()); in onPut()
198 if (D) Log.w(TAG, "length is 0, reject the transfer"); in onPut()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java47 private static final String TAG = "SapService"; field in SapService
128 if(VERBOSE) Log.d(TAG, "Removing SDP record handle: " + mSdpHandle); in removeSdpRecord()
135 if (VERBOSE) Log.v(TAG, "Sap Service startRfcommSocketListener"); in startRfcommSocketListener()
145 if (VERBOSE) Log.v(TAG, "Sap Service initSocket"); in initSocket()
163 Log.e(TAG, "Error create RfcommServerSocket ", e); in initSocket()
173 Log.w(TAG, "initServerSocket failed as BT is (being) turned off"); in initSocket()
177 if (VERBOSE) Log.v(TAG, "wait 300 ms"); in initSocket()
180 Log.e(TAG, "socketAcceptThread thread was interrupted (3)", e); in initSocket()
188 if (VERBOSE) Log.v(TAG, "Succeed to create listening socket "); in initSocket()
191 Log.e(TAG, "Error to create listening socket after " + CREATE_RETRY_TIME + " try"); in initSocket()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java78 private static final String TAG = GattServiceConfig.TAG_PREFIX + "GattService"; field in GattService
183 return TAG; in getName()
191 if (DBG) Log.d(TAG, "start()"); in start()
204 if (DBG) Log.d(TAG, "stop()"); in stop()
216 if (DBG) Log.d(TAG, "cleanup()"); in cleanup()
275 if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); in binderDied()
311 if (DBG) Log.d(TAG, "Binder is dead - unregistering server (" + mAppIf + ")!"); in binderDied()
333 Log.e(TAG, "getService() - Service requested, but not available!"); in getService()
600 if (VDBG) Log.d(TAG, "onScanResult() - address=" + address in onScanResult()
638 Log.e(TAG, "Exception: " + e); in onScanResult()
[all …]
/packages/services/Telephony/src/com/android/phone/
DOutgoingCallBroadcaster.java70 private static final String TAG = "OutgoingCallBroadcaster"; field in OutgoingCallBroadcaster
118 Log.i(TAG, "Outgoing call takes too long. Showing the spinner.");
123 Log.wtf(TAG, "Unknown message id: " + msg.what);
142 private static final String TAG = "OutgoingCallReceiver"; field in OutgoingCallBroadcaster.OutgoingCallReceiver
148 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself."); in onReceive()
170 if (DBG) Log.v(TAG, "doReceive: " + intent); in doReceive()
179 if (DBG) Log.v(TAG, "CALL already placed -- returning."); in doReceive()
188 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'"); in doReceive()
229 Log.w(TAG, "OTASP call is active: disallowing a new outgoing call."); in doReceive()
235 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning..."); in doReceive()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
DA2dpMediaBrowserService.java48 private static final String TAG = "A2dpMediaBrowserService"; field in A2dpMediaBrowserService
90 Log.e(TAG, "Parent class has died; aborting."); in handleMessage()
121 Log.d(TAG, "onCreate"); in onCreate()
123 mSession = new MediaSession(this, TAG); in onCreate()
141 Log.d(TAG, "onDestroy"); in onDestroy()
154 Log.d(TAG, "onLoadChildren parentMediaId=" + parentMediaId); in onLoadChildren()
161 Log.d(TAG, "onServiceConnected");
167 Log.d(TAG, "got AVRCP device " + device);
173 Log.d(TAG, "onServiceDisconnected " + profile);
185 Log.d(TAG, "onPlay");
[all …]
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
DVpnTests.java87 private static final String TAG = "VpnTests"; field in VpnTests
119 Log.v(TAG, "print out the vpn profiles"); in setUp()
124 Log.d(TAG, "certificate file for this vpn is " + vpnInfo.getCertificateFile()); in setUp()
127 Log.d(TAG, "password for the certificate file is: " + vpnInfo.getPassword()); in setUp()
134 Log.v(TAG, "disconnect legacy VPN"); in setUp()
142 Log.v(TAG, "Wait for legacy VPN to be disconnected."); in setUp()
160 Log.v(TAG, "profile: "); in printVpnProfile()
161 Log.v(TAG, "key: " + profile.key); in printVpnProfile()
162 Log.v(TAG, "name: " + profile.name); in printVpnProfile()
163 Log.v(TAG, "type: " + profile.type); in printVpnProfile()
[all …]
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepValidationClientTests.java36 private static final String TAG = "nfcTest"; field in SnepValidationClientTests
43 Log.d(TAG, "Waiting for service to restart..."); in setUp()
48 Log.d(TAG, "Running test."); in setUp()
55 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testNonFragmented()
57 Log.d(TAG, "Putting ndef message..."); in testNonFragmented()
60 Log.d(TAG, "Getting ndef message..."); in testNonFragmented()
64 Log.d(TAG, "Done. Checking " + msgBytes.length + " bytes."); in testNonFragmented()
68 Log.d(TAG, "Closing client."); in testNonFragmented()
71 Log.d(TAG, "Test failed.", e); in testNonFragmented()
80 Log.d(TAG, "Connecting to service " + SERVICE_NAME + "..."); in testFragmented()
[all …]
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapManager.java75 private static final String TAG = "BluetoothMapManager"; field in BluetoothMapManager
98 throw new IllegalArgumentException(TAG + ": Callbacks cannot be null!"); in BluetoothMapManager()
173 Log.w(TAG, "Not in disconnected state, connection will eventually resume: " + in connect()
190 Log.e(TAG, "Failed binding to service." + ex); in connect()
212 Log.d(TAG, "Calling IBluetoothMapService.disconnect ..."); in disconnect()
220 Log.w(TAG, "RemoteException during disconnect for " + mServiceConnection); in disconnect()
236 Log.d(TAG, "Calling IBluetoothMapService.enableNotifications ..." + status); in enableNotifications()
241 Log.d(TAG, "Not connected to service."); in enableNotifications()
250 TAG + "Operation already in flight: " + mOpInflight + in enableNotifications()
258 Log.e(TAG, "", ex); in enableNotifications()
[all …]
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java105 private static final String TAG = LogUtil.BUGLE_TAG; field in MmsUtils
467 LogUtil.e(TAG, "Can't get image", new Exception()); in addPicturePart()
471 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
472 LogUtil.v(TAG, "addPicturePart size: " + imageSize + " width: " in addPicturePart()
489 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
490 LogUtil.v(TAG, "addPicturePart - already sized"); in addPicturePart()
500 LogUtil.e(TAG, "Can't resize image: not enough memory?", e); in addPicturePart()
510 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
511 LogUtil.v(TAG, "addPicturePart size: " + imageSize); in addPicturePart()
534 LogUtil.e(TAG, "Can't get vcard", new Exception()); in addVCardPart()
[all …]
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageInstallerService.java86 private static final String TAG = "WearPkgInstallerService"; field in WearPackageInstallerService
149 Log.w(TAG, "Not running on wearable."); in onStartCommand()
154 Log.w(TAG, "Got null intent."); in onStartCommand()
158 if (Log.isLoggable(TAG, Log.DEBUG)) { in onStartCommand()
159 Log.d(TAG, "Got install/uninstall request " + intent); in onStartCommand()
164 Log.e(TAG, "No package URI in intent"); in onStartCommand()
169 Log.e(TAG, "Invalid package name in URI (expected package:<pkgName>): " + packageUri); in onStartCommand()
207 if (Log.isLoggable(TAG, Log.DEBUG)) { in installPackage()
208 Log.d(TAG, "Installing package: " + packageName + ", assetUri: " + assetUri + in installPackage()
232 if (Log.isLoggable(TAG, Log.DEBUG)) { in installPackage()
[all …]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
DSectionParser.java60 private static final String TAG = "SectionParser"; field in SectionParser
328 Log.d(TAG, "parseSections 0x" + Integer.toHexString(data.byteAt(pos) & 0xff)); in parseSections()
345 Log.d(TAG, "Bad CRC!"); in parseSection()
396 Log.d(TAG, "PAT is discovered."); in parsePAT()
403 Log.e(TAG, "Broken PAT."); in parsePAT()
419 Log.d(TAG, "PMT is discovered. programNo = " + table_id_ext); in parsePMT()
422 Log.e(TAG, "Broken PMT."); in parsePMT()
431 Log.d(TAG, "PMT descriptors size: " + descriptors.size()); in parsePMT()
439 Log.e(TAG, "Broken PMT."); in parsePMT()
447 Log.d(TAG, "PMT " + pmtItem + " descriptors size: " + descriptors.size()); in parsePMT()
[all …]

12345678910>>...83