Home
last modified time | relevance | path

Searched defs:store (Results 1 – 7 of 7) sorted by relevance

/development/tools/winscope/src/viewers/components/
Dviewer_input_method_component.ts76 @Input() store: PersistentStore = new PersistentStore(); property in ViewerInputMethodComponent
Dtree_component_test.ts68 store = new PersistentStore(); property in TestHostComponent
/development/tools/winscope/src/test/unit/
Dmock_storage.ts18 private store: {[key: string]: string} = {}; property in MockStorage
/development/tools/winscope/src/app/components/
Dapp_component.ts211 store: PersistentStore = new PersistentStore(); property in AppComponent
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DCreateGestureActivity.java87 final GestureLibrary store = GestureBuilderActivity.getStore(); in addGesture() local
DGestureBuilderActivity.java346 final GestureLibrary store = sStore; in doInBackground() local
/development/tools/winscope/src/trace_collection/
Dproxy_client.ts267 store = new PersistentStore(); property in ProxyClient