Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 79) sorted by relevance

1234

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java53 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapObexServer
136 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
138 if (D) Log.d(TAG, "BluetoothMapObexServer(): baseUri=" + mBaseUriString); in BluetoothMapObexServer()
142 if (D) Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
202 if (D) Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
282 if (D) Log.d(TAG, "addEmailFolders(): no elements found"); in addEmailFolders()
300 if(D) Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask)); in setRemoteFeatureMask()
307 if (D) Log.d(TAG, "onConnect():"); in onConnect()
319 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
340 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
[all …]
DBluetoothMapFolderElement.java51 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapFolderElement
188 if(D) Log.i(TAG,"addFolder():" + name); in addFolder()
192 if(D) Log.i(TAG,"addFolder():" + name + " already added"); in addFolder()
203 if(D) Log.i(TAG,"addSmsMmsFolder()"); in addSmsMmsFolder()
215 if(D) Log.i(TAG,"addImFolder() id = " + idFolder); in addImFolder()
280 if(D) Log.w(TAG,e); in encode()
283 if(D) Log.w(TAG,e); in encode()
286 if(D) Log.w(TAG,e); in encode()
322 if(D) Log.i(TAG,"Unknown XML tag: " + name); in appendSubfolders()
341 if(D) Log.i(TAG,"readFolders(): "); in readFolders()
[all …]
DBluetoothMapAccountLoader.java42 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapAccountLoader
84 if(D) Log.d(TAG,"Found " + resInfos.size() + " application(s) with intent " in parsePackages()
90 if(D) Log.d(TAG,"ResolveInfo " + rInfo.toString()); in parsePackages()
115 if(D)Log.d(TAG,"Ignoring force-stopped authority " in parsePackages()
121 if(D) Log.d(TAG,"Found no applications"); in parsePackages()
132 if(D)Log.d(TAG,rInfo.providerInfo.packageName + " - " + name + in createAppItem()
154 if(D) Log.d(TAG,"Finding accounts for app "+app.getPackageName()); in parseAccounts()
177 if(D)Log.d(TAG,"Could not establish ContentProviderClient for "+app.getPackageName()+ in parseAccounts()
195 if(D)Log.d(TAG,"Adding account " + c.getString(dispNameIndex) + in parseAccounts()
202 if(D)Log.d(TAG," Account UCI " + uci); in parseAccounts()
[all …]
DBluetoothMapAppObserver.java44 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapAppObserver
84 if(D)Log.d(TAG,"handleAccountChanges (packageNameWithProvider: " in handleAccountChanges()
192 if(D)Log.d(TAG,"initObservers()"); in initObservers()
199 if(D)Log.d(TAG,"deinitObservers()"); in deinitObservers()
206 if(D)Log.d(TAG,"createReceiver()\n"); in createReceiver()
214 if(D)Log.d(TAG,"onReceive\n"); in createReceiver()
220 if(D)Log.d(TAG,"The installed package is: "+ packageName); in createReceiver()
236 if(D) Log.d(TAG,"Found " + resInfos.size() in createReceiver()
259 if(D) Log.d(TAG,"Found " + resolveInfo.providerInfo.packageName in createReceiver()
276 if(D)Log.d(TAG,"The removed package is: "+ packageName); in createReceiver()
[all …]
DBluetoothMapContentObserver.java86 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapContentObserver
272 if (D) Log.d(TAG, "BluetoothMapContentObserver: Supported features " + in BluetoothMapContentObserver()
823 if(D) Log.w(TAG,e); in encode()
825 if(D) Log.w(TAG,e); in encode()
827 if(D) Log.w(TAG,e); in encode()
895 if(D) Log.d(TAG,"setNotificationRegistration() enter"); in setNotificationRegistration()
931 if(D) Log.d(TAG,"setNotificationRegistration() send : " + msg.what + " to MNS "); in setNotificationRegistration()
935 if(D) Log.d(TAG,"setNotificationRegistration() Unable to send registration request"); in setNotificationRegistration()
1007 if(D) Log.d(TAG, "Registering observer for: " + uri); in registerObserver()
1013 if(D) Log.d(TAG, "Registering observer for: " + uri); in registerObserver()
[all …]
DBluetoothMapConvoListingElement.java46 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapConvoListingElement
69 if(D) Log.d(TAG, "setCursorIndex: " + cursorIndex); in setCursorIndex()
77 if(D) Log.d(TAG, "setVersionCounter: " + vcount); in setVersionCounter()
86 if(D) Log.d(TAG, "setVersionCounter: " + vcount); in setVersionCounter()
100 if(D) Log.d(TAG, "setName: " + name); in setName()
146 if(D) Log.d(TAG, "setLastActivity: " + last); in setLastActivity()
170 if(D) Log.d(TAG, "setRead: " + read); in setRead()
191 if(D) Log.d(TAG, "setConvoId: " + threadId + " type:" + type); in setConvoId()
309 if(D) Log.i(TAG,"Unknown XML attribute: " + parser.getAttributeName(i)); in createFromXml()
325 if(D) Log.i(TAG,"Unknown XML tag: " + name); in createFromXml()
DBluetoothMnsObexClient.java49 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMnsObexClient
131 if (D) Log.d(TAG, "MNS SDP info not available yet - Cannot Connect."); in handleMessage()
167 if (D) Log.d(TAG, "OBEX session disconnected"); 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()
184 if (D) Log.d(TAG, "Close Obex Transport"); in disconnect()
188 if (D) Log.d(TAG, "Obex Transport Closed"); in disconnect()
224 if(D) Log.d(TAG, "handleRegistration( " + masId + ", " + notificationStatus + ")"); in handleRegistration()
237 if(D) Log.d(TAG, "handleRegistration: connect"); in handleRegistration()
249 if(D) Log.d(TAG, "handleRegistration: disconnect"); in handleRegistration()
[all …]
DBluetoothMapContent.java65 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapContent
447 if (D) Log.d(TAG, "getContentResolver failed"); in BluetoothMapContent()
605 if (D) Log.d(TAG, "Error in message database, size reported as: " + size in setAttachment()
615 … if (D) Log.d(TAG, "Error in message database, attachment size reported as: " + size in setAttachment()
718 if (D) Log.d(TAG, "Error in message database, size reported as: " + size in setSize()
812 if(D) Log.d(TAG, "toName count= " + tokens.length); in getRecipientNameEmail()
832 if(D) Log.d(TAG, "ccName count= " + tokens.length); in getRecipientNameEmail()
851 if(D) Log.d(TAG, "bccName count= " + tokens.length); in getRecipientNameEmail()
879 if(D) Log.d(TAG, "toAddress count= " + tokens.length); in getRecipientAddressingEmail()
899 if(D) Log.d(TAG, "ccAddress count= " + tokens.length); in getRecipientAddressingEmail()
[all …]
DBluetoothMapMasInstance.java45 private static final boolean D = BluetoothMapService.DEBUG; field in BluetoothMapMasInstance
263 if (D) Log.d(TAG, "Map Service startRfcommSocketListener"); in startRfcommSocketListener()
266 if (D) Log.d(TAG, "mServerSession exists - shutting it down..."); in startRfcommSocketListener()
271 if (D) Log.d(TAG, "mObserver exists - shutting it down..."); in startRfcommSocketListener()
346 if (D) Log.d(TAG, "Map Service startObexServerSession masid = " + mMasInstanceId); in startObexServerSession()
372 if (D) Log.d(TAG, " ServerSession started."); in startObexServerSession()
376 if (D) Log.d(TAG, " No connection for this instance"); in startObexServerSession()
396 if (D) Log.d(TAG, "MAP Service shutdown"); in shutdown()
418 if (D) Log.d(TAG, "MAP Service restartObexServerSession()"); in restartObexServerSession()
DBluetoothMapbMessageMime.java492 if(D) Log.d(TAG,"Header count=" + headers.length); in parseMimeHeaders()
498 if(D) Log.d(TAG,"Header[" + i + "]: " + header); in parseMimeHeaders()
564 if(D) Log.d(TAG,"Boundary tag=" + boundary); in parseMimeHeaders()
572 if(D) Log.w(TAG,"Skipping unknown header: " + headerType + " (" + header + ")"); in parseMimeHeaders()
585 if(D) Log.d(TAG, "parseMimePart: headers count=" + headers.length); in parseMimePart()
599 if(D) Log.w(TAG, "part-Header not formatted correctly: "); in parseMimePart()
602 if(D) Log.d(TAG, "parseMimePart: header=" + header); in parseMimePart()
634 if(D) Log.w(TAG,"Skipping unknown part-header: " + headerType in parseMimePart()
697 if(D) Log.d(TAG, "parseMime remaining=" + remaining ); in parseMime()
715 if(D) Log.d(TAG, "mimePart count=" + mimeParts.length); in parseMime()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurableUtils.java32 public static <D extends Durable> byte[] writeToArray(D d) throws IOException { in writeToArray()
38 public static <D extends Durable> D readFromArray(byte[] data, D d) throws IOException { in readFromArray()
51 public static <D extends Durable> byte[] writeToArrayOrNull(D d) { in writeToArrayOrNull()
60 public static <D extends Durable> D readFromArrayOrNull(byte[] data, D d) { in readFromArrayOrNull()
69 public static <D extends Durable> void writeToParcel(Parcel parcel, D d) { in writeToParcel()
77 public static <D extends Durable> D readFromParcel(Parcel parcel, D d) { in readFromParcel()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java64 private static final boolean D = BluetoothPbapService.DEBUG; field in BluetoothPbapObexServer
208 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid)); in onConnect()
229 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); in onConnect()
260 if (D) Log.d(TAG, "onDisconnect(): enter"); in onDisconnect()
274 if (D) Log.d(TAG, "onAbort(): enter."); in onAbort()
282 if (D) Log.d(TAG, "onPut(): not support PUT request."); in onPut()
289 if (D) Log.d(TAG, "onDelete(): not support PUT request."); in onDelete()
298 if (D) Log.d(TAG, "before setPath, mCurrentPath == " + mCurrentPath); in onSetPath()
308 if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmp_path); in onSetPath()
344 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out."); in onClose()
[all …]
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestLoaderManager.java40 public <D> Loader<D> initLoader(int id, Bundle args, in initLoader()
41 LoaderCallbacks<D> callback) { in initLoader()
42 Loader<D> loader = mLoaders.get(id); in initLoader()
43 OnLoadCompleteListener<D> listener = callback::onLoadFinished; in initLoader()
58 public <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader()
59 LoaderCallbacks<D> callback) { in restartLoader()
78 public <D> Loader<D> getLoader(int id) { in getLoader()
82 public <D> OnLoadCompleteListener<D> getListener(int id) { in getListener()
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DTestLoaderManager.java135 public <D> Loader<D> initLoader(final int id, Bundle args, final LoaderCallbacks<D> callback) { in initLoader()
136 return mDelegate.initLoader(id, args, new LoaderManager.LoaderCallbacks<D>() { in initLoader()
138 public Loader<D> onCreateLoader(int id, Bundle args) { in initLoader()
143 public void onLoadFinished(Loader<D> loader, D data) { in initLoader()
151 public void onLoaderReset(Loader<D> loader) { in initLoader()
158 public <D> Loader<D> restartLoader(int id, Bundle args, LoaderCallbacks<D> callback) {
168 public <D> Loader<D> getLoader(int id) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java70 private static final boolean D = Constants.DEBUG; field in BluetoothOppObexServerSession
124 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString()); in preStart()
135 if (D) Log.d(TAG, "Start!"); in start()
149 if (D) Log.d(TAG, "Stop!"); in stop()
164 if (D) Log.d(TAG, "addShare for id " + info.mId); in addShare()
171 if (D) Log.d(TAG, "onPut " + op.toString()); in onPut()
205 if (D) Log.w(TAG, "length is 0, reject the transfer"); in onPut()
211 if (D) Log.w(TAG, "name is null or empty, reject the transfer"); in onPut()
221 if (D) Log.w(TAG, "There is no file extension or mime type," + in onPut()
235 if (D) Log.w(TAG, "Can't get mimetype, reject the transfer"); in onPut()
[all …]
DBluetoothOppHandoverReceiver.java30 private static final boolean D = Constants.DEBUG; field in BluetoothOppHandoverReceiver
41 if (D) Log.d(TAG, "No device attached to handover intent."); in onReceive()
67 if (D) Log.d(TAG, "No mimeType or stream attached to handover request"); in onReceive()
73 if (D) Log.d(TAG, "Adding " + device + " to whitelist"); in onReceive()
81 if (D) Log.d(TAG, "Stopping handover transfer with Uri " + contentUri); in onReceive()
85 if (D) Log.d(TAG, "Unknown action: " + action); in onReceive()
DBluetoothOppReceiveFileInfo.java58 private static final boolean D = Constants.DEBUG; field in BluetoothOppReceiveFileInfo
124 if (D) Log.d(Constants.TAG, "Receive File aborted - can't create base directory " in generateFileInfo()
130 if (D) Log.d(Constants.TAG, "Receive File aborted - no external storage"); in generateFileInfo()
140 if (D) Log.d(Constants.TAG, "Receive File aborted - not enough free space"); in generateFileInfo()
162 if (D) Log.d(Constants.TAG, " File Name " + filename); in generateFileInfo()
183 if (D) Log.d(Constants.TAG, "File name is too long. Name is truncated as: " + filename); in generateFileInfo()
212 if (D) Log.e(Constants.TAG, "Error when creating file " + fullfilename); in generateFileInfo()
DBluetoothOppProvider.java55 private static final boolean D = Constants.DEBUG; field in BluetoothOppProvider
193 if (D) Log.d(TAG, "calling getType on an unknown URI: " + uri); in getType()
225 if (D) Log.d(TAG, "calling insert on an unknown/invalid URI: " + uri); in insert()
277 if (D) Log.d(TAG, "couldn't insert into btopp database"); in insert()
310 if (D) Log.d(TAG, "querying unknown URI: " + uri); in query()
363 if (D) Log.d(TAG, "query failed in downloads database"); in query()
404 if (D) Log.d(TAG, "updating unknown/invalid URI: " + uri); in update()
441 if (D) Log.d(TAG, "deleting unknown/invalid URI: " + uri); in delete()
DBluetoothOppObexClientSession.java64 private static final boolean D = Constants.DEBUG; field in BluetoothOppObexClientSession
88 if (D) Log.d(TAG, "Start!"); in start()
95 if (D) Log.d(TAG, "Stop!"); in stop()
189 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for " in run()
216 if (D) Log.d(TAG, "OBEX session disconnected"); in disconnect()
222 if (D) Log.d(TAG, "OBEX session close mCs"); in disconnect()
224 if (D) Log.d(TAG, "OBEX session closed"); in disconnect()
240 if (D) Log.d(TAG, "Create ClientSession with transport " + mTransport1.toString()); in connect()
256 if (D) Log.d(TAG, "OBEX session created"); in connect()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DObexServerSockets.java50 private static final boolean D = true; // TODO: set to false! field in ObexServerSockets
115 if(D) Log.d(STAG,"create(rfcomm = " +rfcommChannel + ", l2capPsm = " + l2capPsm +")"); in create()
156 if (D) Log.v(STAG, "waiting 300 ms..."); in create()
167 if (D) Log.d(STAG, "Succeed to create listening sockets "); in create()
201 if(D) Log.d(TAG,"startAccept()"); in startAccept()
216 if(D) Log.d(TAG, "prepareForNewConnect()"); in prepareForNewConnect()
230 if(D) Log.d(TAG, "onConnect() socket: " + conSocket + " mConAccepted = " + mConAccepted); in onConnect()
258 if(D) Log.d(TAG, "shutdown(block = " + block + ")"); in shutdown()
322 if (D) Log.d(TAG, "Accepting socket connection..."); in run()
325 if (D) Log.d(TAG, "Accepted socket connection from: " + mServerSocket); in run()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java40 private static final boolean D = true; field in SdpManager
256 if(D) Log.d(TAG, "UUID: " + Arrays.toString(uuid)); in sdpMasRecordFoundCallback()
257 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpMasRecordFoundCallback()
285 if(D) Log.d(TAG, "UUID: " + Arrays.toString(uuid)); in sdpMnsRecordFoundCallback()
286 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpMnsRecordFoundCallback()
315 if(D) Log.d(TAG, "UUID: " + Arrays.toString(uuid)); in sdpPseRecordFoundCallback()
316 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpPseRecordFoundCallback()
345 if(D) Log.d(TAG, "UUID: " + Arrays.toString(uuid)); in sdpOppOpsRecordFoundCallback()
346 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpOppOpsRecordFoundCallback()
370 if (D) Log.d(TAG, "UUID: " + Arrays.toString(uuid)); in sdpSapsRecordFoundCallback()
[all …]
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DListenableFutureLoader.java40 public abstract class ListenableFutureLoader<D> extends Loader<D> {
47 private ListenableFuture<D> mFuture;
48 private D mLoadedData;
94 Futures.addCallback(mFuture, new FutureCallback<D>() { in onForceLoad()
96 public void onSuccess(D result) { in onForceLoad()
133 protected abstract ListenableFuture<D> loadData(); in loadData()
142 protected boolean isSameData(D previousData, D newData) { in isSameData()
146 public final D getLoadedData() { in getLoadedData()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dmeta.h101 template <typename B, typename D> struct IsBaseOf
102 : BoolType< ::std::is_base_of<B,D>::value> {};
106 template<typename B, typename D> struct IsBaseOfImpl {
108 RAPIDJSON_STATIC_ASSERT(sizeof(D) != 0);
114 static Yes Check(const D*, T);
119 operator const D*();
125 template <typename B, typename D> struct IsBaseOf
126 : OrExpr<IsSame<B, D>, BoolExpr<IsBaseOfImpl<B, D> > >::Type {};
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java43 private static final boolean D = true; field in BluetoothMapIMProvider
85 if(D) Log.d(TAG,"attachInfo() mAuthority = " + mAuthority); in attachInfo()
109 if(D) Log.d(TAG,"onAccountChanged() accountId = " + accountId + " URI: " + newUri); in onAccountChanged()
138 if(D) Log.d(TAG,"onMessageChanged() accountId = " + accountId in onMessageChanged()
169 if(D) Log.d(TAG,"onContactChanged() accountId = " + accountId in onContactChanged()
191 if (D) Log.d(TAG, "delete(): uri=" + uri.toString() ); in delete()
211 if (D) Log.w(TAG, "Unknown table name: " + table); in delete()
254 if(D) Log.i(TAG, "insert() ID: " + id); in insert()
303 if(D)Log.w(TAG, "query(): uri =" + mAuthority + " uri=" + uri.toString()); in query()
488 if(D)Log.w(TAG, "update(): uri=" + uri.toString() + " - getLastPathSegment() = " + in update()
[all …]
DBluetoothMapEmailProvider.java48 private static final boolean D = true; field in BluetoothMapEmailProvider
183 if (D) Log.d(TAG, "writeDataToPipe(): uri=" + uri.toString() + in writeDataToPipe()
246 if(D) Log.d(TAG,"onAccountChanged() accountId = " + accountId + " URI: " + newUri); in onAccountChanged()
275 …if(D) Log.d(TAG,"onMessageChanged() accountId = " + accountId + " messageId = " + messageId + " UR… in onMessageChanged()
320 if(D)Log.d(TAG, "openFile(): uri=" + uri.toString() + " - getLastPathSegment() = " + in openFile()
389 if (D) Log.d(TAG, "delete(): uri=" + uri.toString() ); in delete()
410 if (D) Log.w(TAG, "Unknown table name: " + table); in delete()
453 if(D) Log.i(TAG, "insert() ID: " + id); in insert()
586 if(D)Log.w(TAG, "update(): uri=" + uri.toString() + " - getLastPathSegment() = " + in update()
611 if(D)Log.w(TAG, "Unknown table name: " + table); in update()
[all …]

1234