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.java355 boolean deleteAuthtokensByAccountIdAndType(long accountId, String authtokenType) { in deleteAuthtokensByAccountIdAndType()
369 long insertAuthToken(long accountId, String authTokenType, String authToken) { in insertAuthToken()
379 int updateCeAccountPassword(long accountId, String password) { in updateCeAccountPassword()
388 boolean renameCeAccount(long accountId, String newName) { in renameCeAccount()
397 boolean deleteAuthTokensByAccountId(long accountId) { in deleteAuthTokensByAccountId()
403 long findExtrasIdByAccountId(long accountId, String key) { in findExtrasIdByAccountId()
429 long insertExtra(long accountId, String key, String value) { in insertExtra()
678 boolean deleteDeAccount(long accountId) { in deleteDeAccount()
805 final long accountId = cursor.getLong(0); in findAllDeAccounts() local
830 long insertDeAccount(Account account, long accountId) { in insertDeAccount()
[all …]
DAccountManagerService.java831 final long accountId = accounts.accountsDb.findDeAccountId(account); in updateAccountVisibilityLocked() local
1156 final long accountId = accountEntry.getKey(); in validateAccountsInternal() local
1765 long accountId = accounts.accountsDb.insertCeAccount(account, password); in addAccountInternal() local
2000 final long accountId = accounts.accountsDb.findDeAccountId(accountToRename); in renameAccountInternal() local
2147 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountAsUser() local
2185 final long accountId = accounts.accountsDb.findDeAccountId(account); in removeAccountExplicitly() local
2270 long accountId = -1; in removeAccountInternal() local
2432 long accountId = accounts.accountsDb.findDeAccountId(account); in saveAuthTokenToDatabase() local
2551 final long accountId = accounts.accountsDb.findDeAccountId(account); in setPasswordInternal() local
2656 long accountId = accounts.accountsDb.findDeAccountId(account); in setUserdataInternal() local
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/
DTelecom.java207 final String accountId = nextArgRequired(); in getPhoneAccountHandleFromArgs() local
/frameworks/base/core/java/android/provider/
DCallLog.java653 String accountId = null; in addCall() local