Searched defs:queryId (Results 1 – 10 of 10) sorted by relevance
| /packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/events/ |
| D | QueryTest.java | 31 long queryId = 1; in testBuilderAndEquals() local 41 assertEquals(query1.getQueryId(), queryId); in testBuilderAndEquals() local 54 long queryId = 1; in testBuildTwiceThrows() local
|
| D | EventTest.java | 37 long queryId = 1; in testBuilderAndEquals() local 60 assertEquals(event1.getQueryId(), queryId); in testBuilderAndEquals() local 81 long queryId = 1; in testBuildTwiceThrows() local
|
| D | EventUrlPayloadTest.java | 36 long queryId = 1; in testBuilderAndEquals() local 73 long queryId = 1; in testBuildTwiceThrows() local
|
| /packages/apps/Dialer/java/com/android/incallui/ |
| D | ContactInfoCache.java | 86 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/ |
| D | Query.java | 64 long queryId, in Query() 175 long queryId, in Builder()
|
| D | Event.java | 87 long queryId, in Event() 288 long queryId, in Builder()
|
| /packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/request/ |
| D | AppRequestFlow.java | 187 long queryId = EventsDao.getInstance(mContext).insertQuery(query); in logQuery() local 200 long queryId = Futures.getDone(queryIdFuture); in createTokens() local
|
| D | SlotRenderingData.java | 33 SlotRenderingData(SlotResult slotResult, String servicePackageName, long queryId) { in SlotRenderingData()
|
| D | RenderFlow.java | 172 long queryId = slotRenderingData.getQueryId(); in renderContentForSlot() local 212 long queryId, List<String> bidKeys) { in executeRenderContentRequest()
|
| /packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/ |
| D | DataAccessServiceImpl.java | 60 public EventUrlQueryData(long queryId, SlotResult slotResult) { in EventUrlQueryData()
|