Lines Matching refs:DUMP
967 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
968 NfcService.this.dump(fd, pw, args);
2212 void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
2213 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
2215 pw.println("Permission Denial: can't dump nfc from from pid="
2217 + " without permission " + android.Manifest.permission.DUMP);
2230 mP2pLinkManager.dump(fd, pw, args);
2231 mNfceeAccessControl.dump(fd, pw, args);
2232 mNfcDispatcher.dump(fd, pw, args);
2233 pw.println(mDeviceHost.dump());