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

  /frameworks/base/core/java/android/content/pm/
Signature.java 279 final Signature[] bPrime = new Signature[b.length];
281 bPrime[i] = bounce(cf, b[i]);
284 return areExactMatch(aPrime, bPrime);
305 final Signature bPrime = bounce(cf, b);
307 return aPrime.equals(bPrime);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LazyStringArrayListTest.java 115 String bPrime = list.get(1);
116 assertNotSame(STRING_B, bPrime);
117 assertEquals(STRING_B, bPrime);
123 assertSame(bPrime, list.get(1));

Completed in 229 milliseconds