Searched refs:triggerArray1 (Results 1 – 1 of 1) sorted by relevance
1254 SparseArray<ProfilingTriggerData> triggerArray1 = new SparseArray<ProfilingTriggerData>(); in testAppTriggersPersist_PersistAndRestore() local1255 triggerArray1.put(ProfilingTrigger.TRIGGER_TYPE_APP_FULLY_DRAWN, trigger1); in testAppTriggersPersist_PersistAndRestore()1256 triggerArray1.put(ProfilingTrigger.TRIGGER_TYPE_ANR, trigger2); in testAppTriggersPersist_PersistAndRestore()1261 mProfilingService.mAppTriggers.put(APP_PACKAGE_NAME, FAKE_UID, triggerArray1); in testAppTriggersPersist_PersistAndRestore()