Searched refs:SHARED_PREFS_BACKGROUND_JOBS (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.adservices.shared.spe.JobServiceConstants.SHARED_PREFS_BACKGROUND_JOBS;93 sContext.deleteSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS); in setup()99 sContext.deleteSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS); in teardown()107 sContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in testPersistJobExecutionData_firstExecution()134 sContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in testPersistJobExecutionData_openEndedLastExecution()180 sContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in testPersistJobExecutionData_closeEndedLastExecution()220 sContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in testPersistJobExecutionData_multipleJobs()260 sContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in testLogExecutionStats()294 sContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in testLogExecutionStats_invalidStats()
26 import static com.android.adservices.shared.spe.JobServiceConstants.SHARED_PREFS_BACKGROUND_JOBS;121 sContext.deleteSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS); in setup()129 sContext.deleteSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS); in teardown()
33 import static com.android.adservices.shared.spe.JobServiceConstants.SHARED_PREFS_BACKGROUND_JOBS;258 mContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in logExecutionStats()399 mContext.getSharedPreferences(SHARED_PREFS_BACKGROUND_JOBS, Context.MODE_PRIVATE); in persistJobExecutionData()
49 public static final String SHARED_PREFS_BACKGROUND_JOBS = "PPAPI_Background_Jobs"; field in JobServiceConstants