Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlServiceCallbacks.java33 void onSetObjectIdRequest(int objField, long objectId); in onSetObjectIdRequest()
41 void onCurrentTrackObjectIdSet(long objectId); in onCurrentTrackObjectIdSet()
43 void onNextTrackObjectIdSet(long objectId); in onNextTrackObjectIdSet()
45 void onCurrentGroupObjectIdSet(long objectId); in onCurrentGroupObjectIdSet()
DMediaControlProfile.java327 public void onCurrentTrackObjectIdSet(long objectId) { in onCurrentTrackObjectIdSet()
332 public void onNextTrackObjectIdSet(long objectId) { in onNextTrackObjectIdSet()
337 public void onCurrentGroupObjectIdSet(long objectId) { in onCurrentGroupObjectIdSet()
399 public void onSetObjectIdRequest(int objField, long objectId) { in onSetObjectIdRequest()
DObjectIds.java35 public static int GetMatchingServiceFeature(int objectId) { in GetMatchingServiceFeature()
DMediaControlGattServiceInterface.java38 void updateObjectID(int objField, long objectId); in updateObjectID()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfo.java60 public String objectId; field in ContactInfo
DCachedNumberLookupService.java48 boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId); in canReportAsInvalid()
DContactInfoHelper.java604 public boolean canReportAsInvalid(ContactSource.Type sourceType, String objectId) { in canReportAsInvalid()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneCallDetails.java88 public String objectId; field in PhoneCallDetails