HomeSort by relevance Sort by last modified time
    Searched refs:firstRecord (Results 1 - 3 of 3) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
PropertiesProvisioningDataParser.java 101 NdefRecord firstRecord = getFirstNdefRecord(nfcIntent);
102 if (firstRecord != null) {
105 props.load(new StringReader(new String(firstRecord.getPayload(), UTF_8)));
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]

Completed in 133 milliseconds