Searched refs:prefs (Results 1 – 3 of 3) sorted by relevance
/test/cts-root/hostsidetests/packageinstaller/app/src/com/android/cts_root/packageinstaller/ |
D | SessionCleanUpTest.java | 214 SharedPreferences prefs = context.getSharedPreferences("test", 0); in testSessionCleanUp_Single_Expire_Install() local 215 prefs.edit().putInt("sessionId", sessionId).commit(); in testSessionCleanUp_Single_Expire_Install() 221 SharedPreferences prefs = context.getSharedPreferences("test", 0); in testSessionCleanUp_Single_Expire_VerifyInstall() local 222 int sessionId = prefs.getInt("sessionId", -1); in testSessionCleanUp_Single_Expire_VerifyInstall() 229 SharedPreferences prefs = context.getSharedPreferences("test", 0); in testSessionCleanUp_Single_Expire_CleanUp() local 230 int sessionId = prefs.getInt("sessionId", -1); in testSessionCleanUp_Single_Expire_CleanUp() 243 SharedPreferences prefs = context.getSharedPreferences("test", 0); in testSessionCleanUp_Multi_Expire_Install() local 244 prefs.edit().putInt("parentId", parentId).commit(); in testSessionCleanUp_Multi_Expire_Install() 245 prefs.edit().putInt("childId1", childIds[0]).commit(); in testSessionCleanUp_Multi_Expire_Install() 246 prefs.edit().putInt("childId2", childIds[1]).commit(); in testSessionCleanUp_Multi_Expire_Install() [all …]
|
/test/cts-root/hostsidetests/rollback/app/src/com/android/cts_root/rollback/host/app/ |
D | HostTestHelper.java | 146 SharedPreferences prefs = context.getSharedPreferences("test", 0); in testExpireSession_Phase1_Install() local 147 prefs.edit().putInt("sessionId", sessionId).commit(); in testExpireSession_Phase1_Install() 164 SharedPreferences prefs = context.getSharedPreferences("test", 0); in testExpireSession_Phase3_VerifyRollback() local 165 int sessionId = prefs.getInt("sessionId", -1); in testExpireSession_Phase3_VerifyRollback()
|
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/ |
D | BenchmarkJobService.java | 172 SharedPreferences prefs = getSharedPreferences(NN_API_DOGFOOD_PREF, MODE_PRIVATE); in getNumRuns() local 173 return prefs.getInt("num_runs", 0); in getNumRuns()
|