Home | History | Annotate | Download | only in nfc

Lines Matching defs:dump

1072         protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
1073 NfcService.this.dump(fd, pw, args);
2538 void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
2539 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
2541 pw.println("Permission Denial: can't dump nfc from from pid="
2543 + " without permission " + android.Manifest.permission.DUMP);
2556 mP2pLinkManager.dump(fd, pw, args);
2558 mAidCache.dump(fd, pw, args);
2560 mNfceeAccessControl.dump(fd, pw, args);
2561 mNfcDispatcher.dump(fd, pw, args);
2562 pw.println(mDeviceHost.dump());