HomeSort by relevance Sort by last modified time
    Searched defs:provisioned (Results 1 - 11 of 11) sorted by null

  /external/guice/core/test/com/google/inject/
ProvisionListenerTest.java 208 "Reason: java.lang.IllegalStateException: Already provisioned in this listener.",
210 assertEquals("Already provisioned in this listener.", pe.getCause().getMessage());
227 // not notified the second time because nothing is provisioned
352 // linked binding -- notifies about the target (that's what's provisioned), not the link
356 // JIT linked binding -- notifies about the target (that's what's provisioned), not the link
473 T provisioned = provision.provision(); local
475 // be an instanceof the provisioned, because it isn't linked to any
480 assertTrue("expected instanceof: " + expected + ", but was: " + provisioned,
481 expected.isInstance(provisioned));
483 assertEquals(provision.getBinding().getKey().getRawType(), provisioned.getClass())
    [all...]
  /frameworks/base/tests/net/java/android/net/ip/
IpClientTest.java 297 lp, config, provisioned(isProvisioned), provisioned(!isProvisioned));
300 static String provisioned(boolean isProvisioned) { method in class:IpClientTest.IsProvisionedTestCase
301 return isProvisioned ? "provisioned" : "not provisioned";
  /system/iot/attestation/at-factory-tool/
atftman.py 87 PROVISION_SUCCESS : ['Attestation Key Provisioned', '??????'],
114 provisioned = False variable in class:ProvisionState
237 to be provisioned.
570 """Check whether the target device has been provisioned.
588 target_dev.provision_state.provisioned = True
673 target: The target device to be provisioned to.
697 if not target.provision_state.provisioned:
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 120 milliseconds