Home
last modified time | relevance | path

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

/frameworks/base/drm/java/android/drm/
DProcessedData.java38 /* package */ ProcessedData(byte[] data, String accountId) { in ProcessedData()
50 /* package */ ProcessedData(byte[] data, String accountId, String subscriptionId) { in ProcessedData()
DDrmRights.java65 public DrmRights(String rightsFilePath, String mimeType, String accountId) { in DrmRights()
80 String rightsFilePath, String mimeType, String accountId, String subscriptionId) { in DrmRights()
/frameworks/av/drm/common/
DDrmRights.cpp23 const String8& accountId, const String8& subscriptionId) : in DrmRights()
36 const String8& accountId, const String8& subscriptionId) : in DrmRights()
DIDrmManagerService.cpp357 const String8 accountId = drmRights.getAccountId(); in saveRights() local
1060 const String8 accountId(data.readString8()); in onTransact() local
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java367 boolean deleteAuthtokensByAccountIdAndType(long accountId, String authtokenType) { in deleteAuthtokensByAccountIdAndType()
381 long insertAuthToken(long accountId, String authTokenType, String authToken) { in insertAuthToken()
391 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()
[all …]
DAccountManagerService.java857 final long accountId = accounts.accountsDb.findDeAccountId(account); in updateAccountVisibilityLocked() local
1182 final long accountId = accountEntry.getKey(); in validateAccountsInternal() local
1817 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal() local
2053 final long accountId = accounts.accountsDb.findDeAccountId(accountToRename); in renameAccountInternal() local
2201 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountAsUser() local
2239 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountExplicitly() local
2323 long accountId = -1; in removeAccountInternal() local
2485 long accountId = accounts.accountsDb.findDeAccountId(account); in saveAuthTokenToDatabase() local
2604 final long accountId = accounts.accountsDb.findDeAccountId(account); in setPasswordInternal() local
2709 long accountId = accounts.accountsDb.findDeAccountId(account); in setUserdataInternal() local
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java412 final String accountId = nextArgRequired(); in getPhoneAccountHandleFromArgs() local
/frameworks/base/core/java/android/provider/
DCallLog.java742 String accountId = null; in addCall() local