Searched refs:DATASTORE_KEY_SEPARATOR (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.server.adservices.consent.AppConsentManager.DATASTORE_KEY_SEPARATOR;34 APP10_PACKAGE_NAME + DATASTORE_KEY_SEPARATOR + APP10_UID;36 APP20_PACKAGE_NAME + DATASTORE_KEY_SEPARATOR + APP20_UID;38 APP30_PACKAGE_NAME + DATASTORE_KEY_SEPARATOR + APP30_UID;
19 import static com.android.adservices.data.consent.AppConsentDao.DATASTORE_KEY_SEPARATOR;34 APP10_PACKAGE_NAME + DATASTORE_KEY_SEPARATOR + APP10_UID;36 APP20_PACKAGE_NAME + DATASTORE_KEY_SEPARATOR + APP20_UID;38 APP30_PACKAGE_NAME + DATASTORE_KEY_SEPARATOR + APP30_UID;
54 @VisibleForTesting static final String DATASTORE_KEY_SEPARATOR = " "; field in AppConsentDao259 mDatastore.removeByPrefix(packageName + DATASTORE_KEY_SEPARATOR); in clearConsentForUninstalledApp()276 return packageName.concat(DATASTORE_KEY_SEPARATOR).concat(Integer.toString(packageUid)); in toDatastoreKey()310 int separatorIndex = datastoreKey.lastIndexOf(DATASTORE_KEY_SEPARATOR); in datastoreKeyToPackageName()
43 @VisibleForTesting static final String DATASTORE_KEY_SEPARATOR = " "; field in AppConsentManager217 return packageName.concat(DATASTORE_KEY_SEPARATOR).concat(Integer.toString(packageUid)); in toDatastoreKey()233 int separatorIndex = datastoreKey.lastIndexOf(DATASTORE_KEY_SEPARATOR); in datastoreKeyToPackageName()
19 import static com.android.adservices.data.consent.AppConsentDao.DATASTORE_KEY_SEPARATOR;512 + DATASTORE_KEY_SEPARATOR in testClearAllConsentForUninstalledApp()520 + DATASTORE_KEY_SEPARATOR in testClearAllConsentForUninstalledApp()