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

1 2 3

  /cts/tests/tests/drm/src/android/drm/cts/
Config.java 24 String getAccountId();
DRMTest.java 206 drmInfo.put(DrmInfoRequest.ACCOUNT_ID, config.getAccountId());
  /frameworks/base/drm/java/android/drm/
ProcessedData.java 70 public String getAccountId() {
DrmRights.java 125 mAccountId = data.getAccountId();
159 public String getAccountId() {
  /frameworks/av/include/drm/
DrmRights.h 86 String8 getAccountId(void) const;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
RawContactMatchingCandidates.java 57 mRawContactToAccount.put(score.getRawContactId(), score.getAccountId());
85 public Long getAccountId(Long rawContactId) {
104 mBestMatches.get(i).getAccountId());
MatchScore.java 74 public long getAccountId() {
  /cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java 35 public String getAccountId() {
PassthruConfig.java 35 public String getAccountId() {
  /frameworks/av/drm/common/
DrmRights.cpp 56 String8 DrmRights::getAccountId(void) const {
IDrmManagerService.cpp 357 const String8 accountId = drmRights.getAccountId();
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 144 long accountId = Long.valueOf(getAccountId(uri));
199 long accountId = Long.parseLong(getAccountId(uri));
417 String accountId = getAccountId(uri);
459 String accountId = getAccountId(uri);
527 accountId = getAccountId(uri);
530 accountId = getAccountId(uri);
629 String accountId = getAccountId(uri);
721 public static String getAccountId(Uri uri) {
BluetoothMapIMProvider.java 212 String accountId = getAccountId(uri);
255 String accountId = getAccountId(uri);
329 accountId = getAccountId(uri);
332 accountId = getAccountId(uri);
359 accountId = getAccountId(uri);
526 String accountId = getAccountId(uri);
700 public static String getAccountId(Uri uri) {
  /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtil.java 59 public static synchronized String getAccountId(Context ctx, String accountName)
61 return googleAuthUtilImpl.getAccountId(ctx, accountName);
151 public String getAccountId(Context ctx, String accountName)
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java 74 final String id = account.getAccountId();
  /external/robolectric-shadows/shadows/playservices/src/test/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtilTest.java 79 assertNotNull(GoogleAuthUtil.getAccountId(RuntimeEnvironment.application, "name"));
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-glacier/1.11.18/
aws-java-sdk-glacier-1.11.18.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountItem.java 71 public long getAccountId() {
BluetoothMapObexServer.java 140 mAccountId = account.getAccountId();
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
playservices-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-playservices-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-playservices-3.6.1.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 423 account.getAccountId());
443 context, notification.account.getAccountId(), folder, isInbox);
680 new FolderPreferences(context, account.getAccountId(), folder, isInbox);
684 new AccountPreferences(context, account.getAccountId());
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java 278 return "x-thread://" + account.getAccountId().hashCode() + "/" + conversation.id;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java     [all...]

Completed in 412 milliseconds

1 2 3