Searched refs:mInstanceName (Results 1 – 5 of 5) sorted by relevance
74 private final String mInstanceName; field in RkpRegistrationCheck124 mInstanceName = instanceName; in RkpRegistrationCheck()129 System.out.println("Checking to see if the device key for HAL '" + mInstanceName in checkNow()133 System.err.println("Skipping registration check for '" + mInstanceName + "'."); in checkNow()140 String serviceName = IRemotelyProvisionedComponent.DESCRIPTOR + "/" + mInstanceName; in checkNow()149 System.out.println("SUCCESS: Device key for '" + mInstanceName + "' is registered"); in checkNow()152 System.err.println("Error getting CSR for '" + mInstanceName + "': '" + e in checkNow()156 System.out.println("FAIL: Device key for '" + mInstanceName + "' is NOT registered"); in checkNow()159 System.err.println("Error checking device registration for '" + mInstanceName in checkNow()171 if (i.equals(mInstanceName)) { in isValidInstance()
50 private String mInstanceName; field in WifiP2pDnsSdServiceResponse116 return mInstanceName; in getInstanceName()139 if (mInstanceName != null) { in toString()140 sbuf.append(" InsName:").append(mInstanceName); in toString()205 mInstanceName = rData.substring(0, in parse()
92 private final String mInstanceName; field in KeystoreIntegrationTest107 mInstanceName = instanceName; in KeystoreIntegrationTest()129 .withMessage(mInstanceName + " is not supported by this system") in setUp()130 .that(mInstanceName) in setUp()362 try (SystemPropertySetter ignored = SystemPropertySetter.setRkpOnly(mInstanceName); in testCancelDueToServiceTimeout()388 try (SystemPropertySetter ignored = SystemPropertySetter.setRkpOnly(mInstanceName)) { in createKeystoreKeyBackedByRkp()445 switch (mInstanceName) { in isStrongBoxTest()451 throw new IllegalArgumentException("Unexpected instance: " + mInstanceName); in isStrongBoxTest()
66 private final String mInstanceName; field in RkpdHostTestHelperTests81 mInstanceName = instanceName; in RkpdHostTestHelperTests()146 .setIsStrongBoxBacked(mInstanceName.equals("strongbox")) in provisionThenUseKeyThenProvision()
1085 Landroid/net/wifi/p2p/nsd/WifiP2pDnsSdServiceResponse;->mInstanceName:Ljava/lang/String;