OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAccountId
(Results
1 - 25
of
29
) sorted by null
1
2
/cts/tests/tests/drm/src/android/drm/cts/
Config.java
24
String
getAccountId
();
DRMTest.java
187
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
56
mRawContactToAccount.put(score.getRawContactId(), score.
getAccountId
());
84
public Long
getAccountId
(Long rawContactId) {
103
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
147
long accountId = Long.valueOf(
getAccountId
(uri));
197
long accountId = Long.parseLong(
getAccountId
(uri));
403
String accountId =
getAccountId
(uri);
442
String accountId =
getAccountId
(uri);
507
accountId =
getAccountId
(uri);
510
accountId =
getAccountId
(uri);
604
String accountId =
getAccountId
(uri);
689
public static String
getAccountId
(Uri uri) {
BluetoothMapIMProvider.java
208
String accountId =
getAccountId
(uri);
247
String accountId =
getAccountId
(uri);
316
accountId =
getAccountId
(uri);
319
accountId =
getAccountId
(uri);
346
accountId =
getAccountId
(uri);
511
String accountId =
getAccountId
(uri);
682
public static String
getAccountId
(Uri uri) {
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java
74
final String id = account.
getAccountId
();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountItem.java
70
public long
getAccountId
() {
BluetoothMapObexServer.java
133
mAccountId = account.
getAccountId
();
[
all
...]
/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
...]
/external/robolectric/v1/lib/main/
android.jar
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/17/
android.jar
Completed in 726 milliseconds
1
2