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

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
PersistableBundlable.java 69 PersistableBundlable pb2 = (PersistableBundlable) obj; local
70 return isPersistableBundleEquals(pb1.toPersistableBundle(), pb2.toPersistableBundle());
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest2.java 716 PersistableBundle pb2 = new PersistableBundle(); local
717 pb2.putInt("x", 99);
721 .setExtras(pb2).build());
843 PersistableBundle pb2 = new PersistableBundle(); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 3298 struct debug_baseclass_s **pb1, **pb2; local
    [all...]

Completed in 1767 milliseconds