Home
last modified time | relevance | path

Searched defs:queryId (Results 1 – 10 of 10) sorted by relevance

/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/events/
DQueryTest.java31 long queryId = 1; in testBuilderAndEquals() local
41 assertEquals(query1.getQueryId(), queryId); in testBuilderAndEquals() local
54 long queryId = 1; in testBuildTwiceThrows() local
DEventTest.java37 long queryId = 1; in testBuilderAndEquals() local
60 assertEquals(event1.getQueryId(), queryId); in testBuilderAndEquals() local
81 long queryId = 1; in testBuildTwiceThrows() local
DEventUrlPayloadTest.java36 long queryId = 1; in testBuilderAndEquals() local
73 long queryId = 1; in testBuildTwiceThrows() local
/packages/apps/Dialer/java/com/android/incallui/
DContactInfoCache.java86 private int queryId; field in ContactInfoCache
557 final int queryId = myCookie.queryId; in onImageLoaded() local
606 final int queryId = myCookie.queryId; in onImageLoadComplete() local
719 int queryId; field in ContactInfoCache.ContactCacheEntry
862 PhoneNumberServiceListener(String callId, int queryId) { in PhoneNumberServiceListener()
949 final int queryId; field in ContactInfoCache.CallerInfoQueryToken
952 CallerInfoQueryToken(int queryId, String callId) { in CallerInfoQueryToken()
959 private boolean isWaitingForThisQuery(String callId, int queryId) { in isWaitingForThisQuery()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DQuery.java64 long queryId, in Query()
175 long queryId, in Builder()
DEvent.java87 long queryId, in Event()
288 long queryId, in Builder()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/request/
DAppRequestFlow.java187 long queryId = EventsDao.getInstance(mContext).insertQuery(query); in logQuery() local
200 long queryId = Futures.getDone(queryIdFuture); in createTokens() local
DSlotRenderingData.java33 SlotRenderingData(SlotResult slotResult, String servicePackageName, long queryId) { in SlotRenderingData()
DRenderFlow.java172 long queryId = slotRenderingData.getQueryId(); in renderContentForSlot() local
212 long queryId, List<String> bidKeys) { in executeRenderContentRequest()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/
DDataAccessServiceImpl.java60 public EventUrlQueryData(long queryId, SlotResult slotResult) { in EventUrlQueryData()