Lines Matching refs:DUMP
970 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
971 NfcService.this.dump(fd, pw, args);
2217 void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
2218 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
2220 pw.println("Permission Denial: can't dump nfc from from pid="
2222 + " without permission " + android.Manifest.permission.DUMP);
2231 mP2pLinkManager.dump(fd, pw, args);
2233 mCardEmulationManager.dump(fd, pw, args);
2235 mNfcDispatcher.dump(fd, pw, args);
2236 pw.println(mDeviceHost.dump());