Searched refs:pdb (Results 1 – 19 of 19) sorted by relevance
1 include /services/core/java/com/android/server/pdb/OWNERS
17 package com.android.server.pdb;19 import static com.android.server.pdb.PersistentDataBlockService.DIGEST_SIZE_BYTES;20 import static com.android.server.pdb.PersistentDataBlockService.FRP_CREDENTIAL_RESERVED_SIZE;21 import static com.android.server.pdb.PersistentDataBlockService.FRP_SECRET_MAGIC;22 import static com.android.server.pdb.PersistentDataBlockService.FRP_SECRET_SIZE;23 import static com.android.server.pdb.PersistentDataBlockService.HEADER_SIZE;24 import static com.android.server.pdb.PersistentDataBlockService.MAX_DATA_BLOCK_SIZE;25 import static com.android.server.pdb.PersistentDataBlockService.MAX_FRP_CREDENTIAL_HANDLE_SIZE;26 import static com.android.server.pdb.PersistentDataBlockService.MAX_TEST_MODE_DATA_SIZE;27 import static com.android.server.pdb.PersistentDataBlockService.TEST_MODE_RESERVED_SIZE;
7 "include-filter": "com.android.server.pdb.PersistentDataBlockServiceTest"
17 package com.android.server.pdb;
25 import com.android.server.pdb.PersistentDataBlockManagerInternal;
57 import com.android.server.pdb.PersistentDataBlockManagerInternal;
24 import sys, time, pdb, string, cProfile571 pdb.run('genHeaders()')
23 per-file com_android_server_pdb_* = file:/services/core/java/com/android/server/pdb/OWNERS
364 IPersistentDataBlockService pdb = IPersistentDataBlockService.Stub.asInterface( in createConfirmFactoryResetCredentialIntent() local366 if (pdb == null) { in createConfirmFactoryResetCredentialIntent()372 if (!pdb.hasFrpCredentialHandle()) { in createConfirmFactoryResetCredentialIntent()
39 import com.android.server.pdb.PersistentDataBlockManagerInternal;
45 import com.android.server.pdb.PersistentDataBlockManagerInternal;
56 import com.android.server.pdb.PersistentDataBlockManagerInternal;
80 import com.android.server.pdb.PersistentDataBlockManagerInternal;
49 import com.android.server.pdb.PersistentDataBlockManagerInternal;
646 Lcom/android/server/pdb/PersistentDataBlockService;9633 …vice$Injector;->getPersistentDataBlockManagerInternal()Lcom/android/server/pdb/PersistentDataBlock…16904 PLcom/android/server/pdb/PersistentDataBlockService$$ExternalSyntheticLambda0;-><init>(Lcom/android…16905 PLcom/android/server/pdb/PersistentDataBlockService$$ExternalSyntheticLambda0;->run()V16906 PLcom/android/server/pdb/PersistentDataBlockService$1;-><init>(Lcom/android/server/pdb/PersistentDa…16907 PLcom/android/server/pdb/PersistentDataBlockService$1;->getMaximumDataBlockSize()J16908 PLcom/android/server/pdb/PersistentDataBlockService$1;->read()[B16909 PLcom/android/server/pdb/PersistentDataBlockService$1;->write([B)I16910 PLcom/android/server/pdb/PersistentDataBlockService$InternalService;-><init>(Lcom/android/server/pd…16911 …oid/server/pdb/PersistentDataBlockService$InternalService;-><init>(Lcom/android/server/pdb/Persist…[all …]
198 import com.android.server.pdb.PersistentDataBlockService;
522 import com.android.server.pdb.PersistentDataBlockManagerInternal;8173 PersistentDataBlockManagerInternal pdb = mInjector.getPersistentDataBlockManagerInternal();8174 return pdb != null ? pdb.getAllowedUid() : -1;