/packages/apps/Email/src/org/apache/commons/io/ |
D | HexDump.java | 59 public static void dump(byte[] data, long offset, in dump() method in HexDump 81 dump(buffer, display_offset).append(' '); in dump() 84 dump(buffer, data[k + j]); in dump() 127 private static StringBuffer dump(StringBuffer _lbuffer, long value) { in dump() method in HexDump 142 private static StringBuffer dump(StringBuffer _cbuffer, byte value) { in dump() method in HexDump
|
/packages/apps/Mms/src/com/android/mms/ |
D | LogTag.java | 100 RecipientIdCache.dump(); in dumpInternalTables() 102 Conversation.dump(); in dumpInternalTables() 104 Contact.dump(); in dumpInternalTables()
|
/packages/apps/Mms/src/com/android/mms/util/ |
D | DraftCache.java | 126 dump(); in rebuildCache() 180 dump(); in setDraftState() 246 public void dump() { in dump() method in DraftCache
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattDebugUtils.java | 88 svc.mClientMap.dump(); in handleDebugAction() 91 svc.mServerMap.dump(); in handleDebugAction() 94 svc.mHandleMap.dump(); in handleDebugAction()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcService.java | 967 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump() method in NfcService.NfcAdapterService 968 NfcService.this.dump(fd, pw, args); in dump() 2212 void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump() method in NfcService 2230 mP2pLinkManager.dump(fd, pw, args); in dump() 2231 mNfceeAccessControl.dump(fd, pw, args); in dump() 2232 mNfcDispatcher.dump(fd, pw, args); in dump() 2233 pw.println(mDeviceHost.dump()); in dump()
|
D | RegisteredComponentCache.java | 140 void dump(ArrayList<ComponentInfo> components) { in dump() method in RegisteredComponentCache 170 dump(components); in generateComponentsList()
|
D | DeviceHost.java | 241 String dump(); in dump() method
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | RecipientIdCache.java | 98 dump(); in fill() 121 dump(); in getAddresses() 204 public static void dump() { in dump() method in RecipientIdCache
|
D | Contact.java | 372 public static void dump() { in dump() method in Contact 373 sContactCache.dump(); in dump() 478 void dump() { in dump() method in Contact.ContactsCache
|
/packages/apps/Phone/src/com/android/phone/ |
D | TelephonyDebugService.java | 49 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump() method in TelephonyDebugService 50 mDebugService.dump(fd, pw, args); in dump()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DownloadUtils.java | 46 public static void dump(JobContext jc, InputStream is, OutputStream os) in dump() method in DownloadUtils 70 dump(jc, input, output); in download()
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
D | SimpleNode.java | 75 public void dump(String prefix) { in dump() method in SimpleNode 81 n.dump(prefix + " "); in dump()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_nodes_cache.h | 70 mNextActiveDicNodes->dump(); in advanceActiveDicNodes() 147 mCachedDicNodesForContinuousSuggestion->dump(); in restoreActiveDicNodesFromCache()
|
D | dic_node_priority_queue.h | 116 AK_FORCE_INLINE void dump() const { in dump() function 120 mDicNodesBuf[i].dump("QUEUE: "); in dump()
|
D | dic_node.h | 482 AK_FORCE_INLINE void dump(const char *tag) const { in dump() function 486 mProfiler.dump(); in dump()
|
D | dic_node_profiler.h | 166 void dump() const { in dump() function
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | PhoneNumberTestService.java | 76 dump(number, c); in onHandleIntent() 80 private void dump(String number, String country) { in dump() method in PhoneNumberTestService
|
/packages/apps/Email/src/com/android/email/provider/ |
D | WidgetProvider.java | 117 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump() method in WidgetProvider.WidgetService 118 WidgetManager.getInstance().dump(fd, writer, args); in dump()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | TestLoaderManager.java | 222 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { 223 mDelegate.dump(prefix, fd, writer, args);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadService.java | 431 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump() method in DownloadService 438 info.dump(pw); in dump()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
D | suggest.cpp | 156 terminalDicNode->dump("OUT:"); in outputSuggestions() 259 dicNode.dump("PUSH_CACHE"); in expandCurrentDicNodes()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 464 public void dump() { in dump() method in BluetoothPbapObexServer.AppParamValue 540 if (D) appParamValue.dump(); in parseApplicationParameter()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
D | GlowPadView.java | 284 private void dump() { in dump() method in GlowPadView 1053 if (DEBUG) dump();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 157 public void dump() { in dump() method in BluetoothOppPreference
|
/packages/apps/Email/src/com/android/email/widget/ |
D | WidgetManager.java | 110 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump() method in WidgetManager
|