Lines Matching refs:DUMP
703 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
704 NfcService.this.dump(fd, pw, args);
1749 void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
1750 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
1752 pw.println("Permission Denial: can't dump nfc from from pid="
1754 + " without permission " + android.Manifest.permission.DUMP);
1764 mP2pLinkManager.dump(fd, pw, args);
1765 pw.println(mDeviceHost.dump());