Home
last modified time | relevance | path

Searched refs:getActionType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchSessionStatsExtractor.java176 if (takenActionGenericDocuments.get(i).getActionType() in extract()
187 && takenActionGenericDocuments.get(i + 1).getActionType() in extract()
189 if (takenActionGenericDocuments.get(i + 1).getActionType() in extract()
200 && takenActionGenericDocuments.get(i + 1).getActionType() in extract()
DTakenActionGenericDocument.java66 public int getActionType() { in getActionType() method in TakenActionGenericDocument
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchActionGenericDocumentTest.java43 assertThat(searchActionGenericDocument.getActionType()) in testBuild()
65 assertThat(searchActionGenericDocument.getActionType()) in testBuild_fromGenericDocument()
DClickActionGenericDocumentTest.java44 assertThat(clickActionGenericDocument.getActionType()) in testBuild()
70 assertThat(clickActionGenericDocument.getActionType()) in testBuild_fromGenericDocument()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DSystemStaticWallpaperInfo.java280 private int getActionType(Context context) { in getActionType() method in SystemStaticWallpaperInfo