Home
last modified time | relevance | path

Searched defs:accountId (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/drm/java/android/drm/
H A DProcessedData.java40 /* package */ ProcessedData(byte[] data, String accountId) { in ProcessedData()
52 /* package */ ProcessedData(byte[] data, String accountId, String subscriptionId) { in ProcessedData()
H A DDrmRights.java67 public DrmRights(String rightsFilePath, String mimeType, String accountId) { in DrmRights()
82 String rightsFilePath, String mimeType, String accountId, String subscriptionId) { in DrmRights()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java391 int updateCeAccountPassword(long accountId, String password) { in updateCeAccountPassword()
400 boolean renameCeAccount(long accountId, String newName) { in renameCeAccount()
409 boolean deleteAuthTokensByAccountId(long accountId) { in deleteAuthTokensByAccountId()
415 long findExtrasIdByAccountId(long accountId, String key) { in findExtrasIdByAccountId()
441 long insertExtra(long accountId, String key, String value) { in insertExtra()
697 boolean deleteDeAccount(long accountId) { in deleteDeAccount()
824 final long accountId = cursor.getLong(0); in findAllDeAccounts() local
849 long insertDeAccount(Account account, long accountId) { in insertDeAccount()
906 long insertGrant(long accountId, String authTokenType, int uid) { in insertGrant()
960 Account findDeAccountByAccountId(long accountId) { in findDeAccountByAccountId()
[all …]
H A DAccountManagerService.java893 final long accountId = accounts.accountsDb.findDeAccountId(account); in updateAccountVisibilityLocked() local
1216 final long accountId = accountEntry.getKey(); in validateAccountsInternal() local
1891 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal() local
2197 final long accountId = accounts.accountsDb.findDeAccountId(accountToRename); in renameAccountInternal() local
2343 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountAsUser() local
2381 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountExplicitly() local
2465 long accountId = -1; in removeAccountInternal() local
2633 long accountId = accounts.accountsDb.findDeAccountId(account); in saveAuthTokenToDatabase() local
2752 final long accountId = accounts.accountsDb.findDeAccountId(account); in setPasswordInternal() local
2859 long accountId = accounts.accountsDb.findDeAccountId(account); in setUserdataInternal() local
/aosp14/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
H A DTelecom.java466 final String accountId = nextArgRequired(); in getPhoneAccountHandleFromArgs() local
/aosp14/frameworks/base/core/java/android/provider/
H A DCallLog.java1709 String accountId = null; in addCall() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...