Home | History | Annotate | Download | only in nfc

Lines Matching refs:dump

773         protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
774 NfcService.this.dump(fd, pw, args);
1875 void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
1876 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.DUMP)
1878 pw.println("Permission Denial: can't dump nfc from from pid="
1880 + " without permission " + android.Manifest.permission.DUMP);
1893 mP2pLinkManager.dump(fd, pw, args);
1894 mNfceeAccessControl.dump(fd, pw, args);
1895 pw.println(mDeviceHost.dump());