Home
last modified time | relevance | path

Searched refs:mInstanceName (Results 1 – 5 of 5) sorted by relevance

/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/
DRkpRegistrationCheck.java74 private final String mInstanceName; field in RkpRegistrationCheck
124 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()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
DWifiP2pDnsSdServiceResponse.java50 private String mInstanceName; field in WifiP2pDnsSdServiceResponse
116 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()
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/
DKeystoreIntegrationTest.java92 private final String mInstanceName; field in KeystoreIntegrationTest
107 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()
DRkpdHostTestHelperTests.java66 private final String mInstanceName; field in RkpdHostTestHelperTests
81 mInstanceName = instanceName; in RkpdHostTestHelperTests()
146 .setIsStrongBoxBacked(mInstanceName.equals("strongbox")) in provisionThenUseKeyThenProvision()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1085 Landroid/net/wifi/p2p/nsd/WifiP2pDnsSdServiceResponse;->mInstanceName:Ljava/lang/String;