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

  /frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
KeyChainSnapshotTest.java 49 assertEquals(COUNTER_ID, createKeyChainSnapshot().getCounterId());
101 assertEquals(COUNTER_ID, snapshot.getCounterId());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DebugCounter.h 130 unsigned getCounterId(const std::string &Name) const {
  /frameworks/base/core/java/android/security/keystore/recovery/
KeyChainSnapshot.java 104 public long getCounterId() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
RecoverySnapshotStorageTest.java 156 assertEquals(b.getCounterId(), a.getCounterId());
RecoverableKeyStoreDbTest.java 683 assertThat(mRecoverableKeyStoreDb.getCounterId(userId, uid)).isNull();
686 assertThat(mRecoverableKeyStoreDb.getCounterId(userId, uid)).isEqualTo(
690 assertThat(mRecoverableKeyStoreDb.getCounterId(userId, uid)).isEqualTo(
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotSerializerTest.java 67 assertThat(roundTrip().getCounterId()).isEqualTo(COUNTER_ID);
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
KeyChainSnapshotSerializer.java 159 writePropertyTag(xmlSerializer, TAG_COUNTER_ID, keyChainSnapshot.getCounterId());
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
RecoverableKeyStoreManagerTest.java 385 Long counterId0 = mRecoverableKeyStoreDb.getCounterId(userId, uid);
388 Long counterId1 = mRecoverableKeyStoreDb.getCounterId(userId, uid);
391 Long counterId2 = mRecoverableKeyStoreDb.getCounterId(userId, uid);
    [all...]
KeySyncTaskTest.java 526 Long counterId = mRecoverableKeyStoreDb.getCounterId(TEST_USER_ID, TEST_RECOVERY_AGENT_UID);
539 assertThat(keyChainSnapshot.getCounterId()).isEqualTo(counterId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
KeySyncTask.java 308 counterId = mRecoverableKeyStoreDb.getCounterId(mUserId, recoveryAgentUid);
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
RecoverableKeyStoreDb.java 726 public Long getCounterId(int userId, int uid) {
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 698 milliseconds