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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
ANQPNetworkKeyTest.java 43 ANQPNetworkKey actualKey = ANQPNetworkKey.buildKey(SSID, BSSID, 0, ANQP_DOMAIN_ID);
44 assertEquals(expectedKey, actualKey);
55 ANQPNetworkKey actualKey = ANQPNetworkKey.buildKey(SSID, BSSID, HESSID, ANQP_DOMAIN_ID);
56 assertEquals(expectedKey, actualKey);
67 ANQPNetworkKey actualKey = ANQPNetworkKey.buildKey(SSID, BSSID, HESSID, 0);
68 assertEquals(expectedKey, actualKey);
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
DeviceMetricData.java 55 String actualKey = key;
59 actualKey = String.format(DEVICE_NAME_FORMAT_KEY, deviceName, key);
63 mCurrentMetrics.put(actualKey, m);
76 String actualKey = key;
80 actualKey = String.format(DEVICE_NAME_FORMAT_KEY, deviceName, key);
84 mCurrentMetrics.put(actualKey, m);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
ActionTestsBase.java 83 final Key actualKey = keyboard.getKey(Constants.CODE_ENTER);
84 assertNotNull(tag + " enter key on " + keyboard.mId, actualKey);
85 assertEquals(tag + " label " + expectedKey, expectedKey.getLabel(), actualKey.getLabel());
86 assertEquals(tag + " icon " + expectedKey, expectedKey.getIconId(), actualKey.getIconId());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 88 final Key actualKey = keyboard.getKey(code);
89 final MoreKeySpec[] actualMoreKeys = actualKey.getMoreKeys();
90 final String tag = actualKey.toString() + " moreKeys=" + Arrays.toString(actualMoreKeys);
96 assertEquals(tag + " fixedOrder", false, actualKey.isMoreKeysFixedOrder());
97 assertEquals(tag + " fixedColumn", false, actualKey.isMoreKeysFixedColumn());
99 assertEquals(tag + " fixedOrder", true, actualKey.isMoreKeysFixedOrder());
100 assertEquals(tag + " fixedColumn", true, actualKey.isMoreKeysFixedColumn());
103 expectedMoreKeys.length, actualKey.getMoreKeysColumnNumber());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 164 final Key actualKey = actualKeyboard[r][c];
169 + "\nactual =" + ActualKeyboardBuilder.toString(actualKey),
170 expectedKey.equalsTo(actualKey));
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
OptionalBinder.java 303 private final Key<T> actualKey;
331 this.actualKey = Key.get(typeKey.getTypeLiteral(), new ActualImpl(name));
370 return actualKey;
518 actualBinding = injector.getExistingBinding(actualKey);
642 || elementKey.equals(actualKey)
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java     [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java     [all...]
KeyStoreTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 857 milliseconds