Lines Matching refs:files
2 …g of AdServices, it generates multiple data files (e.g., adservices.db, adservices-msmt.db etc.). …
6 …files that were generated during normal operation before the OTA. It therefore results in multiple…
8 …e within ExtServices, and those could be creating files within the data directory as well. These f…
12 1. Identify the AdServices files within the ExtServices data directory
13 2. Trigger code within ExtServices that is responsible for cleaning up the orphaned files.
17 1. New files may be added to the AdServices code over the next few years that would also need to be…
18 2. Any manual identification of the generated files may miss something, for which we’ll need to be …
20 # Identifying AdServices files
21 …files generated by AdServices and non-AdServices code in ExtServices, we’ll rename all the files b…
24 1. Any folder that begins with adservices will be deleted completely (i.e., all files, recursive).
26 ## Examples of files that will be deleted:
27 * /data/user/0/com.google.android.ext.services/files/adservices.db
28 * /data/user/0/com.google.android.ext.services/files/nested/adservices.db
31 ## Examples of files that will NOT be deleted:
32 * /data/user/0/com.google.android.ext.services/files/textclassifier.xml
36 …files that will be added in the future. In order to minimize the risk of that happening, all new f…
38 …tead use helper utility classes that will ensure that the location of the files & databases lie wi…